Skip to content

Commit

Permalink
fixed another fold_constant decl
Browse files Browse the repository at this point in the history
  • Loading branch information
cielavenir committed Oct 27, 2022
1 parent 825d080 commit 0131b28
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions crc/aarch64/crc16_t10dif_copy_pmull.S
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,6 @@ v_fold_const .req v17

ldr q_fold_const, fold_constant

fold_constant:
.word 0x87e70000
.word 0x00000000
.word 0x371d0000
.word 0x00000000

.align 2
.crc_fold_loop:
add x_src_saved, x_src_saved, 64
Expand Down Expand Up @@ -387,6 +381,11 @@ v_br1 .req v5

ASM_DEF_RODATA
.align 4
fold_constant:
.word 0x87e70000
.word 0x00000000
.word 0x371d0000
.word 0x00000000
.shuffle_mask_lanchor = . + 0
#ifndef __APPLE__
.type shuffle_mask, %object
Expand Down

0 comments on commit 0131b28

Please sign in to comment.