We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16f76e commit 726f0adCopy full SHA for 726f0ad
3rdparty/libjpeg-turbo/src/simd/CMakeLists.txt
@@ -1,5 +1,5 @@
1
macro(simd_fail message)
2
- message(WARNING "${message}. Performance will suffer.")
+ message(STATUS "libjpeg-turbo(SIMD): ${message}. Performance will suffer.")
3
set(WITH_SIMD 0 PARENT_SCOPE)
4
endmacro()
5
@@ -361,7 +361,7 @@ if(NOT NEON_INTRINSICS)
361
-x assembler-with-cpp -c ${CMAKE_CURRENT_BINARY_DIR}/gastest.S
362
RESULT_VARIABLE RESULT OUTPUT_VARIABLE OUTPUT ERROR_VARIABLE ERROR)
363
if(NOT RESULT EQUAL 0)
364
- message(WARNING "GAS appears to be broken. Using the full Neon SIMD intrinsics implementation.")
+ message(STATUS "libjpeg-turbo(SIMD): GAS appears to be broken. Using the full Neon SIMD intrinsics implementation.")
365
set(NEON_INTRINSICS 1 CACHE INTERNAL "" FORCE)
366
endif()
367
0 commit comments