[XLA:CPU] Fix fast-math flags in llvm_ir_runtime.cc
Previously we were calling setFastMath(), but we should have been calling setFastMath(fast_math_enabled). Also disable fastmath in the exhaustive f32 elementwise op test. PiperOrigin-RevId: 231636911
Loading
Please sign in to comment