mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-07-05 20:16:51 +02:00
Use our headers on linux
This commit is contained in:
parent
fed038b32f
commit
1b13e29e37
6 changed files with 6 additions and 6 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
#include <include/cdefs-compat.h>
|
#include <include/cdefs-compat.h>
|
||||||
#include <include/types-compat.h>
|
#include <include/types-compat.h>
|
||||||
#ifdef __WIN32__
|
#if defined(__WIN32__) || defined(__linux__)
|
||||||
#include <i387/bsd_npx.h>
|
#include <i387/bsd_npx.h>
|
||||||
#else
|
#else
|
||||||
#include <machine/npx.h>
|
#include <machine/npx.h>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <machine/asm.h>
|
#include <bsd_asm.h>
|
||||||
//__FBSDID("$FreeBSD: src/lib/msun/ia64/s_fma.S,v 1.2 2009/05/25 14:37:10 attilio Exp $")
|
//__FBSDID("$FreeBSD: src/lib/msun/ia64/s_fma.S,v 1.2 2009/05/25 14:37:10 attilio Exp $")
|
||||||
|
|
||||||
ENTRY(fma, 3)
|
ENTRY(fma, 3)
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <machine/asm.h>
|
#include <bsd_asm.h>
|
||||||
//__FBSDID("$FreeBSD: src/lib/msun/ia64/s_fmaf.S,v 1.2 2009/05/25 14:37:10 attilio Exp $")
|
//__FBSDID("$FreeBSD: src/lib/msun/ia64/s_fmaf.S,v 1.2 2009/05/25 14:37:10 attilio Exp $")
|
||||||
|
|
||||||
ENTRY(fmaf, 3)
|
ENTRY(fmaf, 3)
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <machine/asm.h>
|
#include <bsd_asm.h>
|
||||||
//__FBSDID("$FreeBSD: src/lib/msun/ia64/s_fmal.S,v 1.2 2009/05/25 14:37:10 attilio Exp $")
|
//__FBSDID("$FreeBSD: src/lib/msun/ia64/s_fmal.S,v 1.2 2009/05/25 14:37:10 attilio Exp $")
|
||||||
|
|
||||||
ENTRY(fmal, 3)
|
ENTRY(fmal, 3)
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <machine/asm.h>
|
#include <bsd_asm.h>
|
||||||
//__FBSDID("$FreeBSD: src/lib/msun/sparc64/e_sqrt.S,v 1.1 2005/02/21 18:27:57 das Exp $")
|
//__FBSDID("$FreeBSD: src/lib/msun/sparc64/e_sqrt.S,v 1.1 2005/02/21 18:27:57 das Exp $")
|
||||||
|
|
||||||
ENTRY(sqrt)
|
ENTRY(sqrt)
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <machine/asm.h>
|
#include <bsd_asm.h>
|
||||||
//__FBSDID("$FreeBSD: src/lib/msun/sparc64/e_sqrtf.S,v 1.1 2005/02/21 18:27:57 das Exp $")
|
//__FBSDID("$FreeBSD: src/lib/msun/sparc64/e_sqrtf.S,v 1.1 2005/02/21 18:27:57 das Exp $")
|
||||||
|
|
||||||
ENTRY(sqrtf)
|
ENTRY(sqrtf)
|
||||||
|
|
Loading…
Add table
Reference in a new issue