Open
Description
Feature gate: #![feature(stdarch_x86_avx512_bf16)]
This is a tracking issue for the bf16
type in stdarch. This is just a wrapper around u16
, but it makes the intrinsic signatures more readable.
Public API
The bf16
type in core::arch::x86
and core::arch::x86_64
, and its associated functions in avx512bf16
and avxneconvert
Steps / History
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.
Footnotes
Metadata
Metadata
Assignees
Labels
Category: An issue tracking the progress of sth. like the implementation of an RFCTarget: x86 processors, 32 bit (like i686-*) (also known as IA-32, i386, i586, i686)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.