shell: make show same id

This commit is contained in:
afwerar 2022-08-08 22:53:55 +08:00
parent 7d3ac0a2f5
commit cbb9809a4d
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ ELSE ()
ENDIF () ENDIF ()
MESSAGE("System processor ID: ${CMAKE_SYSTEM_PROCESSOR}") MESSAGE("System processor ID: ${CMAKE_SYSTEM_PROCESSOR}")
IF (${TD_INTEL_64} OR ${TD_INTEL_32}) IF (TD_INTEL_64 OR TD_INTEL_32)
ADD_DEFINITIONS("-msse4.2") ADD_DEFINITIONS("-msse4.2")
IF("${FMA_SUPPORT}" MATCHES "true") IF("${FMA_SUPPORT}" MATCHES "true")
MESSAGE(STATUS "turn fma function support on") MESSAGE(STATUS "turn fma function support on")