Commit 5428b162 by Joern Rennecke

New test.

From-SVN: r24989
parent fc4c10f1
int
f (f)
float f;
{
long long *ip = (long long *) &f;
return (*ip & 0x7ff0000000000000LL ) != 0x7ff0000000000000LL ;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment