pike.git/
src/
post_modules/
Nettle/
nettle.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2016-02-01
2016-02-01 23:50:08 by Martin Nilsson <nilsson@fastmail.com>
2bc49aaa80517216f89817959d10b1d200464849 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Added some static.
431:
#ifdef HAVE_CRC32_INTRINSICS static int supports_sse42 = 0;
-
ATTRIBUTE((target("sse4")))
+
static
ATTRIBUTE((target("sse4")))
unsigned int intel_crc32c(const unsigned int *p, size_t len) { unsigned int h=0xffffffff;