This patch adds the bfloat16_t struct typedefs (e.g. bfloat16x8x2_t) to
arm_neon.h
This patch is part of a series implementing the Bfloat16 extension of the
Armv8.6-a architecture, as detailed here:
The bfloat type, and its properties are specified in the Arm Architecture
Reference Manual:
The following people contributed to this patch:
- Luke Cheeseman
- Simon Tatham
- Ties Stuij
typo: fp16 - > bf16?
Here, and a few more places, or is it intentional? If so, I guess that can be a bit confusing?