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

panicindex not linkable on go 1.12 #4

Open
paolo-losi opened this issue Feb 27, 2019 · 2 comments
Open

panicindex not linkable on go 1.12 #4

paolo-losi opened this issue Feb 27, 2019 · 2 comments

Comments

@paolo-losi
Copy link

using go version 1.12 compilation fails with:

github.com/ziutek/blas.Saxpy: relocation target runtime.panicindex not defined for ABI0 (but is defined for ABIInternal)
github.com/ziutek/blas.Sdot: relocation target runtime.panicindex not defined for ABI0 (but is defined for ABIInternal)
github.com/ziutek/blas.Snrm2: relocation target runtime.panicindex not defined for ABI0 (but is defined for ABIInternal)

@ziutek
Copy link
Owner

ziutek commented Feb 27, 2019

I've just read the design document for multiple ABIs and it seems that calling panicindex from assembly is (and was) completely wrong...

ziutek pushed a commit that referenced this issue Feb 27, 2019
@paolo-losi
Copy link
Author

Thanks for the quick reply! I can confirm that it compiles now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants