topperc wrote:

> > Considering the define is guarded behind `if 
> > (ISAInfo->hasExtension("zve32x"))`, this doesn't seem to implement: 
> > [riscv-non-isa/rvv-intrinsic-doc#382](https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/382)
> 
> Presumably that (rather terse) sentence in the specification is that even, 
> say, RV64GC can check the macro and include riscv_vector.h, so that it can 
> then do `__attribute__((__target__(...)))` and use it in certain functions?

This patch was posted before 
https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/382 was merged into the 
spec. I expect there will be a follow up patch for this.

https://github.com/llvm/llvm-project/pull/116597
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to