We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8266d47 commit c932a0eCopy full SHA for c932a0e
llvm/lib/Target/DirectX/DXIL.td
@@ -333,9 +333,9 @@ def Abs : DXILOp<6, unary> {
333
def Saturate : DXILOp<7, unary> {
334
let Doc = "Clamps a single or double precision floating point value to [0.0f...1.0f].";
335
let LLVMIntrinsic = int_dx_saturate;
336
- let arguments = [overloadTy];
337
- let result = overloadTy;
338
- let overloads = [Overloads<DXIL1_0, [halfTy, floatTy, doubleTy]>];
+ let arguments = [OverloadTy];
+ let result = OverloadTy;
+ let overloads = [Overloads<DXIL1_0, [HalfTy, FloatTy, DoubleTy]>];
339
let stages = [Stages<DXIL1_0, [all_stages]>];
340
let attributes = [Attributes<DXIL1_0, [ReadNone]>];
341
}
0 commit comments