1. 29 7月, 2011 1 次提交
  2. 03 6月, 2011 1 次提交
  3. 25 4月, 2011 1 次提交
    • A
      softfloat: fix floatx80 handling of NaN · e2f42204
      Aurelien Jarno 提交于
      The floatx80 format uses an explicit bit that should be taken into account
      when converting to and from commonNaN format.
      
      When converting to commonNaN, the explicit bit should be removed if it is
      a 1, and a default NaN should be used if it is 0.
      
      When converting from commonNan, the explicit bit should be added.
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      e2f42204
  4. 13 4月, 2011 1 次提交
  5. 22 3月, 2011 2 次提交
  6. 24 2月, 2011 1 次提交
  7. 11 2月, 2011 4 次提交
  8. 20 1月, 2011 1 次提交
    • A
      softfloat: fix floatx80_is_{quiet,signaling}_nan() · de4af5f7
      Aurelien Jarno 提交于
      floatx80_is_{quiet,signaling}_nan() functions are incorrectly detecting
      the type of NaN, depending on SNAN_BIT_IS_ONE, one of the two is
      returning the correct value, and the other true for any kind of NaN.
      
      This patch fixes that by applying the same kind of comparison as for
      other float formats, but taking into account the explicit bit.
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      de4af5f7
  9. 15 1月, 2011 2 次提交
  10. 06 1月, 2011 7 次提交
  11. 03 1月, 2011 2 次提交
  12. 02 1月, 2011 1 次提交
  13. 07 12月, 2010 1 次提交
  14. 14 12月, 2009 1 次提交
  15. 08 3月, 2009 1 次提交
  16. 19 12月, 2008 1 次提交
  17. 04 11月, 2008 1 次提交
  18. 26 10月, 2008 1 次提交
  19. 26 12月, 2007 1 次提交
  20. 18 11月, 2007 1 次提交
  21. 16 11月, 2007 1 次提交
  22. 12 5月, 2007 1 次提交
  23. 29 10月, 2006 1 次提交
  24. 14 3月, 2005 1 次提交