Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bluescarni/heyoka
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Sep 1, 2024
2 parents d735116 + a075418 commit 57feb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/heyoka/llvm_state.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ void llvm_state_mem_cache_try_insert(std::vector<std::string>, unsigned, llvm_mc
// functions, which leads to compilation failure. So far, we have been able to
// trigger this issue only on 64-bit arm.
inline constexpr bool default_parjit =
#if defined(HEYOKA_ARCH_ARM) || defined(_MSC_VER)
#if defined(HEYOKA_ARCH_ARM)
false
#else
true
Expand Down

0 comments on commit 57feb7d

Please sign in to comment.