> platform flags. So, to make the above work on both GCC and MSVC, you
> have to write something like (can't remember the MS macros exactly):
>
> #if defined(__i386__) || defined(_M_X86) || defined(__x86_64__) ||
> defined(_M_AMD64)
The correct set can be seen inside X86/X86JitInfo.cpp

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to