mirror of
https://github.com/ziglang/zig.git
synced 2026-01-11 18:05:11 +00:00
LLVM: Fix incorrect fast constant in FastMath packed struct
This commit is contained in:
parent
37a4d9391f
commit
b20cee586c
@ -6839,7 +6839,7 @@ pub const FastMath = packed struct(u8) {
|
||||
.arcp = true,
|
||||
.contract = true,
|
||||
.afn = true,
|
||||
.realloc = true,
|
||||
.reassoc = true,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user