Browse Source

Update hctdb (#2886)

Vishal Sharma 5 years ago
parent
commit
983c50e78c
1 changed files with 2 additions and 0 deletions
  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);",