diff options
| author | ruki <[email protected]> | 2024-07-09 22:54:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-07-09 22:54:20 +0800 |
| commit | 4db4366cd4dc5081ddf846e345ef9d0b7a1794fb (patch) | |
| tree | 192914ee0744235ac1cec863aa8b7605440b6a78 | |
| parent | c2193b778259885572131b31f5753d76d62d1ed6 (diff) | |
update changelog
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | README_zh.md | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -230,6 +230,7 @@ tinycc Tiny C Compiler emcc A toolchain for compiling to asm.js and WebAssembly icc Intel C/C++ Compiler ifort Intel Fortran Compiler +ifx Intel LLVM Fortran Compiler muslcc The musl-based cross-compilation toolchain fpc Free Pascal Programming Language Compiler wasi WASI-enabled WebAssembly C/C++ toolchain diff --git a/README_zh.md b/README_zh.md index 1b3f5437f..1ceaf8914 100644 --- a/README_zh.md +++ b/README_zh.md @@ -291,6 +291,7 @@ tinycc Tiny C Compiler emcc A toolchain for compiling to asm.js and WebAssembly icc Intel C/C++ Compiler ifort Intel Fortran Compiler +ifx Intel LLVM Fortran Compiler muslcc The musl-based cross-compilation toolchain fpc Free Pascal Programming Language Compiler wasi WASI-enabled WebAssembly C/C++ toolchain |
