powerpc: Cleanup fenv_private.h
commit84d74e427a771906830800e574a72f8d25a954b8
authorPaul Murphy <murphyp@linux.vnet.ibm.com>
Fri, 10 Jun 2016 19:50:32 +0000 (10 14:50 -0500)
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Fri, 21 Oct 2016 18:40:03 +0000 (21 16:40 -0200)
tree9574218747cd3569847507e3714e4ff38cbac897
parentb3918c44db615637b26d919ce599cd86592316b3
powerpc: Cleanup fenv_private.h

Some of the masks are wrong, and the naming is confusing.

There are two basic cases we really care about:

1. Stacking a new rounding mode when running certain
   sections of code, and pausing exception handling.

2. Likewise, but discarding any exceptions which occur
   while running under the new rounding mode.

libc_feholdexcept_setround_ppc_ctx has been removed as it basically
does the same thing as libc_feholdsetround_ppc_ctx but also clearing
any sticky bits.  The restore behavior is what differentiates these
two cases as the SET_RESTORE_ROUND{,_NOEX} macros will either merge
or discard all exceptions occurring during scope of their usage.

Likewise, there are a number of routines to swap, replace,
or merge FP environments.  This change reduces much of
the common and sometimes wrong code.

Tested on ppc64le, with results before and after.
ChangeLog
sysdeps/powerpc/fpu/fenv_private.h