mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* sysdeps/powerpc/powerpc64/ffsll.c: New file. * sysdeps/powerpc/elf/libc-start.c: No need for a separate
This commit is contained in:
@ -48,7 +48,7 @@ main (void)
|
||||
for (i=0 ; i < 8 * sizeof (type); i++) \
|
||||
try (#fct, 1ll << i, fct (((type) 1) << i), i + 1); \
|
||||
for (i=0 ; i < 8 * sizeof (type) ; i++) \
|
||||
try (#fct, (~0ll >> i) << i, fct ((~((type) 0) >> i) << i), i + 1); \
|
||||
try (#fct, (~((type) 0) >> i) << i, fct ((~((type) 0) >> i) << i), i + 1);\
|
||||
try (#fct, 0x80008000, fct ((type) 0x80008000), 16)
|
||||
|
||||
TEST (ffs, int);
|
||||
|
Reference in New Issue
Block a user