Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make splat const fn #417

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Make splat const fn #417

merged 1 commit into from
Apr 30, 2024

Conversation

calebzulawski
Copy link
Member

No description provided.

@programmerjake
Copy link
Member

looks like github switched to using apple m1, which llvm/rustc can't figure out the native cpu of, also looks like the m1 doesn't support avx properly...

@calebzulawski
Copy link
Member Author

The good news is now we can have a native arm test! I'll try to fix that in #419

@calebzulawski calebzulawski merged commit c886e69 into master Apr 30, 2024
65 of 67 checks passed
@thomcc
Copy link
Member

thomcc commented Apr 30, 2024

m1 doesn't support avx properly...

Yes, it only supports up to SSE4.2. No 256bit vectors.

@workingjubilee workingjubilee deleted the const-splat branch September 11, 2024 01:48
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.

3 participants