[PATCH 4/5] Add spu fenv C files

Kazunori Asayama asayama@sm.sony.co.jp
Wed Jan 31 17:26:00 GMT 2007


Patrick Mansfield <patmans@us.ibm.com> wrote:
> Index: spu-fenv-src/newlib/libm/machine/spu/fe_dfl_env.c
> ===================================================================
> --- /dev/null
> +++ spu-fenv-src/newlib/libm/machine/spu/fe_dfl_env.c
> @@ -0,0 +1,4 @@
> +/*
> + * Define for FE_DFL_ENV macro, all bits zero.
> + */
> +const fenv_t __fe_dfl_env = { 0 };

"#include <fenv.h>" seems needed for definition of the type 'fenv_t'.

----
(ASAYAMA Kazunori
  (asayama@sm.sony.co.jp))
t



More information about the Newlib mailing list