Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xia-mc committed Nov 16, 2024
1 parent c67af41 commit 2c9b570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfastutil/src/utils/simd/BitonicSort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace simd {
static AVX512_MARKS *avx512Marks = nullptr;
#endif

static void init() {
void init() {
#if !defined(__arm__) && !defined(__arm64__)
if (IS_AVX2_SUPPORTED && avx2Marks == nullptr) {
avx2Marks = new AVX2_MARKS();
Expand Down

0 comments on commit 2c9b570

Please sign in to comment.