You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(LIBUNICODE_BUILD_STATIC "libunicode: provide static library instead of dynamic [default: ${LIBUNICODE_BUILD_STATIC_DEFAULT}]"${LIBUNICODE_BUILD_STATIC_DEFAULT})
49
-
option(LIBUNICODE_USE_INTRINSICS "libunicode: Use SIMD extenstion during text read [default: ON]"ON)
50
-
option(LIBUNICODE_USE_STD_SIMD "libunicode: Use std::simd as SIMD extenstion during text read (takes precedence over own intrinsics) [default: ON]"${LIBUNICODE_USE_INTRINSICS})
51
49
option(LIBUNICODE_TABLEGEN_FASTBUILD "libunicode: Use fast table generation (takes more memory in final tables) [default: OFF]"OFF)
52
50
51
+
if(NOT LIBUNICODE_SIMD_IMPLEMENTATION)
52
+
set(LIBUNICODE_SIMD_IMPLEMENTATION "intrinsics"CACHESTRING"libunicode: SIMD implementation to use" FORCE)
0 commit comments