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 19, 2024
1 parent a1206b9 commit 640c8c2
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 @@ -45,7 +45,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.9.1
# Version 0.9.2
This version of the library includes the following functionality:
* Binned SAH BVH builder
* Fast binned SAH BVH builder using AVX intrinsics
Expand All @@ -56,6 +56,7 @@ This version of the library includes the following functionality:
* Collapse to 4-wide and 8-wide BVH
* Conversion of 4-wide BVH to GPU-friendly 64-byte quantized format
* Single-ray and packet traversal
* OpenCL traversal: Aila & Laine _(more coming)_
* Support for WASM / EMSCRIPTEN, g++, clang, Visual Studio.
* Optional user-defined memory allocation, by [Thierry Cantenot](https://github.com/tcantenot).

Expand All @@ -71,7 +72,6 @@ Plans:
* Experiment with 4-wide layouts
* Reverse-engineer Embree & PhysX
* OpenCL traversal example
* AILA_LAINE traversal
* BVH4_GPU traversal
* Efficient CWBVH GPU traversal
* TLAS/BLAS traversal with BLAS transforms
Expand Down

0 comments on commit 640c8c2

Please sign in to comment.