Skip to content

Commit 96f0bbe

Browse files
committed
Fixed cmake bug on haswell.
1 parent d8392c1 commit 96f0bbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ endforeach ()
114114
# Makefile.L3
115115
set(USE_TRMM false)
116116

117-
if (${ARCH} STREQUAL "arm" OR ${ARCH} STREQUAL "arm64" OR "${TARGET}" STREQUAL "LONGSOON3B" OR "${TARGET}" STREQUAL "GENERIC" OR "${CORE}" STREQUAL "generic")
117+
if (${ARCH} STREQUAL "arm" OR ${ARCH} STREQUAL "arm64" OR "${TARGET}" STREQUAL "LONGSOON3B" OR "${TARGET}" STREQUAL "GENERIC" OR "${CORE}" STREQUAL "generic" OR "${TARGET}" STREQUAL "HASWELL" OR "${CORE}" STREQUAL "haswell")
118118
set(USE_TRMM true)
119119
endif ()
120120

0 commit comments

Comments
 (0)