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

int fesetround(int rounding_mode)
{
    return _fesetround(rounding_mode);
}