Skip to content

Commit

Permalink
Merge pull request #3286 from jeremy-rifkin/jr/fix/3284
Browse files Browse the repository at this point in the history
Add AVX 512 types to C++ syntax highlighting
  • Loading branch information
hediet committed Feb 6, 2023
2 parents d13eeb9 + 9d3404c commit f23f4da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/basic-languages/cpp/cpp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ export const language = <languages.IMonarchLanguage>{
'__m256',
'__m256d',
'__m256i',
'__m512',
'__m512d',
'__m512i',
'__m64',
'__multiple_inheritance',
'__newslot',
Expand Down

0 comments on commit f23f4da

Please sign in to comment.