]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] simd: update CPU feature APIs
authorJunyang Shao <shaojunyang@google.com>
Wed, 12 Nov 2025 19:56:09 +0000 (19:56 +0000)
committerJunyang Shao <shaojunyang@google.com>
Mon, 17 Nov 2025 21:37:30 +0000 (13:37 -0800)
commit934dbcea1a806c198a7870b1808fb8e41b568984
tree1b251c14eea0dba4a5e74cf35a702f72757a706b
parente4d94842207a7f29fb473ecece2acdc5a2a207f7
[dev.simd] simd: update CPU feature APIs

This CL also updates the internal uses of these APIs.

This CL also fixed a instable output issue left by previous CLs.

Change-Id: Ibc38361d35e2af0c4943a48578f3c610b74ed14d
Reviewed-on: https://go-review.googlesource.com/c/go/+/720020
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/simd/_gen/simdgen/gen_simdTypes.go
src/simd/cpu.go
src/simd/internal/simd_test/binary_test.go
src/simd/internal/simd_test/compare_test.go
src/simd/internal/simd_test/simd_test.go
src/simd/internal/simd_test/slicepart_test.go
src/simd/internal/simd_test/ternary_test.go
src/simd/internal/simd_test/unary_test.go
src/simd/pkginternal_test.go
test/codegen/simd.go
test/simd.go