blob: 38a249d3cde62a50400aadce2f1c1af4f2f395dc [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
half const a = 1.0h;
half const b = 2.0h;
half const r = (a * b);
}