[Bug target/109312] Missing __riscv_v_intrinsic

2023-03-28 Thread kito at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109312 Kito Cheng changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug target/109312] Missing __riscv_v_intrinsic

2023-03-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109312 --- Comment #3 from CVS Commits --- The master branch has been updated by Kito Cheng : https://gcc.gnu.org/g:5a923516ae61ddc6dd863891db13189cbf392411 commit r13-6909-g5a923516ae61ddc6dd863891db13189cbf392411 Author: Kito Cheng Date: Tue Mar

[Bug target/109312] Missing __riscv_v_intrinsic

2023-03-28 Thread malat at debian dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109312 --- Comment #2 from Mathieu Malaterre --- (In reply to Andreas Schwab from comment #1) > You need at least enable the V extension (-march=rv64gcv). Oh, right ! Here is the correct full listing this time: % /usr/lib/gcc-snapshot/bin/gcc -march=

[Bug target/109312] Missing __riscv_v_intrinsic

2023-03-28 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109312 --- Comment #1 from Andreas Schwab --- You need at least enable the V extension (-march=rv64gcv).