From eb87ec3883e3c3aa74f132e59d7404b306e40a6d Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Wed, 11 Dec 2024 15:21:21 +0100 Subject: [PATCH] Exclude Embree stuff by default. --- tiny_bvh_speedtest.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tiny_bvh_speedtest.cpp b/tiny_bvh_speedtest.cpp index 19cb9a4..ce19bd0 100644 --- a/tiny_bvh_speedtest.cpp +++ b/tiny_bvh_speedtest.cpp @@ -17,8 +17,8 @@ #define BUILD_REFERENCE #define BUILD_DOUBLE #define BUILD_AVX -#define BUILD_NEON -#define BUILD_SBVH +// #define BUILD_NEON +// #define BUILD_SBVH #define TRAVERSE_2WAY_ST #define TRAVERSE_ALT2WAY_ST #define TRAVERSE_SOA2WAY_ST @@ -31,8 +31,8 @@ #define TRAVERSE_2WAY_MT_PACKET #define TRAVERSE_OPTIMIZED_ST #define TRAVERSE_4WAY_OPTIMIZED -#define EMBREE_BUILD // win64-only for now. -#define EMBREE_TRAVERSE // win64-only for now. +// #define EMBREE_BUILD // win64-only for now. +// #define EMBREE_TRAVERSE // win64-only for now. // GPU rays: only if ENABLE_OPENCL is defined. #define GPU_2WAY