asm formatting
This commit is contained in:
+3
-2
@@ -8,7 +8,7 @@
|
||||
#define N R12
|
||||
|
||||
// func xorBytesSSE(dst, a, b []byte, n int)
|
||||
TEXT ·xorBytesSSE(SB), NOSPLIT, $0
|
||||
TEXT ·xorBytesSSE(SB), NOSPLIT ,$0
|
||||
MOVQ dst_data+0(FP), Dst
|
||||
MOVQ a_data+24(FP), A
|
||||
MOVQ b_data+48(FP), B
|
||||
@@ -103,8 +103,9 @@ XOR_LOOP_FINAL_SSE:
|
||||
JNZ XOR_LOOP_FINAL_SSE
|
||||
RET
|
||||
|
||||
|
||||
// func xorBytesAVX(dst, a, b []byte, n int)
|
||||
TEXT ·xorBytesAVX(SB), NOSPLIT, $0
|
||||
TEXT ·xorBytesAVX(SB), NOSPLIT ,$0
|
||||
MOVQ dst_data+0(FP), Dst
|
||||
MOVQ a_data+24(FP), A
|
||||
MOVQ b_data+48(FP), B
|
||||
|
||||
Reference in New Issue
Block a user