authorgravatar for liljaanton2001@gmail.comantlilja <liljaanton2001@gmail.com> 2024-03-17 16:25:59+01:00
committergravatar for liljaanton2001@gmail.comantlilja <liljaanton2001@gmail.com> 2024-03-17 16:25:59+01:00
logb20cee586c6bd1cbc0c5364e8ebe5ae7ecf0ca1f
tree931322efc04898ad312e25c2519ad06668b86d9a
parent37a4d9391f9585759d4c0d274393a3ddb3e2e76b

LLVM: Fix incorrect fast constant in FastMath packed struct


1 files changed, 1 insertions(+), 1 deletions(-)

src/codegen/llvm/Builder.zig+1-1
......@@ -6839,7 +6839,7 @@ pub const FastMath = packed struct(u8) {
68396839 .arcp = true,
68406840 .contract = true,
68416841 .afn = true,
6842 .realloc = true,
6842 .reassoc = true,
68436843 };
68446844};
68456845