Skip to content

Conversation

r-devulap
Copy link
Member

@r-devulap r-devulap commented Jan 23, 2024

on 64-bit macOS, size_t is unsigned long and uint64_t is mapped to unsigned long long (both of which are 8 bytes in size). This causes build failures because the compiler refuses to map zmm_vector<size_t> to zmm_vector<uint64_t>.

@r-devulap r-devulap merged commit d3c2169 into numpy:main Jan 23, 2024
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