[Bug target/71233] [ARM, AArch64] missing AdvSIMD intrinsics

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Sep 28 15:19:37 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71233

--- Comment #61 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Kyrylo Tkachov
<ktkachov@gcc.gnu.org>:

https://gcc.gnu.org/g:61291c4b7d429ddd12536732759bd56708e78e14

commit r9-8952-g61291c4b7d429ddd12536732759bd56708e78e14
Author: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Date:   Wed Sep 23 12:02:29 2020 +0100

    AArch64: Implement missing vrndns_f32 intrinsic

    This patch implements the missing vrndns_f32 intrinsic. This operates on a
scalar float32_t value.
    It can be mapped down to a __builtin_aarch64_frintnsf builtin.

    This patch does that.

    Bootstrapped and tested on aarch64-none-linux-gnu.

    gcc/
            PR target/71233
            * config/aarch64/aarch64-simd-builtins.def (frintn): Use
BUILTIN_VHSDF_HSDF
            for modes.  Remove explicit hf instantiation.
            * config/aarch64/arm_neon.h (vrndns_f32): Define.

    gcc/testsuite/
            PR target/71233
            * gcc.target/aarch64/simd/vrndns_f32_1.c: New test.

    (cherry picked from commit 02b5377b3766804059b7824330d33d0e1cef2e5b)


More information about the Gcc-bugs mailing list