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

Support softfloat for MIPS MIPSLE MIPS64 MIPS64LE #113

Closed
ghost opened this issue Dec 5, 2018 · 1 comment
Closed

Support softfloat for MIPS MIPSLE MIPS64 MIPS64LE #113

ghost opened this issue Dec 5, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 5, 2018

For mips users, please assure the kernel FPU emulation is enabled, check #32 #26 golang/go#18880 for details.

Golang now support both hardfloat and softfloat. So we can disable FPU emulation and simply set environment variables GOMIPS GOMIPS64

GOMIPS
For GOARCH=mips{,le}, whether to use floating point instructions.
Valid values are hardfloat (default), softfloat.
GOMIPS64
For GOARCH=mips64{,le}, whether to use floating point instructions.
Valid values are hardfloat (default), softfloat.

Reference

@ghost ghost changed the title Support softfloat for MIPS Support softfloat for MIPS MIPSLE MIPS64 MIPS64LE Dec 5, 2018
@shawn1m
Copy link
Owner

shawn1m commented Dec 9, 2018

See #86.
README is updated, thanks!

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

1 participant