MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / softfloat_raiseFlags

Function softfloat_raiseFlags

lib/softfloat/source/RISCV/softfloat_raiseFlags.c:46–51  ·  view source on GitHub ↗

---------------------------------------------------------------------------- | 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;'. *-----------------------------------------

Source from the content-addressed store, hash-verified

44| should be simply `softfloat_exceptionFlags |= flags;'.
45*----------------------------------------------------------------------------*/
46void softfloat_raiseFlags( uint_fast8_t flags )
47{
48
49 softfloat_exceptionFlags |= flags;
50
51}
52

Calls

no outgoing calls

Tested by

no test coverage detected