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
# e.g. SIMDJSON_IMPLEMENTATION="haswellwestmere-fallback"
123
-
set(SIMDJSON_IMPLEMENTATION ""CACHESTRING"Implementations to include/exclude: space separated list of architectures (haswell/westmere/arm64/fallback). Prepend with - to force an implementation off (e.g. -haswell). Defaults to compile-time detection.")
122
+
# e.g. SIMDJSON_IMPLEMENTATION="haswell;westmere;-fallback"
123
+
set(SIMDJSON_IMPLEMENTATION ""CACHESTRING"Implementations to include/exclude: semicolon separated list of architectures (haswell/westmere/arm64/fallback). Prepend with - to force an implementation off. (e.g. -DSIMDJSON_IMPLEMENTATION=\"haswell;-fallback\") Defaults to compile-time detection.")
0 commit comments