Skip to content

Commit

Permalink
Exclude Embree stuff by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker committed Dec 11, 2024
1 parent 4e88054 commit eb87ec3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tiny_bvh_speedtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit eb87ec3

Please sign in to comment.