diff options
| author | ruki <[email protected]> | 2020-10-07 00:58:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-07 00:58:15 +0800 |
| commit | 0797bc2920576fa61ddf520996e7237569d804b6 (patch) | |
| tree | 47d71660dca102c08090ca2adb9ab3285fe021ae | |
| parent | 846a3cfff907e7f533498db62bafa2fc96a37606 (diff) | |
update changelog and readme
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | README_zh.md | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a9900ba..531e03436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * Upgrade luajit vm and support for runing on mips64 device * [#972](https://github.com/xmake-io/xmake/issues/972): Add `depend.on_changed()` api to simplify adding dependent files * [#981](https://github.com/xmake-io/xmake/issues/981): Add `set_fpmodels()` for math optimization mode +* [#980](https://github.com/xmake-io/xmake/issues/980): Support Intel C/C++ Compiler ### Change @@ -842,6 +843,7 @@ * 升级luajit到v2.1最新分支版本,并且支持mips64上运行xmake * [#972](https://github.com/xmake-io/xmake/issues/972): 添加`depend.on_changed()`去简化依赖文件的处理 * [#981](https://github.com/xmake-io/xmake/issues/981): 添加`set_fpmodels()`去抽象化设置math/float-point编译优化模式 +* [#980](https://github.com/xmake-io/xmake/issues/980): 添加对 Intel C/C++ 编译器的全平台支持 ### 改进 @@ -198,6 +198,7 @@ envs Environment variables toolchain fasm Flat Assembler tinyc Tiny C Compiler emcc A toolchain for compiling to asm.js and WebAssembly +icc Intel C/C++ Compiler ``` ## Supported Languages diff --git a/README_zh.md b/README_zh.md index 5a41d8b4f..d6b96ad22 100644 --- a/README_zh.md +++ b/README_zh.md @@ -201,6 +201,7 @@ envs Environment variables toolchain fasm Flat Assembler tinyc Tiny C Compiler emcc A toolchain for compiling to asm.js and WebAssembly +icc Intel C/C++ Compiler ``` ## 支持语言 |
