blob: 3ed5452a4c206beec075fb0dc8ba9bcc46fc50d5 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void atan_d17fb2() {
float4 res = float4(0.78539818525314331055f);
}
vertex float4 vertex_main() {
atan_d17fb2();
return float4(0.0f);
}
fragment void fragment_main() {
atan_d17fb2();
}
kernel void compute_main() {
atan_d17fb2();
}