]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/config/or1k/sfp-machine.h
or1k: Do not clear existing FPU exceptions before updating
[thirdparty/gcc.git] / libgcc / config / or1k / sfp-machine.h
index 162c6bc532623f978009cf32d6c9a94cce82476f..c804270fb3cb51c7db7e12a739ea914550297956 100644 (file)
@@ -73,7 +73,6 @@ do {                                                          \
 do {                                                           \
   if (__builtin_expect (_fex, 0))                              \
     {                                                          \
-      _fpcsr &= ~FP_EX_ALL;                                    \
       _fpcsr |= _fex;                                          \
       __asm__ volatile ("l.mtspr r0,%0,20" : : "r" (_fpcsr));  \
     }                                                          \