-
Notifications
You must be signed in to change notification settings - Fork 297
AVX-512DQ implementations #954
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
Conversation
r? @Amanieu (rust_highfive has picked a reviewer for you, use r? to override) |
Maybe run cargo fmt to fix the style? |
Ping @vertexclique, please run |
@Amanieu I don't have that problem as of yet, unless something pressing I will format it when I have finished. I am not relying on the CI atm. Local work is compiling as of now. If it is strongly desired I can format. |
☔ The latest upstream changes (presumably 65f69a7) made this pull request unmergeable. Please resolve the merge conflicts. |
Contains: * _mm512_and_pd * _mm512_xor_pd * _mm512_andnot_pd * _mm512_mask_andnot_pd * _mm512_maskz_andnot_pd * _mm512_and_ps * _mm512_xor_ps * _mm512_andnot_ps
Contains: * _mm512_mask_andnot_ps * _mm512_maskz_andnot_ps * _mm512_mask_and_pd * _mm512_maskz_and_pd * _mm512_mask_and_ps * _mm512_maskz_and_ps * _mm512_broadcast_f32x2 * _mm512_mask_broadcast_f32x2
Contains: * _mm512_maskz_broadcast_f32x2 * _mm512_broadcast_f32x8 * _mm512_mask_broadcast_f32x8 * _mm512_maskz_broadcast_f32x8 * _mm512_broadcast_f64x2 * _mm512_mask_broadcast_f64x2 * _mm512_maskz_broadcast_f64x2 * _mm512_broadcast_i32x2
dbf1f03
to
ee98d46
Compare
* _mm512_mask_broadcast_i32x2 * _mm512_maskz_broadcast_i32x2 Tests for: * _mm512_and_pd * _mm512_xor_pd * _mm512_andnot_pd
☔ The latest upstream changes (presumably 8f63131) made this pull request unmergeable. Please resolve the merge conflicts. |
[t]
: test needed[ ]
: not implemented[x]
: completed