https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71233

--- Comment #5 from Christophe Lyon <clyon at gcc dot gnu.org> ---
Created attachment 42354
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42354&action=edit
perl parser

This is a perl script to parse intrinsics.txt and produce a list like:
[...]
   v7/A32/A64    float32x4_t vaddq_f32 (float32x4_t a, float32x4_t b)
   A64    float64x1_t vadd_f64 (float64x1_t a, float64x1_t b)
[...]

That is: 1st column="Supported architectures", then intrinsic prototype.

Reply via email to