Rollup merge of #126530 - beetrees:f16-inline-asm-riscv, r=Amanieu
Add `f16` inline ASM support for RISC-V This PR adds `f16` inline ASM support for RISC-V. A `FIXME` is left for `f128` support as LLVM does not support the required `Q` (Quad-Precision Floating-Point) extension yet. Relevant issue: #125398 Tracking issue: #116909 `@rustbot` label +F-f16_and_f128
This commit is contained in:
commit
e7956cd994
4 changed files with 108 additions and 11 deletions
|
@ -2054,6 +2054,8 @@ symbols! {
|
|||
yes,
|
||||
yield_expr,
|
||||
ymm_reg,
|
||||
zfh,
|
||||
zfhmin,
|
||||
zmm_reg,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue