We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c146c commit 88bf112Copy full SHA for 88bf112
src/target/llvm/llvm_module.cc
@@ -292,7 +292,7 @@ class LLVMModuleNode final : public runtime::ModuleNode {
292
Bool fast_math_afn = target->GetAttr<Bool>("fast-math-afn").value_or(Bool(false));
293
Bool fast_math_reassoc = target->GetAttr<Bool>("fast-math-reassoc").value_or(Bool(false));
294
if (fast_math_contract) {
295
- fmf.setAllowContract();
+ fmf.setAllowContract(true);
296
}
297
if (fast_math_afn) {
298
fmf.setApproxFunc();
0 commit comments