Files
semi-libc/src
Szabolcs Nagy 73c870ed32 math: fix aliasing violation in long double wrappers
modfl and sincosl were passing long double* instead of double*
to the wrapped double precision functions (on archs where long
double and double have the same size).
This is fixed now by using temporaries (this is not optimized
to a single branch so the generated code is a bit bigger).
Found by Morten Welinder.
2014-04-11 18:07:08 +02:00
..
2014-03-24 17:33:54 -04:00
2014-03-25 19:12:45 -04:00
2014-03-06 05:35:13 +01:00
2014-04-07 02:46:15 -04:00