Fix whitespaces

This commit is contained in:
Ulrich Drepper 2011-09-07 22:12:47 -04:00
parent 77a2a8b4a1
commit bd8f72ec2a
2 changed files with 1 additions and 2 deletions

View File

@ -187,4 +187,3 @@ __ieee754_rem_pio2f (float x, float *y)
}
return i;
}

View File

@ -74,7 +74,7 @@ float __float_and8 (float num)
float ret;
#ifdef _ARCH_PWR7
vector int mask = (vector int) {
0x7ff00000, 0x00000000, 0x00000000, 0x00000000
0x7ff00000, 0x00000000, 0x00000000, 0x00000000
};
__asm__ (
"xxland %x0,%x1,%x2" : "=f" (ret) : "f" (num), "f" (mask)