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
1a8456da17075539099ccb0d625fda816b62bcb2
clang-p2996
/
libclc
/
generic
/
lib
/
relational
History
…
..
all.cl
…
any.cl
…
bitselect.cl
Fix bitselect for float/double types v2
2015-03-05 15:31:05 +00:00
bitselect.inc
Fix bitselect for float/double types v2
2015-03-05 15:31:05 +00:00
isequal.cl
…
isfinite.cl
…
isgreater.cl
…
isgreaterequal.cl
…
isinf.cl
…
isless.cl
relational: Add isless(floatN) builtin
2014-08-01 21:50:55 +00:00
islessequal.cl
…
islessgreater.cl
…
isnan.cl
…
isnormal.cl
add isnormal builtin
2014-09-05 13:59:09 +00:00
isnotequal.cl
relational: Implement isnotequal
2014-07-17 22:07:32 +00:00
isordered.cl
add isordered builtin
2014-09-05 13:59:15 +00:00
isunordered.cl
add isunordered builtin
2014-09-05 13:59:13 +00:00
relational.h
…
signbit.cl
…