How to detect at compile time if I'm using gcc or icc?
(I was quite puzzled to find out that icc defines __GNUC__
-- and even __GNUC_MINOR__
and __GNUC_PATCHLEVEL__
! why?)
We use
#ifdef __INTEL_COMPILER
to split icc
off, assuming gcc
as a default.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With