blob: 5b5e7e41a95d6da74aed126180c8f6173005acb9 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void floor_3bccc4() {
float4 res = floor(float4());
}
vertex void vertex_main() {
floor_3bccc4();
return;
}
fragment void fragment_main() {
floor_3bccc4();
return;
}
kernel void compute_main() {
floor_3bccc4();
return;
}