diff --git a/README.md b/README.md index 5fcb42f..86b0630 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # code.simd.ai README -Supercharge SIMD development directly in VS Code. +Supercharge SIMD development directly in your IDE. AI-assisted SIMD code porting across Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSX, and more—right inside your editor. Smart intrinsics highlighting, instant conversions, and seamless dev workflow integration. @@ -16,7 +16,7 @@ AI-assisted SIMD code porting across Intel SSE4.2, AVX2, AVX512,Arm NEON,Power V ## Features - **AI-assisted SIMD Code Porting** - Automatically translate SIMD code across architectures like Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSXin real-time. + Automatically translate SIMD code across architectures like Intel SSE4.2, AVX2, AVX512,Arm NEON,Power VSX in real-time. - **Smart Intrinsics Highlighting** @@ -78,7 +78,7 @@ We are actively working to address these issues in an upcoming release. --- ## Coming soon -- Some architectures (e.g. Power IBM-Z, RVV 1.0,LOONGSON LSX/LASX, MIPS/MSA,Intel MMX ARM SME, ARM SVE/SVE2 ) are still in development. +- Some architectures (e.g. Power IBM-Z, RVV 1.0,LOONGSON LSX/LASX, MIPS/MSA,Intel AMX, ARM SME2, ARM SVE/SVE2 ) are still in development. --- @@ -94,6 +94,9 @@ We are actively working to address these issues in an upcoming release. ### 1.0.0 - Preview changes,Api endpoint changes,Official Release + +## 1.0.2 +- Fixed some typos in Details --- diff --git a/code-simd-ai-1.0.0.vsix b/code-simd-ai-1.0.1.vsix similarity index 98% rename from code-simd-ai-1.0.0.vsix rename to code-simd-ai-1.0.1.vsix index 7e8cdc2..bd9d846 100644 Binary files a/code-simd-ai-1.0.0.vsix and b/code-simd-ai-1.0.1.vsix differ diff --git a/package.json b/package.json index 6fe0d1b..7517299 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "code-simd-ai", "displayName": "code.simd.ai", "description": "VScode plugin for porting of code between different cpu architectures", - "version": "1.0.0", + "version": "1.0.2", "publisher": "VectorCamp", "engines": { "vscode": "^1.100.0" @@ -16,7 +16,9 @@ ], "icon": "media/splash-dark.png", "license": "Apache-2.0", - "activationEvents": ["onStartupFinished"], + "activationEvents": [ + "onStartupFinished" + ], "main": "./dist/extension.js", "contributes": { "configuration": {