Skip to content

Commit

Permalink
can't use nosplit for some functions
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Feb 17, 2025
1 parent 00b862f commit 5133e24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/utils/min_max_avx2_amd64.s
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DATA LCDATA1<>+0x050(SB)/8, $0x8080808080808080
DATA LCDATA1<>+0x058(SB)/8, $0x8080808080808080
GLOBL LCDATA1<>(SB), 8, $96

TEXT ·_int8_max_min_avx2(SB), NOSPLIT, $8-32
TEXT ·_int8_max_min_avx2(SB), $8-32

MOVQ values+0(FP), DI
MOVQ length+8(FP), SI
Expand Down Expand Up @@ -581,7 +581,7 @@ LBB4_8:
VZEROUPPER
RET

TEXT ·_uint32_max_min_avx2(SB), NOSPLIT, $0-32
TEXT ·_uint32_max_min_avx2(SB), $0-32

MOVQ values+0(FP), DI
MOVQ length+8(FP), SI
Expand Down Expand Up @@ -677,7 +677,7 @@ DATA LCDATA4<>+0x000(SB)/8, $0x8000000000000000
DATA LCDATA4<>+0x008(SB)/8, $0x7fffffffffffffff
GLOBL LCDATA4<>(SB), 8, $16

TEXT ·_int64_max_min_avx2(SB), NOSPLIT, $8-32
TEXT ·_int64_max_min_avx2(SB), $8-32

MOVQ values+0(FP), DI
MOVQ length+8(FP), SI
Expand Down Expand Up @@ -786,7 +786,7 @@ LBB6_8:
DATA LCDATA5<>+0x000(SB)/8, $0x8000000000000000
GLOBL LCDATA5<>(SB), 8, $8

TEXT ·_uint64_max_min_avx2(SB), NOSPLIT, $8-32
TEXT ·_uint64_max_min_avx2(SB), $8-32

MOVQ values+0(FP), DI
MOVQ length+8(FP), SI
Expand Down

0 comments on commit 5133e24

Please sign in to comment.