From ac250ba57ddd03692a909af18928a674b36f9a0f Mon Sep 17 00:00:00 2001 From: jbikker Date: Tue, 31 Dec 2024 19:02:46 +0100 Subject: [PATCH] Version bump. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b865122..bcc4aeb 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The **performance measurement tool** can be compiled with: ````g++ -std=c++20 -mavx -Ofast tiny_bvh_speedtest.cpp -o tiny_bvh_speedtest```` -# Version 1.1.6 +# Version 1.1.7 Version 1.1.0 introduced a change to the API. The single BVH class with multiple layouts has been replaced with a BVH class per layout. You can simply instantiate the desired layout; conversion (and data ownership) is then handled properly by the library. Examples: