Tracking Issue for mul_add being absent from std::simd::Simd #91422
Labels
A-SIMD
Area: SIMD (Single Instruction Multiple Data)
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
PG-portable-simd
Project group: Portable SIMD (https://github.com/rust-lang/project-portable-simd)
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(portable_simd )]
mul_add presents under core_simd::Simd in rust-lang/portable-simd but is missing from std::simd::Simd
Below code (playground) does not compile
For more information about this error, try
rustc --explain E0599
.error: could not compile
playground
due to previous errorPublic API
Steps / History
Unresolved Questions
The text was updated successfully, but these errors were encountered: