Skip to content

Commit c380494

Browse files
TomerEvenlemire
andauthored
Update benchmarks/filterapi.h
Thanks! Co-authored-by: Daniel Lemire <[email protected]>
1 parent 4be9e87 commit c380494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/filterapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "simd-block.h"
2929
#endif
3030
#define __PF_AVX512__ (__AVX512BW__ & __AVX512VL__ & __AVX512CD__ & __AVX512DQ__)
31-
#ifdef __PF_AVX512__
31+
#if __PF_AVX512__
3232
#include "prefix/min_pd256.hpp"
3333
#include "tc-shortcut/tc-shortcut.hpp"
3434
#endif

0 commit comments

Comments
 (0)