This change uses #pragma float_control and
pragma clang fp reassociate(off) directives to turn off
floating point fast-math reassociation flags for IA intrinsics
that happen to be implemented using LLVM IR's regular FP
operations.
This change was done to prevent reassociation from happening
across separate intrinsic calls, an optimization that looks like something
an intrinsic programmer would not expect.
inrinsics->intrinsics