mirror of
https://github.com/boostorg/math.git
synced 2026-01-28 19:32:08 +00:00
Adds tests for next.hpp when using the SSE2 instruction set in DAZ and FTZ modes. Note that FTZ mode is particularly pernicious as non-zeros can change to zeros at random points in program flow depending upon the exact instructions generated by the compiler - thus breaking program logic/invariants. Refs #4445. [SVN r79572]