This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [PATCH 4/5] Add spu fenv C files
- From: Kazunori Asayama <asayama at sm dot sony dot co dot jp>
- To: patmans at us dot ibm dot com
- Cc: newlib at sourceware dot org
- Date: Thu, 01 Feb 2007 00:07:43 +0900 (LMT)
- Subject: Re: [PATCH 4/5] Add spu fenv C files
- References: <20070129225513.GA24562@us.ibm.com> <20070129225842.GB25386@us.ibm.com> <20070129225919.GC25386@us.ibm.com>
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