We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a tracking issue for NEON fp16 intrinsics. The feature gate for the issue is #![feature(stdarch_neon_fp16)].
#![feature(stdarch_neon_fp16)]
This feature depends on the following PRs:
f16
// core::arch::aarch64 fn vadd_f16(..); (...)
TODO
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a tracking issue for NEON fp16 intrinsics.
The feature gate for the issue is
#![feature(stdarch_neon_fp16)]
.This feature depends on the following PRs:
f16
formatting and parsing #127013 for intrinsics-test to be able to compare the results to C++Public API
Steps
Implementation history
TODO
The text was updated successfully, but these errors were encountered: