Skip to content

Commit 1cb6320

Browse files
committed
fixup! Fix Windows build
1 parent 52b7edc commit 1cb6320

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ext/hash/hash_sha_sse2.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
#ifdef __SSE2__
3131
# include <emmintrin.h>
3232

33-
/* Original implementation from libcperciva follows. */
33+
/* Original implementation from libcperciva follows.
34+
*
35+
* Modified to use `PHP_STATIC_RESTRICT` for MSVC compatibility.
36+
*/
3437

3538
/**
3639
* mm_bswap_epi32(a):

0 commit comments

Comments
 (0)