summaryrefslogtreecommitdiffstats
path: root/doc/internal
diff options
context:
space:
mode:
authorDaiyuu Nobori <dnobori.gitcommit@coe.ad.jp>2022-07-24 10:34:05 +0900
committerMatt Caswell <matt@openssl.org>2022-08-12 10:30:02 +0100
commit2d46a44ff24173d2cf5ea2196360cb79470d49c7 (patch)
tree0845cf6d15630149b7e0392b68d157b72be1ce8c /doc/internal
parent56d4ff6cd7fc200943197dff65146a8864b7df98 (diff)
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: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18856)
Diffstat (limited to 'doc/internal')
0 files changed, 0 insertions, 0 deletions