mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Fix Go unaligned index implementation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user