forked from Imagelibrary/rtems
rtems: Do not switch off the FP attribute
This is necessary after commit 335e5caa9a.
This commit is contained in:
@@ -39,11 +39,7 @@ extern "C" {
|
|||||||
* This attribute constant indicates the attributes that are not
|
* This attribute constant indicates the attributes that are not
|
||||||
* supportable given the hardware configuration.
|
* supportable given the hardware configuration.
|
||||||
*/
|
*/
|
||||||
#if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )
|
|
||||||
#define ATTRIBUTES_NOT_SUPPORTED 0
|
#define ATTRIBUTES_NOT_SUPPORTED 0
|
||||||
#else
|
|
||||||
#define ATTRIBUTES_NOT_SUPPORTED RTEMS_FLOATING_POINT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This attribute constant indicates the attributes that are
|
* This attribute constant indicates the attributes that are
|
||||||
|
|||||||
Reference in New Issue
Block a user