math: fix exp.s on i386 and x86_64 so the exception flags are correct exp
authornsz <nsz@port70.net>
Wed, 8 Aug 2012 18:18:16 +0000 (20:18 +0200)
committernsz <nsz@port70.net>
Wed, 8 Aug 2012 18:18:16 +0000 (20:18 +0200)
commit1fb01691547e85be253a4f1543be3920de651e27
treec7957da95fa496f77fea7e118faa1440003825ce
parentae0b9da48c91087c5ab78e4918deb69665d0ccc6
math: fix exp.s on i386 and x86_64 so the exception flags are correct

exp(inf), exp(-inf), exp(nan) used to raise wrong flags
src/math/i386/exp.s
src/math/x86_64/expl.s