rust/tests/assembly
Guillaume Gomez 07e8b3ac01
Rollup merge of #126555 - beetrees:f16-inline-asm-arm, r=Amanieu
Add `f16` inline ASM support for 32-bit ARM

Adds `f16` inline ASM support for 32-bit ARM. SIMD vector types are taken from [here](https://developer.arm.com/architectures/instruction-sets/intrinsics/#f:`@navigationhierarchiesreturnbasetype=[float]&f:@navigationhierarchieselementbitsize=[16]&f:@navigationhierarchiesarchitectures=[A32]).`

Relevant issue: #125398
Tracking issue: #116909

`@rustbot` label +F-f16_and_f128
2024-06-22 12:57:18 +02:00
..
asm Rollup merge of #126555 - beetrees:f16-inline-asm-arm, r=Amanieu 2024-06-22 12:57:18 +02:00
auxiliary
libs
nvptx-kernel-abi
stack-protector
targets Rollup merge of #126380 - SergioGasquez:feat/std-xtensa, r=davidtwco 2024-06-20 14:07:01 +02:00
aarch64-naked-fn-no-bti-prolog.rs
aarch64-pointer-auth.rs
align_offset.rs
closure-inherit-target-feature.rs
dwarf4.rs
dwarf5.rs
is_aligned.rs
issue-83585-small-pod-struct-equality.rs Fix tests for 32 bits targets 2024-06-11 07:45:16 +00:00
manual-eq-efficient.rs
niche-prefer-zero.rs
nvptx-arch-default.rs
nvptx-arch-emit-asm.rs
nvptx-arch-link-arg.rs
nvptx-arch-target-cpu.rs
nvptx-atomics.rs
nvptx-c-abi-arg-v7.rs
nvptx-c-abi-ret-v7.rs
nvptx-internalizing.rs
nvptx-linking-binary.rs
nvptx-linking-cdylib.rs
nvptx-safe-naming.rs
panic-no-unwind-no-uwtable.rs
panic-unwind-no-uwtable.rs
pic-relocation-model.rs
pie-relocation-model.rs
simd-bitmask.rs Remove c_unwind from tests and fix tests 2024-06-19 13:54:55 +01:00
simd-intrinsic-gather.rs Remove c_unwind from tests and fix tests 2024-06-19 13:54:55 +01:00
simd-intrinsic-mask-load.rs Remove c_unwind from tests and fix tests 2024-06-19 13:54:55 +01:00
simd-intrinsic-mask-reduce.rs Remove c_unwind from tests and fix tests 2024-06-19 13:54:55 +01:00
simd-intrinsic-mask-store.rs Remove c_unwind from tests and fix tests 2024-06-19 13:54:55 +01:00
simd-intrinsic-scatter.rs Remove c_unwind from tests and fix tests 2024-06-19 13:54:55 +01:00
simd-intrinsic-select.rs Remove c_unwind from tests and fix tests 2024-06-19 13:54:55 +01:00
slice-is_ascii.rs
sparc-struct-abi.rs
stack-probes.rs
static-relocation-model.rs
strict_provenance.rs
target-feature-multiple.rs
thin-lto.rs
wasm_exceptions.rs Fix wasm_exceptions test 2024-06-19 21:26:48 +01:00
x86_64-array-pair-load-store-merge.rs
x86_64-cmp.rs
x86_64-floating-point-clamp.rs
x86_64-fortanix-unknown-sgx-lvi-generic-load.rs
x86_64-fortanix-unknown-sgx-lvi-generic-ret.rs
x86_64-fortanix-unknown-sgx-lvi-inline-assembly.rs
x86_64-function-return.rs
x86_64-naked-fn-no-cet-prolog.rs
x86_64-no-jump-tables.rs
x86_64-sse_crc.rs
x86_64-typed-swap.rs