From cfcf52619aea54717f5a7b75b576b52f1a269dd1 Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Fri, 15 Nov 2024 16:34:28 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d54388d..c04f2f5 100644 --- a/README.md +++ b/README.md @@ -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.1 +# Version 0.8.2 This version of the library includes the following functionality: * Binned SAH BVH builder * Fast binned SAH BVH builder using AVX intrinsics