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 3, 2024
1 parent 8d0803e commit bfcc4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The cross-platform fenster-based single-source bitmap renderer can be compiled w

The performance measurements use OpenMP and can be compiled with:

````g++ -std=c++20 -mavx -fopenmp tiny_bvh_speedtest.cpp -o tiny_bvh_speedtest````
````g++ -std=c++20 -mavx -Ofast -fopenmp tiny_bvh_speedtest.cpp -o tiny_bvh_speedtest````

# Version
The current version of the library is a 'prototype'; please expect changes to the interface. Once the interface has settled, more functionality will follow. Plans:
Expand Down

0 comments on commit bfcc4ca

Please sign in to comment.