1. 13 5月, 2016 1 次提交
    • M
      MIPS: math-emu: Always propagate sNaN payload in quieting · acd9e20c
      Maciej W. Rozycki 提交于
      Propagate sNaN payload in quieting in the legacy-NaN mode as well.  If
      clearing the quiet bit would produce infinity, then set the next lower
      trailing significand field bit, matching the SB-1 and BMIPS5000 hardware
      implementations.  Some other MIPS FPU hardware implementations do
      produce the default qNaN bit pattern instead.
      
      This reverts some changes made for semantics preservation with commit
      dc3ddf42 [MIPS: math-emu: Update sNaN quieting handlers], consequently
      bringing back most of the semantics from before commit fdffbafb [Lots of
      FPU bug fixes from Kjeld Borch Egevang.], except from the qNaN produced
      in the infinity case.  Previously the default qNaN bit pattern was
      produced in that case.
      Signed-off-by: NMaciej W. Rozycki <macro@imgtec.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Matthew Fortune <Matthew.Fortune@imgtec.com>
      Cc: linux-mips@linux-mips.org
      Cc: linux-kernel@vger.kernel.org
      Patchwork: https://patchwork.linux-mips.org/patch/11483/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      acd9e20c
  2. 03 4月, 2016 1 次提交
  3. 20 1月, 2016 1 次提交
    • M
      MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation · 90d53a91
      Maciej W. Rozycki 提交于
      Implement IEEE Std 754-2008 NaN encoding wired to the state of the
      FCSR.NAN2008 bit.  Make the interpretation of the quiet bit in NaN data
      as follows:
      
      * in the legacy mode originally defined by the MIPS architecture the
        value of 1 denotes an sNaN whereas the value of 0 denotes a qNaN,
      
      * in the 2008 mode introduced with revision 5 of the MIPS architecture
        the value of 0 denotes an sNaN whereas the value of 1 denotes a qNaN,
        following the definition of the preferred NaN encoding introduced with
        IEEE Std 754-2008.
      
      In the 2008 mode, following the requirement of the said standard, quiet
      an sNaN where needed by setting the quiet bit to 1 and leaving all the
      NaN payload bits unchanged.
      
      Update format conversion operations according to the rules set by IEEE
      Std 754-2008 and the MIPS architecture.  Specifically:
      
      * propagate NaN payload bits through conversions between floating-point
        formats such that as much information as possible is preserved and
        specifically a conversion from a narrower format to a wider format and
        then back to the original format does not change a qNaN payload in any
        way,
      
      * conversions from a floating-point to an integer format where the
        source is a NaN, infinity or a value that would convert to an integer
        outside the range of the result format produce, under the default
        exception handling, the respective values defined by the MIPS
        architecture.
      
      In full FPU emulation set the FIR.HAS2008 bit to 1, however do not make
      any further FCSR bits writable.
      Signed-off-by: NMaciej W. Rozycki <macro@imgtec.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Matthew Fortune <Matthew.Fortune@imgtec.com>
      Cc: linux-mips@linux-mips.org
      Cc: linux-kernel@vger.kernel.org
      Patchwork: https://patchwork.linux-mips.org/patch/11477/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      90d53a91
  4. 08 4月, 2015 4 次提交
  5. 24 11月, 2014 1 次提交
  6. 23 5月, 2014 8 次提交
  7. 21 5月, 2014 4 次提交
  8. 01 2月, 2013 1 次提交
  9. 18 10月, 2010 1 次提交
  10. 27 2月, 2010 1 次提交
  11. 27 11月, 2007 1 次提交
  12. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4