On Wednesday 02 April 2008 15:33, Pink Boy wrote:
[...]
> And for a number for compilers I've dealt with, floating point
> operations were not reentrant safe and in one case long division
> wasn't safe either.

Avr-gcc's division, multiplication are reentrant.
Avr-libc's float point operations are reentrant.
Avr-libc 1.6 math functions are reentrant: the errno
variable is not changed (modern C standart permits this).

Regards,
Dmitry.



_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to