This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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]

Thread safety of functions generated when using -ffinite-math-only gcc command option


Hi,

gcc ( when called with -ffinite-math-only option ) generates calls to "__<name>_finite" functions ( e.g. __exp_finite ) - which of these functions are thread safe? May it be assumed that "__<name>_finite" function is thread safe iff "<name>" is thread safe?

Thank you in advance,

David Livshin


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