Skip to content

Commit 4608f77

Browse files
committed
set -fdenormal-fp-math-f32=dynamic build flag globally
1 parent d52fcdb commit 4608f77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libclc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
412412
# Error on undefined macros
413413
-Werror=undef
414414
-fdiscard-value-names
415+
-Xclang -fdenormal-fp-math-f32=dynamic
415416
)
416417

417418
if( NOT "${cpu}" STREQUAL "" )

0 commit comments

Comments
 (0)