I am trying to find information on glibc and to what extent it uses SSE functionality.
If it is optimized, can I use it out-of-the-box?
Say I am using one of the larger Linux distros, I assume that its glibc is compiled to be as generic as possible and to be as portable as possible, hence not optimized?
I am particular interested in the functions memcpy and memcmp and how to get these functions as fast as possible.