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: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git]
/
newlib
/
libm
/
machine
/
spu
/
sf_fmax.c
blob
5d5ca536bba6b93abcc4f9fba27459b910ff54bf
1
#include <math.h>
2
#include
"headers/fmaxf.h"
3
4
float
fmaxf
(
float
x
,
float
y
)
5
{
6
return
_fmaxf
(
x
,
y
);
7
}