mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-21 04:31:04 +08:00
Use fenv_libc.h
This commit is contained in:
parent
73675ea1ec
commit
d9bfc800cc
@ -19,11 +19,9 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <fenv.h>
|
||||
#include <fenv_libc.h>
|
||||
#include <fpu_control.h>
|
||||
|
||||
#define ENABLE_MASK 0xF80U
|
||||
#define ENABLE_SHIFT 5
|
||||
|
||||
int
|
||||
fedisableexcept (int excepts)
|
||||
{
|
||||
|
@ -19,11 +19,9 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <fenv.h>
|
||||
#include <fenv_libc.h>
|
||||
#include <fpu_control.h>
|
||||
|
||||
#define ENABLE_MASK 0xF80U
|
||||
#define ENABLE_SHIFT 5
|
||||
|
||||
int
|
||||
feenableexcept (int excepts)
|
||||
{
|
||||
|
@ -19,12 +19,9 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <fenv.h>
|
||||
#include <fenv_libc.h>
|
||||
#include <fpu_control.h>
|
||||
|
||||
#define ENABLE_MASK 0xF80U
|
||||
#define ENABLE_SHIFT 5
|
||||
|
||||
|
||||
int
|
||||
fegetexcept (void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user