This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 07a8538d907 match.pd: Add std::pow folding optimizations. new d74b0c698c8 aarch64: Add support for mfloat8x{8|16}_t types new 17d7a4b01a5 aarch64: Add mfloat vreinterpret intrinsics
The 2 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-builtins.cc | 16 +++++++- gcc/config/aarch64/aarch64-builtins.h | 2 + gcc/config/aarch64/aarch64-simd-builtin-types.def | 2 + gcc/config/aarch64/arm_neon.h | 3 ++ .../aarch64/advsimd-intrinsics/mf8-reinterpret.c | 46 ++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/mfloat-init-1.c | 5 +++ gcc/testsuite/gcc.target/aarch64/movv16qi_2.c | 1 + gcc/testsuite/gcc.target/aarch64/movv16qi_3.c | 1 + gcc/testsuite/gcc.target/aarch64/movv2x16qi_1.c | 1 + gcc/testsuite/gcc.target/aarch64/movv3x16qi_1.c | 1 + gcc/testsuite/gcc.target/aarch64/movv4x16qi_1.c | 1 + gcc/testsuite/gcc.target/aarch64/movv8qi_2.c | 1 + gcc/testsuite/gcc.target/aarch64/movv8qi_3.c | 1 + 13 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/mf8-reinterpret.c create mode 100644 gcc/testsuite/gcc.target/aarch64/mfloat-init-1.c