This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f183082dc6c92c3f751561ba29cddbbf22dbc76b
clang-p2996
/
libclc
/
generic
/
lib
/
math
History
Tom Stellard
cb133c9322
libclc: Move max builtin to shared/
...
Max(x,y) is available for all integer/floating types. Patch by: Aaron Watry llvm-svn: 184995
2013-06-26 18:21:06 +00:00
..
binary_impl.inc
Implement fmax() and fmin() builtins
2013-06-26 18:20:25 +00:00
fmax.cl
Implement fmax() and fmin() builtins
2013-06-26 18:20:25 +00:00
fmin.cl
Implement fmax() and fmin() builtins
2013-06-26 18:20:25 +00:00
hypot.cl
…
hypot.inc
…
mad.cl
Enable cl_khr_fp64 when building the library, and fix several bugs
2012-05-29 13:35:54 +00:00
mad.inc
…