aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cpu/operators/CpuAdd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/cpu/operators/CpuAdd.h')
-rw-r--r--src/runtime/cpu/operators/CpuAdd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/cpu/operators/CpuAdd.h b/src/runtime/cpu/operators/CpuAdd.h
index febb79e4cd..3ff135fe41 100644
--- a/src/runtime/cpu/operators/CpuAdd.h
+++ b/src/runtime/cpu/operators/CpuAdd.h
@@ -39,9 +39,6 @@ public:
* Valid configurations (src0,src1) -> dst :
*
* - (U8,U8) -> U8
- * - (U8,U8) -> S16
- * - (S16,U8) -> S16
- * - (U8,S16) -> S16
* - (S16,S16) -> S16
* - (S32,S32) -> S32
* - (F16,F16) -> F16