Text file src/simd/_gen/go.mod 1 module simd/_gen 2 3 go 1.24 4 5 require ( 6 golang.org/x/arch v0.20.0 7 gopkg.in/yaml.v3 v3.0.1 8 ) 9 View as plain text