PPeter CollingbourneInitial commit.
d5395fbf创建于 2012年1月9日历史提交
__kernel void foo(float4 *f) {
  *f = cos(*f);
}