summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/fe_dfl_env.c
blob: 25b8a000fe5cd4b454ed023caf59d0a378c5f168 (plain)
1
2
3
4
5
#include <fenv.h>
/*
 * Define for FE_DFL_ENV macro, all bits zero.
 */
const fenv_t __fe_dfl_env = { 0 };