On 8/18/2026 9:17 PM, panciyan wrote:
Building glibc with -march=rv64gcv causes GCC to auto-vectorize generic C code (e.g. calc_state_hash in regex), generating RVV instructions. On hardware without the V extension, this results in SIGILL.
But that's exactly the behavior I would expect. Jeff
