Re: [PATCH][arm][2/X] Implement __qadd, __qsub, __qdbl intrinsics

2019-11-12 Thread Christophe Lyon
On Thu, 7 Nov 2019 at 11:27, Kyrill Tkachov wrote: > > Hi all, > > This patch implements some more Q-bit-setting intrinsics from ACLE. > With the plumbing from patch 1 in place they are a simple builtin->RTL > affair. > > Bootstrapped and tested on arm-none-linux-gnueabihf. > > Committing to

[PATCH][arm][2/X] Implement __qadd, __qsub, __qdbl intrinsics

2019-11-07 Thread Kyrill Tkachov
Hi all, This patch implements some more Q-bit-setting intrinsics from ACLE. With the plumbing from patch 1 in place they are a simple builtin->RTL affair. Bootstrapped and tested on arm-none-linux-gnueabihf. Committing to trunk. Thanks, Kyrill 2019-11-07  Kyrylo Tkachov      *