Skip to content

Commit

Permalink
Merge pull request #8147 from bandi13/regenScripts
Browse files Browse the repository at this point in the history
Regen scripts
  • Loading branch information
douzzer authored Nov 4, 2024
2 parents 9757aa0 + 4083afe commit 95b4771
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
# The exclude_file contains lines of code that should be ignored. This is useful for individual lines which have non-words that can safely be ignored.
exclude_file: '.codespellexcludelines'
# To skip files entirely from being processed, add it to the following list:
skip: '*.cproject,*.der,*.mtpj,*.pem,*.vcxproj,.git,*.launch,*.scfg'
skip: '*.cproject,*.der,*.mtpj,*.pem,*.vcxproj,.git,*.launch,*.scfg,./IDE/Renesas/cs+/Projects/t4_demo/README_jp.txt'
14 changes: 7 additions & 7 deletions wolfcrypt/src/port/arm/armv8-kyber-asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -7058,9 +7058,9 @@ L_kyber_aarch64_rej_uniform_neon_bits:
.short 0x0001,0x0002,0x0004,0x0008,0x0010,0x0020,0x0040,0x0080
#ifndef __APPLE__
.text
.type L_kyber_aarch64_rej_uniform_neon_indeces, %object
.type L_kyber_aarch64_rej_uniform_neon_indices, %object
.section .rodata
.size L_kyber_aarch64_rej_uniform_neon_indeces, 4096
.size L_kyber_aarch64_rej_uniform_neon_indices, 4096
#else
.section __DATA,__data
#endif /* __APPLE__ */
Expand All @@ -7069,7 +7069,7 @@ L_kyber_aarch64_rej_uniform_neon_bits:
#else
.p2align 1
#endif /* __APPLE__ */
L_kyber_aarch64_rej_uniform_neon_indeces:
L_kyber_aarch64_rej_uniform_neon_indices:
.byte 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff
.byte 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff
.byte 0x00,0x01,0xff,0xff,0xff,0xff,0xff,0xff
Expand Down Expand Up @@ -7621,11 +7621,11 @@ _kyber_rej_uniform_neon:
add x6, x6, :lo12:L_kyber_aarch64_rej_uniform_neon_bits@PAGEOFF
#endif /* __APPLE__ */
#ifndef __APPLE__
adrp x7, L_kyber_aarch64_rej_uniform_neon_indeces
add x7, x7, :lo12:L_kyber_aarch64_rej_uniform_neon_indeces
adrp x7, L_kyber_aarch64_rej_uniform_neon_indices
add x7, x7, :lo12:L_kyber_aarch64_rej_uniform_neon_indices
#else
adrp x7, L_kyber_aarch64_rej_uniform_neon_indeces@PAGE
add x7, x7, :lo12:L_kyber_aarch64_rej_uniform_neon_indeces@PAGEOFF
adrp x7, L_kyber_aarch64_rej_uniform_neon_indices@PAGE
add x7, x7, :lo12:L_kyber_aarch64_rej_uniform_neon_indices@PAGEOFF
#endif /* __APPLE__ */
eor v1.16b, v1.16b, v1.16b
eor v12.16b, v12.16b, v12.16b
Expand Down
Loading

0 comments on commit 95b4771

Please sign in to comment.