| author | |
| committer | |
| log | b20cee586c6bd1cbc0c5364e8ebe5ae7ecf0ca1f |
| tree | 931322efc04898ad312e25c2519ad06668b86d9a |
| parent | 37a4d9391f9585759d4c0d274393a3ddb3e2e76b |
1 files changed, 1 insertions(+), 1 deletions(-)
src/codegen/llvm/Builder.zig+1-1| ... | ... | @@ -6839,7 +6839,7 @@ pub const FastMath = packed struct(u8) { |
| 6839 | 6839 | .arcp = true, |
| 6840 | 6840 | .contract = true, |
| 6841 | 6841 | .afn = true, |
| 6842 | .realloc = true, | |
| 6842 | .reassoc = true, | |
| 6843 | 6843 | }; |
| 6844 | 6844 | }; |
| 6845 | 6845 |