search for: dirrrrty

Displaying 1 result from an estimated 1 matches for "dirrrrty".

Did you mean: dirarray
2015 Jul 27
1
[LLVMdev] tfloat support for mingw-w64
...og1pl.S --- a/mingw-w64-crt/math/log1pl.S +++ b/mingw-w64-crt/math/log1pl.S @@ -16,7 +16,11 @@ -1 + sqrt(2) / 2 <= x <= 1 - sqrt(2) / 2 0.29 is a safe value. */ +#ifdef __clang__ +limit: .double 0.29 // must enable .x86_fp80 for windows :) +#else // double is very dirrrrty limit: .tfloat 0.29 +#endif /* Please note: we use a double value here. Since 1.0 has an exact representation this does not effect the accuracy but it helps to optimize the code. */ Many Thanks Martell -------------- next part -------------- An HTML attachment was sc...