add sse fenv support on i386 through hwcap
authorSzabolcs Nagy <nsz@port70.net>
Sat, 17 Aug 2013 02:40:44 +0000 (02:40 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Sun, 18 Aug 2013 16:27:20 +0000 (16:27 +0000)
commitebc10fa17634a6ddb87a3aedd71b7d9617d12c19
tree8e3f1ffffe8c0ed8d768ac7bbdb156038d12556e
parentd6841499109fc397cd3a57a726304fec9b08f510
add sse fenv support on i386 through hwcap

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)
src/fenv/i386/fenv.s
src/fenv/x86_64/fenv.s