Skip to content

Conversation

@r-devulap
Copy link
Member

For some reason, macOS clang-15++ does not like zmm_vector<arrsize_t> and it fails with:


../numpy/_core/src/npysort/x86-simd-sort/src/avx512-common-argsort.h:18:27: error: implicit instantiation of undefined template 'zmm_vector<unsigned long>'
using argreg_t = typename argtype::reg_t;
                          ^
../numpy/_core/src/npysort/x86-simd-sort/src/avx512-common-qsort.h:111:8: note: template is declared here
struct zmm_vector;

@r-devulap r-devulap merged commit f0d35bd into numpy:main Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant