This is the mail archive of the glibc-bugs@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]

[Bug libc/18402] FPU use in application before main()


https://sourceware.org/bugzilla/show_bug.cgi?id=18402

--- Comment #8 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to H.J. Lu from comment #7)
> It is not ld.so which calls strrchr.  It is __init_misc in libc.so.

If we want to get rid of SSE optimized strrchr before main, we
need a different strrchr.  However, if program or compiler call
any string/memory functions, SSE registers may be used to optimize
those string/memory functions.  The question is how much SSE usage
impacts performance on real applications.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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