Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker authored Nov 1, 2024
1 parent 16fdd7d commit 2162217
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ The single-source sample ASCII test renderer can be compiled with

````g++ -std=c++20 -mavx tiny_bvh_renderer.cpp -o tiny_bvh_renderer````

The cross-platform fenster-based single-source bitmap renderer can be compiled with

````g++ -std=c++20 -mavx tiny_bvh_fenster.cpp -o tiny_bvh_fenster````

Thanks to Eddy L. O. Jansson for help with g++ and clang.

# Version
Expand Down

0 comments on commit 2162217

Please sign in to comment.