From afcbe0718f7ff018984a259ca51db54ba9ddd550 Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Thu, 21 Nov 2024 12:58:19 +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 9bd26dd..a5b77ec 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The cross-platform fenster-based single-source **bitmap renderer** can be compil ```g++ -std=c++20 -mavx -O3 -framework Cocoa tiny_bvh_fenster.cpp -o tiny_bvh_fenster``` (on macOS) -The **performance measurement tool** use OpenMP and can be compiled with: +The **performance measurement tool** uses OpenMP and can be compiled with: ````g++ -std=c++20 -mavx -Ofast -fopenmp tiny_bvh_speedtest.cpp -o tiny_bvh_speedtest````