소스 검색

Support intrinsics taking Vector3 args. (#2310)

Tristan Labelle 6 년 전
부모
커밋
d1eab936a1
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);",
+            "threei32": "A(p3I32);",
+            "threef32": "A(p3F32);",
             "fouri32": "A(p4I32);",
             "fourf32": "A(p4F32);",
             "u32": "A(pI32);",