mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-24 13:31:18 +00:00
Get rid of Sys_FPU_SetRounding()
Unused.
This commit is contained in:
parent
2ecfd21427
commit
8e323cb4ff
1 changed files with 0 additions and 10 deletions
|
@ -58,13 +58,6 @@ typedef enum {
|
|||
FPU_PRECISION_DOUBLE_EXTENDED = 2
|
||||
} fpuPrecision_t;
|
||||
|
||||
typedef enum {
|
||||
FPU_ROUNDING_TO_NEAREST = 0,
|
||||
FPU_ROUNDING_DOWN = 1,
|
||||
FPU_ROUNDING_UP = 2,
|
||||
FPU_ROUNDING_TO_ZERO = 3
|
||||
} fpuRounding_t;
|
||||
|
||||
typedef enum {
|
||||
AXIS_SIDE,
|
||||
AXIS_FORWARD,
|
||||
|
@ -167,9 +160,6 @@ void Sys_FPU_EnableExceptions( int exceptions );
|
|||
// sets the FPU precision
|
||||
void Sys_FPU_SetPrecision( int precision );
|
||||
|
||||
// sets the FPU rounding mode
|
||||
void Sys_FPU_SetRounding( int rounding );
|
||||
|
||||
// sets Flush-To-Zero mode
|
||||
void Sys_FPU_SetFTZ( bool enable );
|
||||
|
||||
|
|
Loading…
Reference in a new issue