Is there a way to start a program with haswell-optimized libc library on standard centos 7?
I prefer to do this without compiling myself.
You invoke the program as follows:
LD_LIBRARY_PATH=/path/to/haswell_lib:$LD_LIBRARY_PATH ./program