From 51b08c24c56a8f25a85fde0dd3f28caf4bd271bc Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Mon, 11 Nov 2024 12:47:42 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b3fcd6..0a96769 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,11 @@ 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.4.2 +# Version 0.5.0 This version of the library includes the following functionality: * Binned SAH BVH builder * Fast binned SAH BVH builder using AVX intrinsics +* Spatial Splits (SBVH) * BVH optimizer: reduces SAH cost and improves ray tracing performance * Collapse to 4-wide and 8-wide BVH * Conversion of 4-wide BVH to GPU-friendly 64-byte quantized format @@ -44,7 +45,6 @@ The current version of the library is rapidly gaining functionality. Please expe Plans: -* Spatial Splits (SBVH) * OpenCL traversal example * 'Compressed Wide BVH' data structure (CWBVH) * Efficient CWBVH GPU traversal