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 2/5] add base fenv.h and default sys/fenv.h


Patrick Mansfield <patmans@us.ibm.com> wrote:
> > BTW, I don't know how the fenv functions should behave in
> > multi-threading environment, i.e., should the fenv functions affect
> > only the current thread ? If so, I suppose that fenv status should be
> > managed by using _reent structure and that reentrant versions of fenv
> > functions should be also declared in fenv.h...
> 
> No, since we don't have threading. Right? 

Right, but the basic fenv infrastructure, including fenv.h, will be
shared between all target platforms. Don't we need to take care about
other platforms ?

--
(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]