lkml.org 
[lkml]   [2012]   [Apr]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC][PATCH 2/3] math128: Introduce {mult,add,cmp}_u128
On 04/24/2012 02:54 PM, Peter Zijlstra wrote:
> - andl $4294967295, %edx
> shrq $32, %rcx
> - andl $4294967295, %esi
> + mov %esi, %esi

If you can *ever* get gcc to generate those andl instructions on x86,
then please file a gcc bug report: the constant is 0xffffffff and those
are plain zero-extension instructions which is much better done with mov.

-hpa



\
 
 \ /
  Last update: 2012-04-25 02:13    [W:0.098 / U:0.272 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site