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]

Non reentrant floating point functions?


Hi,

I just started using the floating point functions of newlib on an
embedded multicore processor that we are developing at the Technical University of Denmark.
I am puzzled about the "#ifndef _REENT_ONLY"  in line 125 of 'newlib/libc/include/math.h'.
Are the functions in lines 127 - 138 not meant to be reentrant?
And in this case what is it that makes them non-reentrant?

Best regards,
Rasmus

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