Skip to content

Commit 6baf8af

Browse files
authored
Disable EXPRECISION for the combination of DYNAMIC_CORE and GENERIC target
1 parent 40a93c2 commit 6baf8af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmake/os.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ if (X86)
8484
set(NO_EXPRECISION 1)
8585
endif ()
8686

87+
if ((DYNAMIC_ARCH) AND (${TARGET} STREQUAL "GENERIC))
88+
set(NO_EXPRECISION 1)
89+
endif ()
90+
8791
if (UTEST_CHECK)
8892
set(CCOMMON_OPT "${CCOMMON_OPT} -DUTEST_CHECK")
8993
set(SANITY_CHECK 1)

0 commit comments

Comments
 (0)