浏览代码

Update hctdb (#2886)

Vishal Sharma 5 年之前
父节点
当前提交
983c50e78c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      utils/hct/hctdb_instrhelp.py

+ 2 - 0
utils/hct/hctdb_instrhelp.py

@@ -398,6 +398,8 @@ class db_oload_gen:
             "splitdouble": "A(pSDT);",
             "twoi32": "A(p2I32);",
             "twof32": "A(p2F32);",
+            "twof16": "A(p2F16);",
+            "twoi16": "A(p2I16);",
             "threei32": "A(p3I32);",
             "threef32": "A(p3F32);",
             "fouri32": "A(p4I32);",