runtime: use of floating point in note handler on plan9/amd64 #24387
Comments
Change https://golang.org/cl/100577 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since CL 98015, the build is failing on plan9/amd64, because the runtime uses floating point instructions in note handler, which is not allowed on Plan 9.
See https://build.golang.org/log/35578fe371b89f3daa4e382ed33ad2bfa4d9a175
This issue is happening because in CL 98015, findnull was rewritten so it uses bytes.IndexByte which relies on SSE instructions.
The text was updated successfully, but these errors were encountered: