]> git.proxmox.com Git - qemu.git/history - fpu/softfloat.h
ide: Set bus master inactive on error
[qemu.git] / fpu / softfloat.h
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-15 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-07-13 Aurelien Jarnosoftfloat: add float32_exp2()
2010-02-23 Richard Hendersontarget-alpha: Split up FPCR value into separate fields.
2009-12-13 Richard Hendersontarget-alpha: Fixes for alpha-linux syscalls.
2009-11-19 Paul BrookARM FP16 support
2009-07-27 Juan Quintelarename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-27 Juan Quintelarename HOST_BSD to CONFIG_BSD
2009-07-27 Juan Quintelachange HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
2009-03-08 blueswir1Rename one more _BSD to HOST_BSD (spotted by Hasso...
2009-02-05 aurel32soft-float: add float32_log2() and float64_log2()
2009-02-04 aurel32softfloat: add a 1.0 constant for float32 and float64
2008-12-19 pbrookImplement flush-to-zero mode (denormal results are...
2008-12-19 pbrookImplement default-NaN mode.
2008-12-18 aurel32fp: fix float32_is_infinity()
2008-12-15 aurel32fp: add floatXX_is_infinity(), floatXX_is_neg(), floatX...
2008-11-18 malcPreliminary AIX support
2007-11-25 blueswir1 128-bit float support for user mode
2007-11-18 pbrookAdd strict checking mode for softfp code.
2007-11-11 pbrookARMv7 support.
2007-05-31 thsAdd proper float*_is_nan prototypes.
2007-04-01 thsSolaris 9/x86 support, by Ben Taylor.
2007-03-20 j_mayerAdd missing softfloat helpers.
2006-10-28 bellardavoid using char when it is not necessary
2006-10-22 pbrookColdFire target.
2006-04-25 bellardSolaris port (Ben Taylor)
2005-03-13 bellardadded abs, chs and compare functions
2005-03-13 bellardsoft float support