diff options
author | davidovski <david@davidovski.xyz> | 2022-06-27 23:08:34 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-27 23:08:34 +0100 |
commit | f13e0cac13f90f7f57bce3b26b2e6383de6e4ad2 (patch) | |
tree | 31fe2a493efcc3ec8721b8ae9943a0f938cd3f4d /repo/ceph/44-aarch64-erasure.patch | |
parent | e4a392b4e1e547c9569abdd1f08ec51da3dc4562 (diff) |
added qemu
Diffstat (limited to 'repo/ceph/44-aarch64-erasure.patch')
-rw-r--r-- | repo/ceph/44-aarch64-erasure.patch | 129 |
1 files changed, 0 insertions, 129 deletions
diff --git a/repo/ceph/44-aarch64-erasure.patch b/repo/ceph/44-aarch64-erasure.patch deleted file mode 100644 index 421decc..0000000 --- a/repo/ceph/44-aarch64-erasure.patch +++ /dev/null @@ -1,129 +0,0 @@ -merged as: -https://github.com/ceph/isa-l/commit/bee5180a1517f8b5e70b02fcd66790c623536c5d - ---- a/src/isa-l/erasure_code/aarch64/gf_2vect_mad_neon.S -+++ b/src/isa-l/erasure_code/aarch64/gf_2vect_mad_neon.S -@@ -360,7 +360,8 @@ - sub x_dest1, x_dest1, x_tmp - sub x_dest2, x_dest2, x_tmp - -- ldr x_const, =const_tbl -+ adrp x_const, const_tbl -+ add x_const, x_const, :lo12:const_tbl - sub x_const, x_const, x_tmp - ldr q_tmp, [x_const, #16] - -@@ -394,7 +395,7 @@ - mov w_ret, #1 - ret - --.section .data -+.section .rodata - .balign 8 - const_tbl: - .dword 0x0000000000000000, 0x0000000000000000 ---- a/src/isa-l/erasure_code/aarch64/gf_3vect_mad_neon.S -+++ b/src/isa-l/erasure_code/aarch64/gf_3vect_mad_neon.S -@@ -332,7 +332,8 @@ - sub x_dest2, x_dest2, x_tmp - sub x_dest3, x_dest3, x_tmp - -- ldr x_const, =const_tbl -+ adrp x_const, const_tbl -+ add x_const, x_const, :lo12:const_tbl - sub x_const, x_const, x_tmp - ldr q_tmp, [x_const, #16] - -@@ -374,7 +375,7 @@ - mov w_ret, #1 - ret - --.section .data -+.section .rodata - .balign 8 - const_tbl: - .dword 0x0000000000000000, 0x0000000000000000 ---- a/src/isa-l/erasure_code/aarch64/gf_4vect_mad_neon.S -+++ b/src/isa-l/erasure_code/aarch64/gf_4vect_mad_neon.S -@@ -397,7 +397,8 @@ - sub x_dest3, x_dest3, x_tmp - sub x_dest4, x_dest4, x_tmp - -- ldr x_const, =const_tbl -+ adrp x_const, const_tbl -+ add x_const, x_const, :lo12:const_tbl - sub x_const, x_const, x_tmp - ldr q_tmp, [x_const, #16] - -@@ -448,7 +449,7 @@ - mov w_ret, #1 - ret - --.section .data -+.section .rodata - .balign 8 - const_tbl: - .dword 0x0000000000000000, 0x0000000000000000 ---- a/src/isa-l/erasure_code/aarch64/gf_5vect_mad_neon.S -+++ b/src/isa-l/erasure_code/aarch64/gf_5vect_mad_neon.S -@@ -463,7 +463,8 @@ - sub x_dest4, x_dest4, x_tmp - sub x_dest5, x_dest5, x_tmp - -- ldr x_const, =const_tbl -+ adrp x_const, const_tbl -+ add x_const, x_const, :lo12:const_tbl - sub x_const, x_const, x_tmp - ldr q_tmp, [x_const, #16] - -@@ -527,7 +528,7 @@ - mov w_ret, #1 - ret - --.section .data -+.section .rodata - .balign 8 - const_tbl: - .dword 0x0000000000000000, 0x0000000000000000 ---- a/src/isa-l/erasure_code/aarch64/gf_6vect_mad_neon.S -+++ b/src/isa-l/erasure_code/aarch64/gf_6vect_mad_neon.S -@@ -526,7 +526,8 @@ - sub x_dest5, x_dest5, x_tmp - sub x_dest6, x_dest6, x_tmp - -- ldr x_const, =const_tbl -+ adrp x_const, const_tbl -+ add x_const, x_const, :lo12:const_tbl - sub x_const, x_const, x_tmp - ldr q_tmp, [x_const, #16] - -@@ -602,7 +603,7 @@ - mov w_ret, #1 - ret - --.section .data -+.section .rodata - .balign 8 - const_tbl: - .dword 0x0000000000000000, 0x0000000000000000 ---- a/src/isa-l/erasure_code/aarch64/gf_vect_mad_neon.S -+++ b/src/isa-l/erasure_code/aarch64/gf_vect_mad_neon.S -@@ -281,7 +281,8 @@ - mov x_src, x_src_end - sub x_dest1, x_dest1, x_tmp - -- ldr x_const, =const_tbl -+ adrp x_const, const_tbl -+ add x_const, x_const, :lo12:const_tbl - sub x_const, x_const, x_tmp - ldr q_tmp, [x_const, #16] - -@@ -307,7 +308,7 @@ - mov w_ret, #1 - ret - --.section .data -+.section .rodata - .balign 8 - const_tbl: - .dword 0x0000000000000000, 0x0000000000000000 |