Skip to content
Discussion options

You must be logged in to vote

This is very reasonable request and I've already heard it from other developers.

One caveat here, do not take i32 or i64 in AVX512 targets seriously. We originally had this "base type" in the target naming schema because it affects how the default mask would look like on the targets that don't have mask registers. I.e. for SSE2/4 and AVX2 it matters a lot. But for AVX512 we have mask registers and avx512skx-i32x4 and avx512skx-i64x4 would be the same thing. Just keep that in mind.

As for the how to proceed with adding avx512skx-i32x4 target, let's convert this question to feature request and I'll implement it.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@mindbeast
Comment options

@mindbeast
Comment options

Answer selected by dbabokin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants