Home
last modified time | relevance | path

Searched refs:GMX_IS_X86_32 (Results 1 – 2 of 2) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/hardware/
H A Darchitecture.h58 # define GMX_IS_X86_32 1 macro
60 # define GMX_IS_X86_32 0 macro
73 #if GMX_IS_X86_32 || GMX_IS_X86_64
H A Dcpuinfo.cpp171 # if GMX_IS_X86_32 && defined(__PIC__) in executeX86CpuID()