Fix Go unaligned index implementation

This commit is contained in:
Kovid Goyal
2024-02-11 10:47:34 +05:30
parent 36773c09d3
commit c01b959723
3 changed files with 69 additions and 24 deletions

View File

@@ -7,6 +7,6 @@
#
echo -e "\x1b[32mtesting amd64\x1b[m" && go test -v &&
echo -e "\x1b[32mtesting arm64\x1b[m" && GOARCH=arm64 go test -c && qemu-aarch64-static simdstring.test -test.v
echo -e "\x1b[32mtesting arm64\x1b[m" && GOARCH=arm64 go test -v -exec qemu-aarch64-static