Compare commits

..

1 Commits

Author SHA1 Message Date
Daniel Lemire 0aefa38507 investigate adding BMI2 to the haswell kernel 2024-08-31 18:42:29 -04:00
+1 -1
View File
@@ -4,7 +4,7 @@
#include "simdjson/haswell/intrinsics.h"
#if !SIMDJSON_CAN_ALWAYS_RUN_HASWELL
SIMDJSON_TARGET_REGION("avx2,bmi,pclmul,lzcnt,popcnt")
SIMDJSON_TARGET_REGION("avx2,bmi,bmi2,pclmul,lzcnt,popcnt")
#endif
#include "simdjson/haswell/bitmanipulation.h"