New test.

From-SVN: r24989
This commit is contained in:
Joern Rennecke 1999-02-02 22:05:52 +00:00
parent fc4c10f1d5
commit 5428b16202
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
int
f (f)
float f;
{
long long *ip = (long long *) &f;
return (*ip & 0x7ff0000000000000LL ) != 0x7ff0000000000000LL ;
}