glibc/sysdeps
Chris Metcalf 64d76ca064 tilegx: small performance fix for string routines
We were multiplying a byte by 0x0101010101010101ULL to create a
constant for SIMD ops, but the compiler isn't good at optimizing
this case (the fact that one operand is a byte is lost by the time
it would be possible to do the optimization).  So instead we add
a helper routine that explicitly uses SIMD ops to create the constant.
2012-05-14 15:46:12 -04:00
..
alpha alpha: Remove __STDC__ conditionals. 2012-04-27 07:33:47 -07:00
am33 Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
arm ARM: Use /lib/ld-linux-armhf.so.3 for the hard-float ABI. 2012-05-08 13:48:24 -04:00
hppa hppa: Build fixes for STT_GNU_IFUNC. 2012-04-17 06:01:19 +02:00
ia64 ia64: math: rename s_ilogbl.S to e_ilogbl.S 2012-04-27 23:13:25 -04:00
m68k m68k: update libm test ULPs 2012-05-10 17:41:32 +02:00
mips Rearrange MIPS libm-test-ulps files. 2012-05-08 14:45:14 +00:00
powerpc Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
tile tilegx: small performance fix for string routines 2012-05-14 15:46:12 -04:00
unix linux-generic: add wordsize-32 version of prlimit64/fanotify syscalls 2012-05-14 15:46:11 -04:00