Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-03 | byteswap.h: fix gcc ver test for __builtin_bswap{32,64} | Mike Frysinger | |
The __builtin_bswap* functions were introduced in gcc-4.3, not gcc-4.2. Fix the __GNUC_PREREQ tests to reflect this. Otherwise trying to compile code with gcc-4.2 falls down: In file included from /usr/include/endian.h:60, from /usr/include/ctype.h:40, /usr/include/bits/byteswap.h: In function 'unsigned int __bswap_32(unsigned int)': /usr/include/bits/byteswap.h:46: error: '__builtin_bswap32' was not declared in this scope /usr/include/bits/byteswap.h: In function 'long long unsigned int __bswap_64(long long unsigned int)': /usr/include/bits/byteswap.h:110: error: '__builtin_bswap64' was not declared in this scope Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-11-28 | Fix powl inaccuracy for x86_64 and x86 (bug 13881). | Joseph Myers | |
2012-11-08 | Use configured $(NM), $(OBJDUMP), $(READELF) in tst-xmmymm.sh. | Joseph Myers | |
2012-11-07 | Also run tst-xmmymm.sh on i386 ld.so | H.J. Lu | |
2012-11-03 | Make fenv.h FE_* macros usable in #if (bug 3439). | Joseph Myers | |
2012-11-02 | Compile x86 rtld with -mno-sse -mno-mmx | H.J. Lu | |
2012-10-30 | Use sysdeps/x86/tininess.h for i386 and x86_64 | H.J. Lu | |
2012-10-12 | Use __uint64_t in x86 __bswap_64 | H.J. Lu | |
2012-06-18 | Use x86-64 fpu_control.h for i386 and x86_64 | H.J. Lu | |
2012-06-15 | Use i386 bits/mathinline.h for i386 and x86_64 | H.J. Lu | |
2012-06-06 | Use x86_64 fpu/bits/fenv.h for i386 and x86_64 | H.J. Lu | |
2012-06-04 | Fix a typo in comment | H.J. Lu | |
2012-06-04 | Use i486 bits/string.h for i386 and x86_64 | H.J. Lu | |
2012-05-30 | Use x86_64/bits/xtitypes.h for i386/x86-64 | H.J. Lu | |
2012-05-30 | Use x86_64 bits/wordsize.h for both i386/x86_64 | H.J. Lu | |
2012-05-30 | Use i386 bits/huge_vall.h for i386/x86-64 | H.J. Lu | |
2012-05-30 | Use x86_64 bits/select.h for i386/x86_64 | H.J. Lu | |
2012-05-30 | Use x86_64 bits/setjmp.h for i386/x86_64 | H.J. Lu | |
2012-05-30 | Use x86_64 bits/mathdef.h for i386/x86_64 | H.J. Lu | |
2012-05-30 | Use x86_64 bits/{link.h,linkmap.h} for i386/x86_64 | H.J. Lu | |
2012-05-30 | Use the same bits/endian.h for i386/x86_64 | H.J. Lu | |
2012-05-30 | Use x86-64 bits/byteswap.h for both i386 and x86_64 | H.J. Lu | |