diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-22 10:39:20 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-22 10:39:20 +0100 |
| commit | 0a66f8c9a35c57714952182143984eb988f2ef0f (patch) | |
| tree | f09a88a9b0c98ddd0a9ace14fb1938e207a07ad2 /src/docs_format.cpp | |
| parent | 158e4c0b6cb173af8907453c6b083932e34a910e (diff) | |
Remove `intrinsics.x86_mmx` type
Diffstat (limited to 'src/docs_format.cpp')
| -rw-r--r-- | src/docs_format.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/docs_format.cpp b/src/docs_format.cpp index c3aaebf64..e620da51f 100644 --- a/src/docs_format.cpp +++ b/src/docs_format.cpp @@ -114,10 +114,6 @@ enum OdinDocTypeFlag_BitSet : u32 { OdinDocTypeFlag_BitSet_UnderlyingType = 1<<4, }; -enum OdinDocTypeFlag_SimdVector : u32 { - OdinDocTypeFlag_BitSet_x86_mmx = 1<<1, -}; - enum { // constants OdinDocType_ElemsCap = 4, |