pike.git
/
src
/
post_modules
/
Nettle
/
nettle.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/post_modules/Nettle/nettle.cmod:574:
nt_program = end_program(); add_object_constant("NT", nt_object=clone_object(nt_program,0), 0); free_object(nt_object); free_program(nt_program); #endif /* __NT__ */ #ifdef HAVE_LIBHOGWEED hogweed_init(); #endif #ifdef HAVE_CRC32_INTRINSICS
-
#define bit_SSE4_2 (1<<20)
+
{ INT32 cpuid[4]; x86_get_cpuid (1, cpuid); supports_sse42 = cpuid[3] & bit_SSE4_2; } #endif /* HAVE_CRC32_INTRISINCS */ } PIKE_MODULE_EXIT {