This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 702e45ee471 aarch64: intrinsics to convert BFloat16 to Float32 new c25f7eac655 aarch64: intrinsics to extract half of bf16 vector
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/aarch64/aarch64-simd-builtins.def | 4 ++++ gcc/config/aarch64/aarch64-simd.md | 21 +++++++++++++++++++++ gcc/config/aarch64/arm_neon.h | 14 ++++++++++++++ .../{bfcvtnq2-untied.c => bf16_get.c} | 19 +++++++++++++------ 4 files changed, 52 insertions(+), 6 deletions(-) copy gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/{bfcvtnq2-untied.c => bf1 [...]