• David du Colombier's avatar
    cmd/compile: don't use MOVOstore for move on plan9/amd64 · adbfdfe3
    David du Colombier authored
    The SSA compiler currently generates MOVOstore instructions
    to optimize 16 bytes moves on AMD64 architecture.
    
    However, we can't use the MOVOstore instruction on Plan 9,
    because floating point operations are not allowed in the
    note handler.
    
    We rely on the useSSE flag to disable the use of the
    MOVOstore instruction on Plan 9 and replace it by two
    MOVQstore instructions.
    
    Fixes #21625
    
    Change-Id: Idfefcceadccafe1752b059b5fe113ce566c0e71c
    Reviewed-on: https://go-review.googlesource.com/59171
    Run-TryBot: David du Colombier <0intro@gmail.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarIlya Tocar <ilya.tocar@intel.com>
    adbfdfe3
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...