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

int fetestexcept(int excepts)
{
    return _fetestexcept(excepts);
}