srctree
repos
owner
network
issues
0
diffs
0
Public
antlilja
parent
37a4d939
b20cee58
LLVM: Fix incorrect fast constant in FastMath packed struct
inline
split
src/codegen/llvm/Builder.zig
added: 2, removed: 2, total 0
@@ -6839,7 +6839,7 @@ pub const FastMath = packed struct(u8) {
.arcp = true,
.contract = true,
.afn = true,
.realloc = true,
.reassoc = true,
};
};