Skip to content

Commit

Permalink
Reformat supported compilers in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Mar 21, 2023
1 parent 21cbc1f commit 38d0a31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ LLAMA tries to stay close to recent developments in C++ and so requires fairly u
The following compilers are supported by LLAMA and tested as part of our CI:


| Linux | Windows | MacOS |
|---------------------------------------------------------------------------------------------------------------------------|---------------------|----------------------------|
| GNU g++ 9 - 12 </br> LLVM clang++ 10 - 16 </br> Intel icpx (latest) </br> Nvidia nvc++ 22.9 </br> Nvidia nvcc 11.2 - 12.1 | Visual Studio 2022 | clang++ (latest from brew) |
| Linux | Windows | MacOS |
|---------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|----------------------------------|
| g++ 9 - 12 </br> clang++ 10 - 16 </br> icpx (latest) </br> nvc++ 22.9 </br> nvcc 11.2 - 12.1 | Visual Studio 2022 </br> (latest on GitHub actions) | clang++ </br> (latest from brew) |


Single header
Expand Down

0 comments on commit 38d0a31

Please sign in to comment.