CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/08/07 06:22:18
Modified files:
lang/go : Makefile
Added files:
lang/go/patches: patch-src_internal_cpu_cpu_arm64_openbsd_go
patch-src_internal_cpu_cpu_arm64_other_go
patch-src_runtime_os_openbsd_go
Log message:
Implement CPU feature detection for lang/go on openbsd/arm64.
Make use of the ISAR0 register information exposed via sysctl. This allows
Go to make use of the available hardware accelerated features.
