1. 23 2月, 2014 2 次提交
  2. 10 2月, 2014 1 次提交
  3. 19 8月, 2013 3 次提交
    • S
      fix fenv exception functions to mask their argument · a6b0170a
      Szabolcs Nagy 提交于
      fesetround.c is a wrapper to do the arch independent argument
      check (on archs where rounding mode is not stored in 2 bits
      __fesetround still has to check its arguments)
      
      on powerpc fe*except functions do not accept the extra invalid
      flags of its fpscr register
      
      the useless FENV_ACCESS pragma was removed from feupdateenv
      a6b0170a
    • S
      optimize x86 feclearexcept: only use save/restore x87 fenv if needed · d8764bf8
      Szabolcs Nagy 提交于
      the x87 exception summary (ES) and stack fault (SF) flags may be
      spuriously cleared by feclearexcept using the fnclex instruction,
      but these flags are not observable through libc hence maintaining
      their state is not critical.
      d8764bf8
    • S
      add sse fenv support on i386 through hwcap · ebc10fa1
      Szabolcs Nagy 提交于
      the sse and x87 rounding modes should be always the same,
      the visible exception flags are the bitwise or of the two
      fenv states (so it's enough to query the rounding mode or
      raise exceptions on one fenv)
      ebc10fa1
  4. 18 3月, 2012 2 次提交
  5. 29 6月, 2011 1 次提交
  6. 14 6月, 2011 1 次提交