Star
50
Fork
819
代码
介绍
代码
Issues
49
Pull Requests
45
流水线
Actions
讨论
Wiki
项目成员
53
分析
项目设置
Star
50
Fork
819
main
llvm-project
/
libclc
/
test
/
cos.cl
下载
P
Peter Collingbourne
Initial commit.
d5395fbf
创建于
2012年1月9日
历史提交
__kernel void foo(float4 *f) { *f = cos(*f); }