Should f16 vundefined/lmul_ext/lmul_trunc/vget/vset/vcreate be support with Zvfhmin
topperc opened this issue · 1 comments
topperc commented
If I'm reading the clang source right these operations only support f16 with Zvfh. I think they could be supported with Zvfhmin.
These operations are supported for bf16 with Zvfbfmin.
CC: @kito-cheng @rofirrim
rofirrim commented
Indeed, I guess we want f16 to be consistent with bf16 here.