Closed
Description
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version
)?
go tip
What operating system and processor architecture are you using (go env
)?
Ubuntu (or any) ppc64le
Making some improvements to several math functions by writing some in asm and implementing some as intrinsics.
I will be creating multiple CLs to do this, so instead of opening multiple issues, I would like to assign them all to this one.
The first change will be to implement the trunc, floor, and ceil functions as intrinsics.