rust/compiler/rustc_target/src/asm
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
..
aarch64.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
arm.rs Add f16 inline ASM support for 32-bit ARM 2024-06-21 18:26:42 +01:00
avr.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
bpf.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
csky.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
hexagon.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
loongarch.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
m68k.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
mips.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
mod.rs Add f16 and f128 inline ASM support for x86 and x86-64 2024-06-13 16:12:23 +01:00
msp430.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
nvptx.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
powerpc.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
riscv.rs Add f16 inline ASM support for RISC-V 2024-06-21 18:48:20 +01:00
s390x.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
spirv.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
wasm.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
x86.rs Add f16 and f128 inline ASM support for x86 and x86-64 2024-06-13 16:12:23 +01:00