1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 11:43:36 +00:00
Steve Kargl 733331540a According to the ISO C standard, lgamma(-integer) returns
inf and raises the divided-by-zero exception.  Compilers
constant fold one/zero to inf but do not raise the exception.
Introduce a volatile vzero to prevent the constant folding.

Move the declaration of zero into the main declaration block.

While here, fix a nearby disordering of 'lx,ix'

Discussed with:	bde
2014-09-01 18:57:13 +00:00
..
2014-07-13 17:05:03 +00:00
2014-07-13 17:05:03 +00:00
2014-07-13 17:05:03 +00:00
2014-07-07 00:27:09 +00:00
2014-07-13 17:05:03 +00:00
2014-07-13 17:05:03 +00:00