AVX-512: Changed cnt parameter in valignq/d intrinsic from i8 to i32 according to the Intel Spec
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This change looks fine. I'm curious though -- the spec uses "int" for "cnt" in the Compiler Intrinsic Equivalent section, but "imm8" for the instruction encoding. Why are they different?