PPeter CollingbourneExplicit conversions.
3a78a47a创建于 2012年5月29日历史提交
__kernel void foo(int4 *x, float4 *y) {
  *x = convert_int4(*y);
}