================
@@ -430,6 +412,7 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
       # Error on undefined macros
       -Werror=undef
       -fdiscard-value-names
+      -Xclang -fdenormal-fp-math-f32=dynamic
----------------
wenju-he wrote:

> Why only `-fdenormal-fp-math-f32` and not the general `-fdenormal-fp-math`? 
> `-fdenormal-fp-math-f32` seems to be mostly intended to be used in the driver 
> for toolchains.

done, thanks @Maetveis 

https://github.com/llvm/llvm-project/pull/157633
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to