Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong arm64 scaled register format #61

Merged
merged 1 commit into from May 2, 2021
Merged

Fix wrong arm64 scaled register format #61

merged 1 commit into from May 2, 2021

Commits on Apr 20, 2021

  1. Fix wrong arm64 scaled register format

    Arm64 does not have scaled register format, casue snappy test failed for
    current go tip:
    
    	$ go version
    	go version devel go1.17-24875e3880 Tue Apr 20 15:14:05 2021 +0000 darwin/arm64
    	$ go test
    	# github.com/golang/snappy
    	./encode_arm64.s:385: arm64 doesn't support scaled register format
    	./encode_arm64.s:675: arm64 doesn't support scaled register format
    	asm: assembly of ./encode_arm64.s failed
    	FAIL	github.com/golang/snappy [build failed]
    
    See https://go-review.googlesource.com/c/go/+/289589
    cuonglm committed Apr 20, 2021
    Copy the full SHA
    b46926b View commit details
    Browse the repository at this point in the history