1. 05 3月, 2018 1 次提交
    • L
      softfloat: export some functions · 88857aca
      Laurent Vivier 提交于
      Move fpu/softfloat-macros.h to include/fpu/
      
      Export floatx80 functions to be used by target floatx80
      specific implementations.
      
      Exports:
        propagateFloatx80NaN(), extractFloatx80Frac(),
        extractFloatx80Exp(), extractFloatx80Sign(),
        normalizeFloatx80Subnormal(), packFloatx80(),
        roundAndPackFloatx80(), normalizeRoundAndPackFloatx80()
      
      Also exports packFloat32() that will be used to implement
      m68k fsinh, fcos, fsin, ftan operations.
      Signed-off-by: NLaurent Vivier <laurent@vivier.eu>
      Reviewed-by: NRichard Henderson <richard.henderson@linaro.org>
      Message-Id: <20180224201802.911-2-laurent@vivier.eu>
      88857aca
  2. 21 2月, 2018 1 次提交
  3. 20 2月, 2016 2 次提交
  4. 22 1月, 2016 1 次提交
  5. 30 1月, 2015 1 次提交
  6. 29 1月, 2015 1 次提交
  7. 23 6月, 2014 1 次提交
    • L
      fpu: softfloat: drop INLINE macro · a49db98d
      Luiz Capitulino 提交于
      This commit expands all uses of the INLINE macro and drop it.
      
      The reason for this is to avoid clashes with external libraries with
      bad name conventions and also because renaming keywords is not a good
      practice.
      
      PS: I'm fine with this change to be licensed under softfloat-2a or
      softfloat-2b.
      Signed-off-by: NLuiz Capitulino <lcapitulino@redhat.com>
      a49db98d
  8. 11 6月, 2013 1 次提交
  9. 28 4月, 2012 1 次提交
  10. 18 4月, 2011 1 次提交
  11. 22 3月, 2011 2 次提交
  12. 14 4月, 2009 1 次提交
  13. 13 12月, 2008 1 次提交
  14. 14 3月, 2005 1 次提交