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, ARM, libgcc] Enable longlong.h inline assembly for Thumb-2


On 08/03/12 03:36, Michael Hope wrote:
> Hi there,
> 
> This patch enables the ARM inline assembly 64 bit add, subtract, and multiply instructions
> in libgcc when compiling for Thumb-2.  The existing code enables them for ARM mode as
> Thumb-1 is missing the encodings.
> 
> OK for 4.8?
> 
> -- Michael
> 
> ChangeLog:
> 
> 2012-03-08  Michael Hope  <michael.hope@linaro.org>
> 
> 	* longlong.h [ARM] (add_ssaaaa, sub_ddmmss, umul_ppmm): Enable
> 	for Thumb-2.
> 

OK

R.


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