---------------------------------------------------------------------------- | Raises the exceptions specified by `flags'. Floating-point traps can be | defined here if desired. It is currently not possible for such a trap | to substitute a result value. If traps are not implemented, this routine | should be simply `softfloat_exceptionFlags |= flags;'. *-----------------------------------------
| 44 | | should be simply `softfloat_exceptionFlags |= flags;'. |
| 45 | *----------------------------------------------------------------------------*/ |
| 46 | void softfloat_raiseFlags( uint_fast8_t flags ) |
| 47 | { |
| 48 | |
| 49 | softfloat_exceptionFlags |= flags; |
| 50 | |
| 51 | } |
| 52 |
no outgoing calls
no test coverage detected