RE: __builtin_addc support??

2021-10-27 Thread sotrdg sotrdg via Gcc
ailto:gcc@gcc.gnu.org>; gcc-requ...@gcc.gnu.org<mailto:gcc-requ...@gcc.gnu.org>; gcc-h...@gcc.gnu.org<mailto:gcc-h...@gcc.gnu.org> Subject: Re: __builtin_addc support?? On Wed, Oct 27, 2021 at 04:12:27PM +, sotrdg sotrdg via Gcc-help wrote: > 79173 – add-with-carry and subtract

RE: __builtin_addc support??

2021-10-27 Thread sotrdg sotrdg via Gcc
indows From: Segher Boessenkool Sent: Wednesday, October 27, 2021 7:16:41 PM To: sotrdg sotrdg Cc: gcc@gcc.gnu.org ; gcc-requ...@gcc.gnu.org ; gcc-h...@gcc.gnu.org Subject: Re: __builtin_addc support?? On Wed, Oct 27, 2021 at 04:12:27PM +, sotrdg sotrdg via Gcc-help wrote: > 79173 – add-w

Re: __builtin_addc support??

2021-10-27 Thread Segher Boessenkool
On Wed, Oct 27, 2021 at 04:12:27PM +, sotrdg sotrdg via Gcc-help wrote: > 79173 – add-with-carry and subtract-with-borrow support (x86_64 and others) > (gnu.org) > > What I find quite interesting is things like this. > > Since llvm clang pr

RE: __builtin_addc support??

2021-10-27 Thread sotrdg sotrdg via Gcc
net> Sent: Wednesday, October 27, 2021 12:36 To: sotrdg sotrdg<mailto:euloa...@live.com> Cc: GCC Development<mailto:gcc@gcc.gnu.org>; gcc-requ...@gcc.gnu.org<mailto:gcc-requ...@gcc.gnu.org>; gcc-h...@gcc.gnu.org<mailto:gcc-h...@gcc.gnu.org> Subject: Re: __builtin_addc support

Re: __builtin_addc support??

2021-10-27 Thread Paul Koning via Gcc
> On Oct 27, 2021, at 12:12 PM, sotrdg sotrdg via Gcc wrote: > > 79173 – add-with-carry and subtract-with-borrow support (x86_64 and others) > (gnu.org) > > What I find quite interesting is things like this. > > Since llvm clang provides _

__builtin_addc support??

2021-10-27 Thread sotrdg sotrdg via Gcc
79173 – add-with-carry and subtract-with-borrow support (x86_64 and others) (gnu.org) What I find quite interesting is things like this. Since llvm clang provides __builtin_addc __builtin_subc for all targets. Can we provide something similar?