Commit ad9d5c972662b4cb890b7859a245a815fa9e6027

Alexei Podtelezhnikov 2013-01-10T22:29:07

[base] Update the overflow protection bit. The recent optimizations of CORDIC iterations drastically reduce the expansion factor. The vector components with MSB of 29 are now safe from overflow. * src/base/fttrigon.c (FT_TRIG_SAFE_MSB): New macro. (ft_trig_prenorm): Use it and remove dead code.