Tracking Issue for NEON fp16 intrinsics (original) (raw)

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:

Public API

// core::arch::aarch64

fn vadd_f16(..);
(...)

Steps

Implementation history

TODO