This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wide-int] Add fast path for hosts with HWI widening multiplication


On Sun, Dec 1, 2013 at 2:28 AM, Richard Sandiford
<rdsandiford@googlemail.com> wrote:
>
> I followed Joseph's suggestion and reused longlong.h.  I copied it from
> libgcc rather than glibc since it seemed better for GCC to have a single
> version across both gcc/ and libgcc/.  I can put it in include/ if that
> seems better.

Actually copying complex code like this does not seem maintainable.  I
think there needs to be only one copy in the GCC sources.  If that
requires moving it back from libgcc to gcc, or moving it to include,
do that.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]