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: [PATCH] PR63404, gcc 5 miscompiles linux block layer


On Fri, Oct 10, 2014 at 11:00:54AM -0600, Jeff Law wrote:
>  But it's really a lot more like a
> >kind of PLUS.  If instead we had a LOW to match HIGH it would have been
> Right.  In fact, I believe at the hardware level it's typically implemented
> as addition.

Can be addition or bitwise or, as high should have some low bits zero, both
usually work the same.

	Jakub


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