1- # code.simd.ai README
1+ # code.simd README
22
33Supercharge SIMD development directly in your IDE.
44
5- Syntax Highlighting Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSX,Power IBM-Z and more—right inside your editor. Smart intrinsics highlighting, instant conversions , and seamless dev workflow integration.
5+ Syntax Highlighting Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSX,Power IBM-Z and more—right inside your editor. Smart intrinsics highlighting, autocomplete suggestions , and seamless dev workflow integration.
66
77## Example 1 – VSX
88![ VSX Example] ( media/power_vsx_example.png )
@@ -15,10 +15,6 @@ Syntax Highlighting Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSX,Power IBM-Z an
1515
1616
1717## Features
18- <!-- - **AI-assisted SIMD Code Porting**
19- Automatically translate SIMD code across architectures like Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSX in real-time. -->
20-
21-
2218- ** Smart Intrinsics Highlighting**
2319 Easily read and navigate SIMD intrinsics with syntax highlighting tailored to each architecture.
2420
@@ -27,37 +23,16 @@ Syntax Highlighting Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSX,Power IBM-Z an
2723 Your browser does not support the video tag.
2824</video >
2925
30- <!-- - **AI Chat Sessions**
31- Engage with a specialized SIMD AI for explanations, translations, and architecture-specific guidance. Maintain multiple chat sessions across projects. -->
32-
33- <!-- <video id="demo-video" class="demo-video" autoplay="" muted="" loop="" playsinline="" preload="auto" disablepictureinpicture="" controlslist="nodownload nofullscreen noremoteplayback" src="https://code.simd.ai/images/vids/ai_chat.mp4">
34- <source src="https://code.simd.ai/images/videos/chatting_trimmed_final.mp4" type="video/mp4">
35- Your browser does not support the video tag.
36- </video> -->
3726
3827- ** Standard Architectures**
3928 - Standard (requires SIMD.ai paid plan): Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSX,Power IBM-Z
40- <!-- - Premium (requires SIMD.ai paid plan): Intel AVX512, Arm NEON, Power VSX -->
41-
42- <!-- - **Lightning Fast Porting**
43- Translate your SIMD code in seconds, saving hours of manual work. -->
44-
45- <!-- <video id="demo-video" class="demo-video" autoplay="" muted="" loop="" playsinline="" preload="auto" disablepictureinpicture="" controlslist="nodownload nofullscreen noremoteplayback" src="https://code.simd.ai/images/vids/full_translation.mp4">
46- <source src="https://code.simd.ai/images/videos/chatting_trimmed_final.mp4" type="video/mp4">
47- Your browser does not support the video tag.
48- </video> -->
49-
50-
51- <!-- - **Better Results**
52- Based on SIMD.info data for higher accuracy than generic LLMs, including ChatGPT or Claude.(AI translation disabled for now) -->
53-
29+
5430---
5531
5632## Requirements
5733
5834- Visual Studio Code (latest stable version recommended)
59- <!-- - Internet connection for AI translation and chat features -->
60- - SIMD.ai account for premium architectures(AI translation disabled for now)
35+ - SIMD.ai account for premium architectures
6136
6237---
6338
@@ -71,9 +46,8 @@ This extension contributes the following settings:
7146
7247## Known issues
7348- Users may need to reload VS Code after setting the token to enable syntax highlighting.
74- - The translation command may behave unexpectedly if the user switches windows while waiting for a response.
7549
76- We are actively working to address these issues in an upcoming release.
50+ We are actively working to address this issue in an upcoming release.
7751
7852---
7953
@@ -82,58 +56,6 @@ We are actively working to address these issues in an upcoming release.
8256
8357---
8458
85- ## Release Notes
86-
87- ### 0.0.1
88- - Initial release of ** code.simd.ai** .
89- - Added AI chat sessions for code guidance.
90-
91- ### 0.0.2
92- - Fixes on Hover Tooltip
93-
94- ### 1.0.0
95- - Preview changes,Api endpoint changes,Official Release
96-
97- ## 1.0.2
98- - Fixed some typos in Details
99-
100- ## 1.0.3
101- - Added keywords
102-
103- ## 1.0.4
104- - Fix model name
105-
106- ## 1.0.5
107- - Fix split window highlighting
108-
109- ## 1.0.6
110- - Revert model name
111-
112- ## 1.0.7
113- - Fix ai chat issues on session switching
114-
115- ## 1.0.8
116- - Add intrinsics autocomplete on typing!
117-
118- ## 1.0.9
119- - Datatype highlighting
120- - Refactoring backend api
121- - Select highlight style
122- - Fix bug on first session
123-
124- ## 1.0.10
125- - Lighter tone in Power VSX datatypes
126- - Add llvm_mca metrics
127- - Add Latency/Throughput View
128-
129- ## 1.0.11
130- - Fix simd.ai url in package
131-
132- ## 1.0.12
133- - Temporarily disable AI support.
134- ---
135-
136-
13759## Support email
13860- Contact us at code.simd.ai@vectorcamp.gr
13961
0 commit comments