This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
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
Add fma, hypot builtins.
2012-05-29 13:35:28 +00:00
hypot.inc
Add fma, hypot builtins.
2012-05-29 13:35:28 +00:00
mad.cl
Enable cl_khr_fp64 when building the library, and fix several bugs
2012-05-29 13:35:54 +00:00
mad.inc
…