blob: 326eb324ed80d8805a75986db3ce58c693d3ae85 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void v() {
float2 const fract = float2(0.625f, 0.9375f);
int2 const exp = int2(1, 2);
}