blob: af992b26fd19026ca703c301a1a0a0c55ed7d9c9 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void dpdxCoarse_f64d7b() {
float3 arg_0 = float3(0.0f);
float3 res = dfdx(arg_0);
}
fragment void fragment_main() {
dpdxCoarse_f64d7b();
return;
}