The implementation of the Sqrt function is written in Go and performs poorly on ppc64le & ppc64. For other platforms there are asm implementations.
I have a change to use the asm sqrt instruction to improve the performance on Power. I will post that change shortly.