aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/memmove_386.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/memmove_386.s')
-rw-r--r--src/runtime/memmove_386.s5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/runtime/memmove_386.s b/src/runtime/memmove_386.s
index 1a43a1f724..389ef88477 100644
--- a/src/runtime/memmove_386.s
+++ b/src/runtime/memmove_386.s
@@ -55,8 +55,9 @@ tail:
JBE move_5through8
CMPL BX, $16
JBE move_9through16
- CMPB internal∕cpu·X86+const_offsetX86HasSSE2(SB), $1
- JNE nosse2
+#ifdef GO386_softfloat
+ JMP nosse2
+#endif
CMPL BX, $32
JBE move_17through32
CMPL BX, $64