From ac6b5bd71ec39409449105e0d21f428b756cd1f4 Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Fri, 1 Nov 2024 20:55:37 +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 741a0a7..104f95e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The single-source sample ASCII test renderer can be compiled with The cross-platform fenster-based single-source bitmap renderer can be compiled with -````g++ -std=c++20 -mavx -lgdi32 tiny_bvh_fenster.cpp -o tiny_bvh_fenster```` on windows +````g++ -std=c++20 -mavx -lgdi32 tiny_bvh_fenster.cpp -o tiny_bvh_fenster```` (on windows) Thanks to Eddy L. O. Jansson for help with g++ and clang.