Go to the documentation of this file.
31 # if defined(_MSC_VER) && defined(_M_IX86)
32 # define ASM_SHA1PROCESS
33 # elif __INTEL__ && __MWERKS__
34 # define ASM_SHA1PROCESS
39 # if defined(OPTIMIZE_I386) || defined(OPTIMIZE_I486) || defined(OPTIMIZE_I586) || defined(OPTIMIZE_I686)
40 # define ASM_SHA1PROCESS
44 #if defined(__INTEL_COMPILER)
45 # if defined(OPTIMIZE_I386) || defined(OPTIMIZE_I486) || defined(OPTIMIZE_I586) || defined(OPTIMIZE_I686)
46 # define ASM_SHA1PROCESS
50 #if defined(__SUNPRO_C) || defined(__SUNPRO_CC)