Skip to content

Commit

Permalink
Merge pull request #18 from tbhaxor/tbhaxor-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tbhaxor authored Oct 18, 2024
2 parents 208ef83 + c280dd0 commit b535d56
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ Firefly is loaded with a bunch of cool features designed to make your vector cal

## Supported Compilers and Standard

- GCC v13+ with c++-23
- LLVM v16+ with c++-23
- GCC v13+
- LLVM v16+

> [!IMPORTANT]
> Your compiler must support C++ standard 23 [ref](https://github.com/tbhaxor/firefly/blob/208ef838b3f9290d3d6272b476e0a15f7a6b17fb/CMakeLists.txt#L6)
## Build and Install

Expand All @@ -48,6 +51,9 @@ Firefly is loaded with a bunch of cool features designed to make your vector cal

```console
cmake -Bbuild -DFirefly_ENABLE_EXAMPLES=ON

# With Ninja
cmake -Bbuild -GNinja -DFirefly_ENABLE_EXAMPLES=ON
```

<center>
Expand Down

0 comments on commit b535d56

Please sign in to comment.