Retro68/gcc/newlib/libm/machine/spu/fesetexceptflag.c

7 lines
138 B
C
Raw Normal View History

2017-04-11 21:13:36 +00:00
#include "headers/fesetexceptflag.h"
void fesetexceptflag(const fexcept_t *flagp, int excepts)
{
_fesetexceptflag(flagp, excepts);
}