LLVM: Fix incorrect fast constant in FastMath packed struct

This commit is contained in:
antlilja 2024-03-17 16:25:59 +01:00
parent 37a4d9391f
commit b20cee586c

View File

@ -6839,7 +6839,7 @@ pub const FastMath = packed struct(u8) {
.arcp = true,
.contract = true,
.afn = true,
.realloc = true,
.reassoc = true,
};
};