[Bug target/115556] error: this operation requires the SVE ISA extension
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Dec 8 07:29:03 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115556
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |---
--- Comment #14 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
It could also be a bug in this example too.
Because I can't get it to compile with clang trunk due to a different issue all
together.
<source>:14:5: error: invalid use of incomplete type 'Test'
14 | Test()(int(), d);
| ^~~~~~
<source>:10:8: note: forward declaration of 'hwy::N_NEON::Test'
10 | struct Test;
More information about the Gcc-bugs
mailing list