[Bug target/115325] RVV vmulh and vmulhu unknown without -march, but vmul is known

2024-06-04 Thread jan.wassenberg at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115325 --- Comment #2 from Jan Wassenberg --- Thanks, we are equipped to use pragma GCC target as soon as it is ready. Is there any bug/tracker to which I could subscribe for updates on that?

[Bug target/115325] RVV vmulh and vmulhu unknown without -march, but vmul is known

2024-06-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115325 --- Comment #1 from Andrew Pinski --- The correct way of doing this is to use `pragma GCC target` but that is not supported on riscv yet ...