We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7aa19 commit 09ed0f7Copy full SHA for 09ed0f7
src/isadetection.c
@@ -230,7 +230,7 @@ int croaring_hardware_support() {
230
231
#elif defined(__AVX512F__) && defined(__AVX512DQ__) && defined(__AVX512BW__) && defined(__AVX512VBMI2__) && defined(__AVX512BITALG__) && defined(__AVX512VPOPCNTDQ__)
232
int croaring_hardware_support() {
233
- return ROARING_SUPPORTS_AVX2 | ROARING_SUPPORTS_AVX512
+ return ROARING_SUPPORTS_AVX2 | ROARING_SUPPORTS_AVX512;
234
}
235
#elif defined(__AVX2__)
236
0 commit comments