public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: James Greenhalgh <james.greenhalgh@arm.com>
To: Jiong Wang <jiong.wang@foss.arm.com>
Cc: GCC Patches <gcc-patches@gcc.gnu.org>, <nd@arm.com>
Subject: Re: [AArch64][4/14] ARMv8.2-A FP16 three operands vector intrinsics
Date: Mon, 25 Jul 2016 11:05:00 -0000	[thread overview]
Message-ID: <20160725110433.GC27891@arm.com> (raw)
In-Reply-To: <ec1d1aa3-1640-0c9b-c7c8-2ed3634a8d72@foss.arm.com>

On Thu, Jul 07, 2016 at 05:16:01PM +0100, Jiong Wang wrote:
> This patch add ARMv8.2-A FP16 three operands vector intrinsics.
> 
> Three operands intrinsics only contain fma and fms.

OK.

Thanks,
James

> 
> 2016-07-07  Jiong Wang <jiong.wang@arm.com>
> 
> gcc/
>         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
>         * config/aarch64/aarch64-simd.md (fma<mode>4): Extend to HF modes.
>         (fnma<mode>4): Likewise.
>         * config/aarch64/arm_neon.h (vfma_f16): New.
>         (vfmaq_f16): Likewise.
>         (vfms_f16): Likewise.
>         (vfmsq_f16): Likewise.
> 

  reply	other threads:[~2016-07-25 11:05 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <67f7b93f-0a92-de8f-8c50-5b4b573fed3a@foss.arm.com>
     [not found] ` <99eb95e3-5e9c-c6c9-b85f-e67d15f4859a@foss.arm.com>
2016-07-07 16:14   ` [AArch64][2/14] ARMv8.2-A FP16 one operand " Jiong Wang
2016-07-20 17:00     ` Jiong Wang
2016-07-25 11:01       ` James Greenhalgh
     [not found]   ` <21c3c64f-95ad-c127-3f8a-4afd236aae33@foss.arm.com>
2016-07-07 16:15     ` [AArch64][3/14] ARMv8.2-A FP16 two operands " Jiong Wang
2016-07-20 17:01       ` Jiong Wang
2016-07-25 11:03         ` James Greenhalgh
     [not found]     ` <938d13c1-39be-5fe3-9997-e55942bbd163@foss.arm.com>
     [not found]       ` <a12ecde7-2ac1-0539-334e-9a33395dd3eb@foss.arm.com>
2016-07-07 16:16         ` [AArch64][5/14] ARMv8.2-A FP16 lane " Jiong Wang
2016-07-25 11:06           ` James Greenhalgh
     [not found]         ` <a3eeda81-cb1c-6d9e-706d-c5c067a90d74@foss.arm.com>
2016-07-07 16:17           ` [AArch64][6/14] ARMv8.2-A FP16 reduction " Jiong Wang
2016-07-25 11:06             ` James Greenhalgh
     [not found]           ` <cf21a824-01c3-0969-d12b-884c4e70e7f1@foss.arm.com>
2016-07-07 16:17             ` [AArch64][7/14] ARMv8.2-A FP16 one operand scalar intrinsics Jiong Wang
     [not found]               ` <b6150268-1e2d-3fc6-17c9-7bde47e2534e@foss.arm.com>
2016-07-20 17:01                 ` Jiong Wang
2016-07-25 11:14                   ` James Greenhalgh
     [not found]             ` <c9ed296a-1105-6bda-1927-e72be567c590@foss.arm.com>
2016-07-07 16:18               ` [AArch64][8/14] ARMv8.2-A FP16 two operands " Jiong Wang
2016-07-20 17:01                 ` Jiong Wang
2016-07-25 11:15                   ` James Greenhalgh
     [not found]               ` <d91fc169-1317-55ed-c36c-6dc5dac088cc@foss.arm.com>
2016-07-07 16:18                 ` [AArch64][9/14] ARMv8.2-A FP16 three " Jiong Wang
2016-07-25 11:15                   ` James Greenhalgh
     [not found]                 ` <94dcb98c-81c6-a1d5-bb1a-ff8278f0a07b@foss.arm.com>
     [not found]                   ` <82155ca9-a506-b1fc-bdd4-6a637dc66a1e@foss.arm.com>
2016-07-07 16:18                     ` [AArch64][11/14] ARMv8.2-A FP16 testsuite selector Jiong Wang
2016-10-10  8:57                       ` James Greenhalgh
     [not found]                     ` <135287e5-6fc1-4957-d320-16f38260fa28@foss.arm.com>
2016-07-07 16:19                       ` [AArch64][12/14] ARMv8.2-A testsuite for new data movement intrinsics Jiong Wang
2016-10-10  9:55                         ` James Greenhalgh
     [not found]                       ` <cdb3640f-134a-f2be-c728-b1467fb7aaf9@foss.arm.com>
2016-07-07 16:19                         ` [AArch64][13/14] ARMv8.2-A testsuite for new vector intrinsics Jiong Wang
2016-10-10  9:55                           ` James Greenhalgh
     [not found]                         ` <c5443f0d-577b-776b-4c97-7b16b06f8264@foss.arm.com>
2016-07-07 16:19                           ` [AArch64][14/14] ARMv8.2-A testsuite for new scalar intrinsics Jiong Wang
2016-10-10  9:56                             ` James Greenhalgh
2016-07-07 16:18                   ` [AArch64][10/14] ARMv8.2-A FP16 lane " Jiong Wang
2016-07-25 11:16                     ` James Greenhalgh
2016-07-07 16:16       ` [AArch64][4/14] ARMv8.2-A FP16 three operands vector intrinsics Jiong Wang
2016-07-25 11:05         ` James Greenhalgh [this message]
2016-07-07 16:14 ` [AArch64][1/14] ARMv8.2-A FP16 data processing intrinsics Jiong Wang
2016-07-08 14:07   ` James Greenhalgh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160725110433.GC27891@arm.com \
    --to=james.greenhalgh@arm.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jiong.wang@foss.arm.com \
    --cc=nd@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).