From #6406.
Currently, round intrinsic in CodeGen_LLVM is implemented via nearbyint() call. However, on some of the platforms it's implemented via round call. We should make this consistent and implement it via round(). Also, we may want to introduce a separate intrinsic for nearby.
From #6406.
Currently,
roundintrinsic in CodeGen_LLVM is implemented via nearbyint() call. However, on some of the platforms it's implemented via round call. We should make this consistent and implement it via round(). Also, we may want to introduce a separate intrinsic fornearby.