[clang] [Clang][AArch64] Allow FP8 Neon vector types to be used by __builtin_shufflevector (PR #119031)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 9 13:49:10 PST 2024
efriedma-quic wrote:
Given the mfloat8 scalar type exists, why does mfloat8x16 need to be a BuiltinType, as opposed to a VectorType?
https://github.com/llvm/llvm-project/pull/119031
More information about the cfe-commits
mailing list