mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Linux: fix various compilation issues under Linux.
This commit is contained in:
@@ -38,12 +38,16 @@ static void SigIllHandlerCPUID(int p)
|
||||
longjmp(s_jmpNoCPUID, 1);
|
||||
}
|
||||
|
||||
#if !defined (_UEFI) && ((defined(__AES__) && defined(__PCLMUL__)) || defined(__INTEL_COMPILER) || CRYPTOPP_BOOL_AESNI_INTRINSICS_AVAILABLE)
|
||||
|
||||
static jmp_buf s_jmpNoAESNI;
|
||||
static void SigIllHandlerAESNI(int p)
|
||||
{
|
||||
longjmp(s_jmpNoAESNI, 1);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#if CRYPTOPP_BOOL_X64 == 0
|
||||
static jmp_buf s_jmpNoSSE2;
|
||||
static void SigIllHandlerSSE2(int p)
|
||||
|
||||
Reference in New Issue
Block a user