mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 10:30:49 +02:00
cefeb4cd7e
wolfcrypt/src/cpuid.c: cpuid_set_flag() and cpuid_clear_flag() thread safety; wolfcrypt/src/wc_port.c: comments re __ATOMIC_SEQ_CST and __ATOMIC_ACQUIRE; wolfssl/wolfcrypt/wc_port.h: single overrideable definitions for WOLFSSL_ATOMIC_COERCE_[U]INT(), and comment cleanup. also added WOLFSSL_USER_DEFINED_ATOMICS.