Skip to content
Commit 2d46a44f authored by Daiyuu Nobori's avatar Daiyuu Nobori Committed by Matt Caswell
Browse files

VC++ 2008 or earlier x86 compilers do not have an inline implementation of...

VC++ 2008 or earlier x86 compilers do not have an inline implementation of InterlockedOr64 for 32bit and will fail to run on Windows XP 32bit.
See: https://docs.microsoft.com/en-us/cpp/intrinsics/interlockedor-intrinsic-functions#requirements


To work around this problem, we implement a manual locking mechanism for only VC++ 2008 or earlier x86 compilers.

Reviewed-by: default avatarShane Lontis <shane.lontis@oracle.com>
Reviewed-by: default avatarHugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18856)
parent 56d4ff6c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment