Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/jbikker/tinybvh
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker committed Nov 15, 2024
2 parents 5456c45 + bd75d10 commit 8bc3b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The **performance measurement tool** use OpenMP and can be compiled with:

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

# Version 0.8.0
# Version 0.8.1
This version of the library includes the following functionality:
* Binned SAH BVH builder
* Fast binned SAH BVH builder using AVX intrinsics
Expand All @@ -51,7 +51,7 @@ The current version of the library is rapidly gaining functionality. Please expe
Plans:

* BVH::Optimize:
* Properly use C_trav and C_int for SAH
* Properly use C_trav and C_int for SAH **_(done)_**
* Faster Optimize algorithm (complete paper implementation)
* Understanding optimized SBVH performance
* CPU single-ray performance
Expand Down

0 comments on commit 8bc3b05

Please sign in to comment.