diff options
| author | ruki <[email protected]> | 2020-10-07 22:53:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-07 22:53:26 +0800 |
| commit | e1f3347f09b19f7f379dc5af66ad5bb4efceefe7 (patch) | |
| tree | caf7f5ae054e7276d3bff304b2a3d930ae67db1a | |
| parent | d99942591281a478ae97e90163eb2bc83a7f5010 (diff) | |
update readme and changelog
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | README_zh.md | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 531e03436..f1f0fa042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +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 +* [#980](https://github.com/xmake-io/xmake/issues/980): Support Intel C/C++ and Fortran Compiler ### Change @@ -843,7 +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++ 编译器的全平台支持 +* [#980](https://github.com/xmake-io/xmake/issues/980): 添加对 Intel C/C++ 和 Fortran 编译器的全平台支持 ### 改进 @@ -199,6 +199,7 @@ fasm Flat Assembler tinyc Tiny C Compiler emcc A toolchain for compiling to asm.js and WebAssembly icc Intel C/C++ Compiler +ifort Intel Fortran Compiler ``` ## Supported Languages diff --git a/README_zh.md b/README_zh.md index d6b96ad22..4d2793639 100644 --- a/README_zh.md +++ b/README_zh.md @@ -202,6 +202,7 @@ fasm Flat Assembler tinyc Tiny C Compiler emcc A toolchain for compiling to asm.js and WebAssembly icc Intel C/C++ Compiler +ifort Intel Fortran Compiler ``` ## 支持语言 |
