Skip to content

Commit 54b83ca

Browse files
authored
Merge pull request #21 from VectorCamp/feature/default_highlightSSE4.2
Add default highlighting Intel SSE4.2
2 parents c1ba474 + 0040650 commit 54b83ca

5 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,7 @@ All notable changes to the "code.simd.ai" extension will be documented in this f
5454

5555
## 1.0.13
5656
- Disable all ai support and chat
57+
58+
## 1.0.14
59+
- Brings back default basic syntax highlighting for Intel SSE4.2 intrinsics.
5760
---

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Syntax Highlighting Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSX,Power IBM-Z an
1515

1616

1717
## Features
18+
- **Free Intrinsics Highlighting**
19+
Basic syntax highlighting for Intel SSE4.2 intrinsics.
1820
- **Smart Intrinsics Highlighting**
1921
Easily read and navigate SIMD intrinsics with syntax highlighting tailored to each architecture.
2022

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-simd-ai",
33
"displayName": "code.simd",
44
"description": "VScode plugin for porting of code between different cpu architectures",
5-
"version": "1.0.13",
5+
"version": "1.0.14",
66
"publisher": "VectorCamp",
77
"engines": {
88
"vscode": "^1.100.0"

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ export function getApiToken(): string | undefined {
2929

3030
// dotenv.config({ path: path.resolve(__dirname, '../.env') });
3131

32-
export const PLUGIN_DEFAULT_TOKEN = ''; // 'get your token from simd.ai';
32+
export const PLUGIN_DEFAULT_TOKEN = 'sk-b5204816b07e49ec8096c9e8b34f28bb'; // 'get your token from simd.ai';
3333
export const API_BASE = 'https://simd.ai/api';
3434
export const MODEL_NAME = 'SIMD-ai-2506.1.ai:24b';

0 commit comments

Comments
 (0)