浏览代码

Merge branch 'master' into sync-cond-futex

gingerBill 3 年之前
父节点
当前提交
df0df73540
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/intrinsics/intrinsics.odin

+ 1 - 0
core/intrinsics/intrinsics.odin

@@ -141,6 +141,7 @@ type_is_valid_matrix_elements :: proc($T: typeid) -> bool ---
 
 type_is_named            :: proc($T: typeid) -> bool ---
 type_is_pointer          :: proc($T: typeid) -> bool ---
+type_is_multi_pointer    :: proc($T: typeid) -> bool ---
 type_is_array            :: proc($T: typeid) -> bool ---
 type_is_enumerated_array :: proc($T: typeid) -> bool ---
 type_is_slice            :: proc($T: typeid) -> bool ---