diff options
| author | ruki <[email protected]> | 2022-06-27 22:37:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-06-27 22:37:46 +0800 |
| commit | d5ca50ed83bb50896f2fbc6b680d30fe3ee97db4 (patch) | |
| tree | 13e5f28522db6a11e10b7c5d195749e6793c7a36 | |
| parent | 55aae19dd4e15306b38452d4edc10beabf405acb (diff) | |
update readme and changelog
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README_zh.md | 2 |
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 库构建 @@ -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 ``` ## 支持语言 |
