History log of /netbsd/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/floatdidf.S (Results 1 – 4 of 4)
Revision Date Author Comments
# 40cf9698 27-Feb-2016 joerg <joerg@NetBSD.org>

Import compiler-rt r259194. Primary changes are better support for
128bit long double and a number of refinements in the profiling backend.


# 61e3637b 10-Aug-2014 joerg <joerg@NetBSD.org>

Import compiler-rt r215309. Extends 128bit IEEE support in soft-float,
uses Thumb mode by default on ARM when available and fixes a bug in the
division code for ARMs with hardware integer division.


# 0084fce4 16-May-2014 joerg <joerg@NetBSD.org>

Import compiler-rt r208593. Fix a build bug in __clear_cache by not
explicitly forcing the ABI. Add first part of IEEE 754 quad support.


# 31548e47 26-Feb-2014 joerg <joerg@NetBSD.org>

Import compiler-rt r202303. Extend 128bit support to all LP64 platforms.