Skip to content

Commit

Permalink
Fix mach compilation again; fold_constant has to be the same section …
Browse files Browse the repository at this point in the history
…as crc16_t10dif_copy_pmull

Signed-off-by: Taiju Yamada <tyamada@bi.a.u-tokyo.ac.jp>
  • Loading branch information
cielavenir authored and pablodelara committed Mar 7, 2024
1 parent 4be96e2 commit f1b144b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion crc/aarch64/crc16_t10dif_copy_pmull.S
Original file line number Diff line number Diff line change
Expand Up @@ -379,13 +379,14 @@ v_br1 .req v5
.size crc16_t10dif_copy_pmull, .-crc16_t10dif_copy_pmull
#endif

ASM_DEF_RODATA
.align 4
fold_constant:
.word 0x87e70000
.word 0x00000000
.word 0x371d0000
.word 0x00000000

ASM_DEF_RODATA
.shuffle_mask_lanchor = . + 0
#ifndef __APPLE__
.type shuffle_mask, %object
Expand Down
3 changes: 2 additions & 1 deletion crc/aarch64/crc16_t10dif_pmull.S
Original file line number Diff line number Diff line change
Expand Up @@ -364,13 +364,14 @@ v_br1 .req v5
.size crc16_t10dif_pmull, .-crc16_t10dif_pmull
#endif

ASM_DEF_RODATA
.align 4
fold_constant:
.word 0x87e70000
.word 0x00000000
.word 0x371d0000
.word 0x00000000

ASM_DEF_RODATA
.shuffle_mask_lanchor = . + 0
#ifndef __APPLE__
.type shuffle_mask, %object
Expand Down

0 comments on commit f1b144b

Please sign in to comment.