This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/5] Add spu fenv C files


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]