Re: [nvptx, PATCH, 3/3] Add v2di support

2017-06-23 Thread Jeff Law
On 06/06/2017 07:12 AM, Tom de Vries wrote: > Hi, > > this patch adds v2di support to the nvptx target. This allows us to > generate 128-bit loads and stores. > > Tested in nvptx mainkernel mode and x86_64 accelerator mode. > > OK for trunk? > > Thanks, > - Tom > > 0003-Add-v2di-support.patch

[nvptx, PATCH, 3/3] Add v2di support

2017-06-06 Thread Tom de Vries
Hi, this patch adds v2di support to the nvptx target. This allows us to generate 128-bit loads and stores. Tested in nvptx mainkernel mode and x86_64 accelerator mode. OK for trunk? Thanks, - Tom Add v2di support 2017-06-06 Tom de Vries * config/nvptx/nvptx-modes.def: Add V2DImode. *