8000 Include select header in select algorithms · numpy/numpy@3e373fe · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e373fe

Browse files
committed
Include select header in select algorithms
1 parent e59995e commit 3e373fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

numpy/core/src/npysort/simd_qselect.dispatch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line nu 8000 mberDiff line change
@@ -6,7 +6,7 @@
66
// when its part of baseline features (--cpu-baseline), since
77
// 'baseline' option isn't specified within targets.
88

9-
#include "simd_qsort.hpp"
9+
#include "simd_select.hpp"
1010
#ifndef __CYGWIN__
1111

1212
#if defined(NPY_HAVE_AVX512_SKX)

numpy/core/src/npysort/simd_qselect_16bit.dispatch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// when its part of baseline features (--cpu-baseline), since
77
// 'baseline' option isn't specified within targets.
88

9-
#include "simd_qsort.hpp"
9+
#include "simd_select.hpp"
1010
#ifndef __CYGWIN__
1111

1212
#if defined(NPY_HAVE_AVX512_SPR)

0 commit comments

Comments
 (0)
0