Sebastian Perta writes:
> Please let me know if this is OK, Thank you!
Sorry for the delay, it's OK and I committed it for you with a few minor
changes to make it work with today's tree.
Thanks!
Hi,
I would like to ping the below patch posted on 14th of august.
Thank you!
Sebastian
-Original Message-
From: Sebastian Perta
Sent: 14 August 2017 15:26
To: 'gcc-patches@gcc.gnu.org'
Subject: [PATCH] rl78 adddi3 improvement
The following patch improves both the spee
The following patch improves both the speed and code size for 64 bit addition
for RL78:
it emits a library function call instead of emitting code for the 64 bit add
for every single addition.
The addition function which was added in libgcc is hand written, so more
optimal than what GCC generate