diff options
| author | gingerBill <bill@gingerbill.org> | 2021-10-21 00:07:10 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-10-21 00:07:10 +0100 |
| commit | c561de33eec802578b2f56b303b0909a346e897c (patch) | |
| tree | 21827140aedb8e160fc45f173cc94a0c0c0882c4 /src/check_builtin.cpp | |
| parent | d67d7168e2d4ed8e0e5f0d1b23aba5e5ebac6847 (diff) | |
Add intrinsics for the matrix type
Diffstat (limited to 'src/check_builtin.cpp')
| -rw-r--r-- | src/check_builtin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/check_builtin.cpp b/src/check_builtin.cpp index 1535dc2a2..6b7fe21f1 100644 --- a/src/check_builtin.cpp +++ b/src/check_builtin.cpp @@ -25,6 +25,7 @@ BuiltinTypeIsProc *builtin_type_is_procs[BuiltinProc__type_simple_boolean_end - is_type_simple_compare, is_type_dereferenceable, is_type_valid_for_keys, + is_type_valid_for_matrix_elems, is_type_named, is_type_pointer, @@ -40,6 +41,7 @@ BuiltinTypeIsProc *builtin_type_is_procs[BuiltinProc__type_simple_boolean_end - is_type_proc, is_type_bit_set, is_type_simd_vector, + is_type_matrix, is_type_polymorphic_record_specialized, is_type_polymorphic_record_unspecialized, |