summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-emit-cuda.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-emit-cuda.cpp')
-rw-r--r--source/slang/slang-emit-cuda.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/slang/slang-emit-cuda.cpp b/source/slang/slang-emit-cuda.cpp
index 58ac377bf..8657b3707 100644
--- a/source/slang/slang-emit-cuda.cpp
+++ b/source/slang/slang-emit-cuda.cpp
@@ -84,9 +84,6 @@ UnownedStringSlice CUDASourceEmitter::getBuiltinTypeName(IROp op)
case kIROp_UIntPtrType:
return UnownedStringSlice("uint");
#endif
- case kIROp_Int8x4PackedType:
- case kIROp_UInt8x4PackedType:
- return UnownedStringSlice("uint");
case kIROp_HalfType:
return UnownedStringSlice("__half");