Skip to content

Commit

Permalink
fix: not useX28 register in arm64 of native C (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY authored Feb 19, 2025
1 parent 2d5c1c6 commit f2c52ad
Show file tree
Hide file tree
Showing 17 changed files with 14,054 additions and 14,141 deletions.
1 change: 1 addition & 0 deletions fuzz/go-fuzz-corpus
Submodule go-fuzz-corpus added at c42c1b
2 changes: 1 addition & 1 deletion internal/native/neon/f32toa_arm64.s
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ _Digits:
WORD $0x37393639 // .ascii 4, '96979899'
WORD $0x39393839 // .ascii 4, '9899'
WORD $0x00000000 // .p2align 3, 0x00
_LB_3c57fe76: // _pow10_ceil_sig_f32.g
_LB_8a75dde8: // _pow10_ceil_sig_f32.g
WORD $0x4b43fcf5; WORD $0x81ceb32c // .quad -9093133594791772939
WORD $0x5e14fc32; WORD $0xa2425ff7 // .quad -6754730975062328270
WORD $0x359a3b3f; WORD $0xcad2f7f5 // .quad -3831727700400522433
Expand Down
2 changes: 1 addition & 1 deletion internal/native/neon/f64toa_arm64.s
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ _Digits:
WORD $0x37393639 // .ascii 4, '96979899'
WORD $0x39393839 // .ascii 4, '9899'
// .p2align 3, 0x00
_LB_f262bdcb: // _pow10_ceil_sig.g
_LB_7597f665: // _pow10_ceil_sig.g
WORD $0xbebcdc4f; WORD $0xff77b1fc // .quad -38366372719436721
WORD $0x13bb0f7b; WORD $0x25e8e89c // .quad 2731688931043774331
WORD $0xf73609b1; WORD $0x9faacf3d // .quad -6941508010590729807
Expand Down
Loading

0 comments on commit f2c52ad

Please sign in to comment.