CPU and compiler detection constants and compilation flags passed by the user.
Consts
canUseInlineAsm = true
- Inline Assembly is not forbidden. Source Edit
canUseInlineC = true
- Inline C is not forbidden. Source Edit
canUseIntrinsics = true
- C intrinsics are not forbidden. Source Edit
compilerGccCompatible = true
- Is the current C compiler compatible with GCC? Source Edit
compilerMsvc = false
- Is the current C compiler MSVC? Source Edit