blob: 331e462e93a1781fd57d564ddd25cc425a6c524e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void isInf_7e81b5() {
bool4 res = isinf(float4());
}
vertex void vertex_main() {
isInf_7e81b5();
return;
}
fragment void fragment_main() {
isInf_7e81b5();
return;
}
kernel void compute_main() {
isInf_7e81b5();
return;
}