* sysdeps/ieee754/dbl-64/branred.c: Likewise.
This commit is contained in:
Andreas Jaeger 2001-05-12 20:17:06 +00:00
parent 15b3c029dc
commit 74f7eecd5f
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,7 @@
* sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
* sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
* sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
* sysdeps/ieee754/dbl-64/branred.c: Likewise.
* math/math_private.h: Add prototypes for internal functions of
the IBM Accurate Mathematical Library.

View File

@ -1,4 +1,3 @@
/*
* IBM Accurate Mathematical Library
* Copyright (c) International Business Machines Corp., 2001
@ -36,7 +35,7 @@
#include "endian.h"
#include "mydefs.h"
#include "branred.h"
#include "math_private.h"
/*******************************************************************/