| author | |
| committer | |
| log | 3740bfa3bffa4087c8d3fe052c85bbe8d55ffad0 |
| tree | 0b4202d2d9d8e5237f9d2472d553c8090fd1b1d2 |
| parent | a984040faecab4fed4fc5e36e44d5ec352b7a098 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/zig_llvm.cpp+1-1| ... | ... | @@ -577,7 +577,7 @@ ZigLLVMDILocation *ZigLLVMGetDebugLoc(unsigned line, unsigned col, ZigLLVMDIScop |
| 577 | 577 | void ZigLLVMSetFastMath(LLVMBuilderRef builder_wrapped, bool on_state) { |
| 578 | 578 | if (on_state) { |
| 579 | 579 | FastMathFlags fmf; |
| 580 | fmf.setUnsafeAlgebra(); | |
| 580 | fmf.setFast(); | |
| 581 | 581 | unwrap(builder_wrapped)->setFastMathFlags(fmf); |
| 582 | 582 | } else { |
| 583 | 583 | unwrap(builder_wrapped)->clearFastMathFlags(); |