src/intops/consts

Search:
Group by:
Source   Edit  

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  
cpu64Bit = true
Is the current CPU 64 bit? Source   Edit  
cpuArm64 = false
Is the current CPU an ARM64? Source   Edit  
cpuX86 = true
Is the current CPU an x86 one? Source   Edit