| author | |
| committer | |
| log | d4cd4a35d5cf236359b22eaf5b64793b89507fbd |
| tree | 73d4caa34e1db491e4c2e19ab35fb59c99f54293 |
| parent | 91ef68f9b1121d2a08f175a81f88321664c90a61 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/zig_llvm.cpp+1-1| ... | ... | @@ -581,7 +581,7 @@ ZigLLVMDILocation *ZigLLVMGetDebugLoc(unsigned line, unsigned col, ZigLLVMDIScop |
| 581 | 581 | void ZigLLVMSetFastMath(LLVMBuilderRef builder_wrapped, bool on_state) { |
| 582 | 582 | if (on_state) { |
| 583 | 583 | FastMathFlags fmf; |
| 584 | fmf.setUnsafeAlgebra(); | |
| 584 | fmf.setFast(); | |
| 585 | 585 | unwrap(builder_wrapped)->setFastMathFlags(fmf); |
| 586 | 586 | } else { |
| 587 | 587 | unwrap(builder_wrapped)->clearFastMathFlags(); |