Skip to content

Commit

Permalink
Squash __lzcnt compile problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker committed Nov 12, 2024
1 parent e7a8438 commit 47ad22c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tiny_bvh.h
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,9 @@ class BVH
#ifdef TINYBVH_IMPLEMENTATION

#include <assert.h> // for assert
#ifdef _MSC_VER
#include <intrin.h> // for __lzcnt
#endif

namespace tinybvh {

Expand Down

0 comments on commit 47ad22c

Please sign in to comment.