Commit b20cee586c

antlilja <liljaanton2001@gmail.com>
2024-03-17 16:25:59
LLVM: Fix incorrect fast constant in FastMath packed struct
1 parent 37a4d93
Changed files (1)
src
codegen
src/codegen/llvm/Builder.zig
@@ -6839,7 +6839,7 @@ pub const FastMath = packed struct(u8) {
         .arcp = true,
         .contract = true,
         .afn = true,
-        .realloc = true,
+        .reassoc = true,
     };
 };