Skip to content

Commit fc6fa2e

Browse files
authored
Update requirements to include Fil-C support
Added support for Fil-C, the memory-safe C/C++ compiler.
1 parent fea7073 commit fc6fa2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ of the latest hardware. Roaring bitmaps are already available on a variety of pl
8989

9090
- Linux, macOS, FreeBSD, Windows (MSYS2 and Microsoft Visual studio).
9191
- We test the library with ARM, x64/x86 and POWER processors. We only support little endian systems (big endian systems are vanishingly rare).
92-
- Recent C compiler supporting the C11 standard (GCC 7 or better, LLVM 8 or better (clang), Xcode 11 or better, Microsoft Visual Studio 2022 or better, Intel oneAPI Compiler 2023.2 or better), there is also an optional C++ class that requires a C++ compiler supporting the C++11 standard.
92+
- Recent C compiler supporting the C11 standard (GCC 7 or better, LLVM 8 or better (clang), Xcode 11 or better, Microsoft Visual Studio 2022 or better, Intel oneAPI Compiler 2023.2 or better), there is also an optional C++ class that requires a C++ compiler supporting the C++11 standard. We support [Fil-C, the memory-safe C/C++ compiler](https://fil-c.org).
9393
- CMake (to contribute to the project, users can rely on amalgamation/unity builds if they do not wish to use CMake).
9494
- The CMake system assumes that git is available.
9595
- Under x64 systems, the library provides runtime dispatch so that optimized functions are called based on the detected CPU features. It works with GCC, clang (version 9 and up) and Visual Studio (2017 and up). Other systems (e.g., ARM) do not need runtime dispatch.

0 commit comments

Comments
 (0)