Skip to content

Commit 190e80e

Browse files
author
Raghuveer Devulapalli
committed
Fix rebase bug in meson.build
1 parent fb69b5b commit 190e80e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

numpy/_core/meson.build

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -781,11 +781,6 @@ foreach gen_mtargets : [
781781
'src/npysort/simd_qsort_16bit.dispatch.cpp',
782782
[AVX512_SPR, AVX512_ICL]
783783
],
784-
[
785-
'simd_argsort.dispatch.h',
786-
'src/npysort/simd_argsort.dispatch.cpp',
787-
[AVX512_SKX]
788-
],
789784
]
790785
mtargets = mod_features.multi_targets(
791786
gen_mtargets[0], multiarray_gen_headers + gen_mtargets[1],

0 commit comments

Comments
 (0)