summaryrefslogtreecommitdiff
path: root/lib/libc/softfloat/bits64
AgeCommit message (Expand)Author
2016-03-29Avoid warnings (signed/unsigned comparision and unused variable)martin
2013-11-22Fix a cast from the lint cleanup that made small exponents (i.e. values < 1)martin
2013-01-10Add hooks to softfloat to support per-lwp exception state.matt
2012-03-24Fix a bug introduced by lint cleanup.matt
2012-03-21cast to appropriate types.christos
2012-03-20Remove initialized but unused variablemartin
2011-07-10Fix so that float128_to_uint64_round_to_zero is defined for sparc64.matt
2011-07-09Add SOFTFLOAT_NEED_FIXUNS condition around the float128 fixunsmatt
2011-07-04Add __floatunsidf __floatunsisf __floatunsitf routines.matt
2009-02-16fix -Wsign-compare issue (on sparc64)tron
2007-11-08When creating unsigned int results, do not distinguish positive versusmartin
2007-11-08When converting long double values to integer types, explicitly use themartin
2006-05-11add128() wants bits64 * as it's 5th argument.mrg
2003-07-26netbsd.org->NetBSD.orgsalo
2002-05-21Import the 32-bit version of SoftFloat 2a and separate it and the 64-bitbjh21