Skip to content
Snippets Groups Projects
  1. Mar 23, 2016
  2. Feb 19, 2016
  3. Feb 04, 2016
    • Peter Maydell's avatar
      all: Clean up includes · d38ea87a
      Peter Maydell authored
      
      Clean up includes so that osdep.h is included first and headers
      which it implies are not included manually.
      
      This commit was created with scripts/clean-includes.
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1454089805-5470-16-git-send-email-peter.maydell@linaro.org
      d38ea87a
  4. Jan 22, 2016
  5. Jun 04, 2015
  6. Feb 06, 2015
  7. Jan 29, 2015
  8. Oct 14, 2014
  9. Jun 23, 2014
    • Luiz Capitulino's avatar
      fpu: softfloat: drop INLINE macro · a49db98d
      Luiz Capitulino authored
      
      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: default avatarLuiz Capitulino <lcapitulino@redhat.com>
      a49db98d
  10. Apr 08, 2014
  11. Mar 17, 2014
  12. Feb 20, 2014
  13. Jan 08, 2014
  14. Jan 07, 2014
    • Peter Maydell's avatar
      softfloat: Add support for ties-away rounding · dcc69632
      Peter Maydell authored
      
      IEEE754-2008 specifies a new rounding mode:
      
      "roundTiesToAway: the floating-point number nearest to the infinitely
      precise result shall be delivered; if the two nearest floating-point
      numbers bracketing an unrepresentable infinitely precise result are
      equally near, the one with larger magnitude shall be delivered."
      
      Implement this new mode (it is needed for ARM). The general principle
      is that the required code is exactly like the ties-to-even code,
      except that we do not need to do the "in case of exact tie clear LSB
      to round-to-even", because the rounding operation naturally causes
      the exact tie to round up in magnitude.
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: default avatarRichard Henderson <rth@twiddle.net>
      dcc69632
Loading