mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-06 04:34:06 +00:00
26 lines
435 B
Plaintext
26 lines
435 B
Plaintext
# Not implemented in stdarch yet
|
|
vbfdot_f32
|
|
vbfdot_lane_f32
|
|
vbfdot_laneq_f32
|
|
vbfdotq_f32
|
|
vbfdotq_lane_f32
|
|
vbfdotq_laneq_f32
|
|
vbfmlalbq_f32
|
|
vbfmlalbq_lane_f32
|
|
vbfmlalbq_laneq_f32
|
|
vbfmlaltq_f32
|
|
vbfmlaltq_lane_f32
|
|
vbfmlaltq_laneq_f32
|
|
vbfmmlaq_f32
|
|
|
|
|
|
# Implemented in stdarch, but missing in Clang.
|
|
vrnd32xq_f64
|
|
vrnd32zq_f64
|
|
vrnd64xq_f64
|
|
vrnd64zq_f64
|
|
# LLVM select error, and missing in Clang.
|
|
vrnd32x_f64
|
|
vrnd32z_f64
|
|
vrnd64x_f64
|
|
vrnd64z_f64 |