summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--README.md2
-rw-r--r--README_zh.md2
3 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ce4f5763..8bbb8a350 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## master (unreleased)
+### New features
+
+* [#2474](https://github.com/xmake-io/xmake/issues/2474): Add icx and dpcpp toolchains
+
### Changes
* Improve tools.cmake to support wasm
@@ -1324,6 +1328,10 @@
## master (开发中)
+### 新特性
+
+* [#2474](https://github.com/xmake-io/xmake/issues/2474): 添加 icx 和 dpcpp 工具链
+
### 改进
* 改进 tools.cmake 支持 wasm 库构建
diff --git a/README.md b/README.md
index 8f644d41c..249451d75 100644
--- a/README.md
+++ b/README.md
@@ -270,6 +270,8 @@ circle A new C++20 compiler
armcc ARM Compiler Version 5 of Keil MDK
armclang ARM Compiler Version 6 of Keil MDK
c51 Keil development tools for the 8051 Microcontroller Architecture
+icx Intel LLVM C/C++ Compiler
+dpcpp Intel LLVM C++ Compiler for data parallel programming model based on Khronos SYCL
```
## Supported Languages
diff --git a/README_zh.md b/README_zh.md
index 40ecc111e..51ab1f293 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -279,6 +279,8 @@ circle A new C++20 compiler
armcc ARM Compiler Version 5 of Keil MDK
armclang ARM Compiler Version 6 of Keil MDK
c51 Keil development tools for the 8051 Microcontroller Architecture
+icx Intel LLVM C/C++ Compiler
+dpcpp Intel LLVM C++ Compiler for data parallel programming model based on Khronos SYCL
```
## 支持语言