runtime: swiss map SIMD implementation for non-amd64 #71255
Labels
arch-arm64
compiler/runtime
Issues related to the Go compiler and/or runtime.
Implementation
Issues describing a semantics-preserving change to the Go implementation.
NeedsFix
The path to resolution is known, but the work has not been done.
Performance
Milestone
https://go.dev/cl/626277 (in 1.24) added SIMD implementations for swissmap (still 8-byte) control word operations for amd64. We could do similar for other architectures, if the SIMD implementations improve performance. ARM64 is the obvious target here given its wide use.
The text was updated successfully, but these errors were encountered: