optimize x86 feclearexcept
authorRich Felker <dalias@aerifal.cx>
Sat, 17 Mar 2012 23:29:00 +0000 (19:29 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 17 Mar 2012 23:29:00 +0000 (19:29 -0400)
if all exception flags will be cleared, we can avoid the expensive
store/reload of the environment and just use the fnclex instruction.


No differences found