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

7 lines
99 B
C
Raw Normal View History

#include "headers/feupdateenv.h"
void feupdateenv(const fenv_t *envp)
{
_feupdateenv(envp);
}