- corrected multiple model processing based on hp

- fixed cmake scripts (thanks Andrew Clarke)
- fixed streflop files to ignore softfloats if not used during build
This commit is contained in:
Mark Vejvoda
2012-03-24 18:30:49 +00:00
parent b14431385f
commit bc3cc07aba
11 changed files with 243 additions and 169 deletions

View File

@@ -12,6 +12,8 @@ CHANGES:
Nicolas Brodu, 2006
=============================================================================*/
#ifdef STREFLOP_SOFT
#include <unistd.h>
#include <signal.h>
#include "../streflop.h"
@@ -515,3 +517,4 @@ static float128 propagateFloat128NaN( float128 a, float128 b )
// NB060506: close namespaces
}
}
#endif