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