fenv: fix i386 fesetround for sse
authorSzabolcs Nagy <nsz@port70.net>
Mon, 28 Oct 2013 20:33:54 +0000 (20:33 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Mon, 28 Oct 2013 20:33:54 +0000 (20:33 +0000)
commit7e01b8f09b6d50991472e0198c4959b085884dec
treeb7370000d62298f9b039c4f14214b3e67bed4796
parent71d23b310383699a3101ea8bf088398796529ddd
fenv: fix i386 fesetround for sse

i386 fenv code checks __hwcap for sse support, but in fesetround the sse
code was unconditionally jumped over after the test so the sse rounding
mode was never set.
src/fenv/i386/fenv.s