]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal-abi: use x87 mode, not MMX mode
authorAustin Clements <austin@google.com>
Wed, 24 Feb 2021 03:03:29 +0000 (22:03 -0500)
committerAustin Clements <austin@google.com>
Wed, 24 Feb 2021 19:26:10 +0000 (19:26 +0000)
commit478277f81283b9e941c4fdadc253797e6d035971
tree9cd8e3446e94df198a8895b1ad968a7d9184a964
parentbf48163e8f2b604f3b9e83951e331cd11edd8495
cmd/compile/internal-abi: use x87 mode, not MMX mode

Florian Weimer pointed out that my justification for using MMX mode
was nonsense and that staying in x87 mode simplifies transitions to
and from C. Hence, switch the spec to say we're always in x87 mode.

For #40724.

Change-Id: Iad916b2c376db41f95614aa6897f6b1184576bb7
Reviewed-on: https://go-review.googlesource.com/c/go/+/295789
Trust: Austin Clements <austin@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/internal-abi.md