From 543769c2575cf3acab5e66d569eb63e6a44ca113 Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Thu, 20 Feb 2025 12:53:21 +0100 Subject: [PATCH] Exclude WiVe BVH for NEON for now. --- tiny_bvh_speedtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny_bvh_speedtest.cpp b/tiny_bvh_speedtest.cpp index 9289690..212fa0e 100644 --- a/tiny_bvh_speedtest.cpp +++ b/tiny_bvh_speedtest.cpp @@ -717,7 +717,7 @@ int main() #endif -#ifdef TRAVERSE_WIVE +#if defined TRAVERSE_WIVE && defined BVH_USEAVX // BVH8_CPU if (!bvh8_cpu)