isb available > armv6
This commit is contained in:
parent
7a77d64d56
commit
b2f971555e
@ -1194,7 +1194,7 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
|
|||||||
#ifndef WOLFSSL_NO_FENCE
|
#ifndef WOLFSSL_NO_FENCE
|
||||||
#if defined (__i386__) || defined(__x86_64__)
|
#if defined (__i386__) || defined(__x86_64__)
|
||||||
#define XFENCE() XASM_VOLATILE("lfence")
|
#define XFENCE() XASM_VOLATILE("lfence")
|
||||||
#elif defined (__arm__) || defined(__aarch64__)
|
#elif (defined (__arm__) && (__ARM_ARCH > 6)) || defined(__aarch64__)
|
||||||
#define XFENCE() XASM_VOLATILE("isb")
|
#define XFENCE() XASM_VOLATILE("isb")
|
||||||
#elif defined(__riscv)
|
#elif defined(__riscv)
|
||||||
#define XFENCE() XASM_VOLATILE("fence")
|
#define XFENCE() XASM_VOLATILE("fence")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user