mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 19:33:59 +02:00
- 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:
@@ -4,6 +4,7 @@ CHANGES:
|
||||
Inserted this file is a namespace
|
||||
Nicolas Brodu, 2006
|
||||
=============================================================================*/
|
||||
#ifdef STREFLOP_SOFT
|
||||
|
||||
namespace streflop {
|
||||
namespace SoftFloat {
|
||||
@@ -730,3 +731,4 @@ INLINE flag ne128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 )
|
||||
// Close namespaces
|
||||
}
|
||||
}
|
||||
#endif
|
@@ -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
|
@@ -9,6 +9,8 @@ CHANGES:
|
||||
pack the fields of floatx80, just in case (should be useless)
|
||||
Nicolas Brodu, 2006
|
||||
=============================================================================*/
|
||||
#ifdef STREFLOP_SOFT
|
||||
|
||||
#ifndef SOFTFLOAT_H
|
||||
#define SOFTFLOAT_H
|
||||
|
||||
@@ -334,3 +336,4 @@ char float128_is_signaling_nan( float128 );
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user