I'm building Go1.26rc1 from source (all.bash)
The testing phase fails with the SIMD test.
##### GOEXPERIMENT=simd go test simd/archsimd/...
ok simd/archsimd 0.096s
SIGILL: illegal instruction
PC=0x548760 m=2 sigcode=2
instruction bytes: 0xc5 0xfd 0xfd 0xc1 0xc3 0xcc 0xcc 0xcc 0xcc 0xcc 0xcc 0xcc 0xcc 0xcc 0xcc 0xcc
I have an older amd64 CPU (i3-3225) which has limited SIMD instructions.
With regards to testing, all tests following this failure are "skipped due to earlier error"
Should GOEXPERIMENT tests be an automatic part of the test suite? (I hadn't specified any GOEXPERIMENTs)