isa-l/include
Bernd Schubert dbaf284e11 aarch64_multibinary.h: Fix -Wasm-operand-widths
Compilation with clang gave warnings as per below.
Arm64 is has a width of 64 bit and these warnings came up.

In file included from igzip/aarch64/igzip_multibinary_aarch64_dispatcher.c:29:
./include/aarch64_multibinary.h:338:35: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
                asm("mrs %0, MIDR_EL1 " : "=r" (id));
                                                ^
./include/aarch64_multibinary.h:338:12: note: use constraint modifier "w"
                asm("mrs %0, MIDR_EL1 " : "=r" (id));
                         ^~
                         %w0
1 warning generated.
In file included from mem/aarch64/mem_aarch64_dispatcher.c:29:
./include/aarch64_multibinary.h:338:35: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
                asm("mrs %0, MIDR_EL1 " : "=r" (id));
                                                ^
./include/aarch64_multibinary.h:338:12: note: use constraint modifier "w"
                asm("mrs %0, MIDR_EL1 " : "=r" (id));
                         ^~
                         %w0
1 warning generated.

Signed-off-by: Bernd Schubert <bschubert@ddn.com>
2024-05-31 17:02:19 +01:00
..
aarch64_label.h clang-format: ignore aarch64_label.h 2024-05-03 13:19:17 +01:00
aarch64_multibinary.h aarch64_multibinary.h: Fix -Wasm-operand-widths 2024-05-31 17:02:19 +01:00
crc64.h include: reformat using new code style 2024-04-22 11:35:03 +02:00
crc.h include: reformat using new code style 2024-04-22 11:35:03 +02:00
erasure_code.h include: reformat using new code style 2024-04-22 11:35:03 +02:00
gf_vect_mul.h include: reformat using new code style 2024-04-22 11:35:03 +02:00
igzip_lib.h include: reformat using new code style 2024-04-22 11:35:03 +02:00
mem_routines.h include: reformat using new code style 2024-04-22 11:35:03 +02:00
memcpy.asm include: add memcpy asm module 2023-12-01 14:20:56 +00:00
multibinary.asm Fix a handful of spelling mistakes and typos 2024-02-06 15:03:14 +00:00
raid.h include: reformat using new code style 2024-04-22 11:35:03 +02:00
reg_sizes.asm lib: add new interface supporting AVX2 with GFNI 2023-12-01 14:20:56 +00:00
test.h include: reformat using new code style 2024-04-22 11:35:03 +02:00
unaligned.h include: reformat using new code style 2024-04-22 11:35:03 +02:00