parent
f86f8e8ed8
commit
c754d6fdfb
15 changed files with 91 additions and 108 deletions
|
@ -691,11 +691,9 @@ FloatAsInt
|
|||
====================
|
||||
*/
|
||||
static int FloatAsInt( float f ) {
|
||||
int temp;
|
||||
|
||||
*(float *)&temp = f;
|
||||
|
||||
return temp;
|
||||
floatint_t fi;
|
||||
fi.f = f;
|
||||
return fi.i;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue