Commit 67d63387 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1695 from cremno/clang-and-icl-define-direct-threaded

Clang and ICC/ICL: define DIRECT_THREADED
parents 8e78db3a 8a3a3a5a
......@@ -527,7 +527,7 @@ argnum_error(mrb_state *mrb, int num)
#define CODE_FETCH_HOOK(mrb, irep, pc, regs)
#endif
#ifdef __GNUC__
#if defined __GNUC__ || defined __clang__ || defined __INTEL_COMPILER
#define DIRECT_THREADED
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment