CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/06/20 09:23:32
Modified files:
lang/go : Makefile
Added files:
lang/go/patches: patch-src_cmd_dist_test_go
Log message:
lang/go: disable experimental simd/archsimd tests on openbsd/amd64
The experimental simd/archsimd code generates jump tables, even when they
are explicitly disabled in the compiler. This is not compatible with CFI.
Makes regress pass again.
