blob: 9239e7a6c8f5ccf473ff5859fa99b4ad4749c3dc [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void acosh_9f213e() {
float3 res = float3(1.0f);
}
vertex float4 vertex_main() {
acosh_9f213e();
return float4(0.0f);
}
fragment void fragment_main() {
acosh_9f213e();
}
kernel void compute_main() {
acosh_9f213e();
}