Skip to content

Commit

Permalink
better to test for msvc in case clang/gcc used on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Kimball Thurston <[email protected]>
  • Loading branch information
kdt3rd committed Dec 31, 2024
1 parent 30dc084 commit 8e6e2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/OpenEXRCoreTest/compressionTables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ testDWATable (const std::string&)
#endif

#ifndef USE_CLZ
# ifdef _WIN32
# ifdef _MSC_VER
static int __inline __builtin_clz(uint32_t v)
{
#ifdef __BMI1__
Expand Down

0 comments on commit 8e6e2c0

Please sign in to comment.