index
:
~tstellar/libclc
backup
backup-Oct15
bfgminer
fmax
image
llvm-3.2
master
Unnamed repository; edit this file 'description' to name the repository.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
generic
/
lib
/
math
/
max.inc
blob: 37409fc8a244084f1f3238bb918fe6b012ae9a1f (
plain
)
1
2
3
_CLC_OVERLOAD _CLC_DEF GENTYPE max(GENTYPE a, GENTYPE b) { return (a > b ? a : b); }