This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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][BZ #15627] Disable SSE for rtld-* objects (tst-xmmymm failure)


On Fri, Jun 14, 2013 at 10:13:39AM -0700, H.J. Lu wrote:
> Would it be better to add rtld-memset.S:
> 
>     mov    %rdx, %rcx
>     movzbl    %sil, %eax
>     mov    %rdi, %rdx
>     rep stosb
>     mov %rdx, %rax
>     ret
> 

The concern I have is that we would go down the path of reimplementing
every function that xmmymm.sh points out in future.  However, the
performance improvement here probably makes it worthwhile.  I'll write
this up.

Thanks,
Siddhesh


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