summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/feclearexcept.c
blob: fbec7addbbcb2241ce593e86cb06e429647b4e81 (plain)
1
2
3
4
5
6
#include "headers/feclearexcept.h"

void feclearexcept(int excepts)
{
    _feclearexcept(excepts);
}