https://github.com/root-project/root
Revision ed64808d09d83200e79146daf4041068528eeb40 authored by Fons Rademakers on 24 March 2011, 11:13:43 UTC, committed by Fons Rademakers on 24 March 2011, 11:13:43 UTC
The issue is that OS X uses the SSE unit for all FP math by default,
not the x87 FP unit, so one has to use _MM_SET_EXCEPTION_MASK.


git-svn-id: http://root.cern.ch/svn/root/branches/v5-28-00-patches@38604 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 84bff17
History
Tip revision: ed64808d09d83200e79146daf4041068528eeb40 authored by Fons Rademakers on 24 March 2011, 11:13:43 UTC
finally added support for floating point exception handling on MacOS X.
Tip revision: ed64808

back to top