Open
Description
Feature gate: #[feature(stdarch_x86_avx512_f16)]
This is the tracking issue for the AVX512_FP16 (and related AVX_NE_CONVERT) intrinsics. This depends on the following features
Public API
This feature covers all of the intrinsics from the avx512fp16
feature and some remaining intrinsics from the avxneconvert
feature (more specifically, the __m128h
, __m256h
and __m512h
types, and all intrinsics that use those types or have a f16
parameter)
Implementation History
Steps
- Final Comment Period (FCP)
- Stabilization PR
Unresolved Questions
None yet
Metadata
Metadata
Assignees
Labels
Area: SIMD (Single Instruction Multiple Data)Category: An issue tracking the progress of sth. like the implementation of an RFCTarget: x86 processors, 32 bit (like i686-*) (IA-32)Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64)Relevant to the library API team, which will review and decide on the PR/issue.