#include <metal_stdlib> | |
using namespace metal; | |
void exp_dad791() { | |
float4 res = float4(2.71828174591064453125f); | |
} | |
vertex float4 vertex_main() { | |
exp_dad791(); | |
return float4(0.0f); | |
} | |
fragment void fragment_main() { | |
exp_dad791(); | |
} | |
kernel void compute_main() { | |
exp_dad791(); | |
} |