H.J. Lu 2dd8e58cc5 x86: Don't include <x86intrin.h>
Use __builtin_ia32_rdtsc directly since including <x86intrin.h> makes
building glibc very slow.  On Intel Core i5-6260U, this patch reduces
x86-64 build time from 8 minutes 33 seconds to 3 minutes 48 seconds
with "make -j4" and GCC 8.2.1.

	* sysdeps/x86/hp-timing.h: Don't include <x86intrin.h>.
	(HP_TIMING_NOW): Replace _rdtsc with __builtin_ia32_rdtsc.
2018-10-21 00:37:29 -07:00
..
2018-09-05 16:22:00 +01:00
2018-08-27 13:43:05 +00:00
2018-09-06 14:29:01 +02:00
2018-07-31 10:33:53 -03:00
2018-10-18 11:43:56 -07:00
2018-10-21 00:37:29 -07:00