From d5ca50ed83bb50896f2fbc6b680d30fe3ee97db4 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 27 Jun 2022 22:37:46 +0800 Subject: update readme and changelog --- CHANGELOG.md | 8 ++++++++ README.md | 2 ++ README_zh.md | 2 ++ 3 files changed, 12 insertions(+) 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 ``` ## 支持语言 -- cgit v1.3.1