repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git]
/
newlib
/
libc
/
include
/
fastmath.h
blob
95eea5f3421ae46b6cfd989b0d402894756d8edc
1
#ifndef _FASTMATH_H_
2
#ifdef __cplusplus
3
extern
"C"
{
4
#endif
5
#define _FASTMATH_H_
6
7
#include <math.h>
8
#include <machine/fastmath.h>
9
10
#ifdef __cplusplus
11
}
12
#endif
13
#endif
/* _FASTMATH_H_ */