1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-21 05:58:09 +00:00

don't use AES_NI nor VIA_ACE

This commit is contained in:
Pavol Rusnak 2014-07-17 20:15:14 +02:00
parent ffd2d69dd6
commit 5315f490a0

View File

@ -185,7 +185,7 @@ Issue Date: 20/12/2007
AES_REV_DKS must NOT be defined when such assembler files are AES_REV_DKS must NOT be defined when such assembler files are
built built
*/ */
#if 1 && defined( _WIN64 ) && defined( _MSC_VER ) #if 0 && defined( _WIN64 ) && defined( _MSC_VER )
# define INTEL_AES_POSSIBLE # define INTEL_AES_POSSIBLE
#endif #endif
@ -210,7 +210,7 @@ Issue Date: 20/12/2007
AES_REV_DKS must be set for assembler code used with a VIA ACE build AES_REV_DKS must be set for assembler code used with a VIA ACE build
*/ */
#if 1 && defined( VIA_ACE_POSSIBLE ) && !defined( USE_VIA_ACE_IF_PRESENT ) #if 0 && defined( VIA_ACE_POSSIBLE ) && !defined( USE_VIA_ACE_IF_PRESENT )
# define USE_VIA_ACE_IF_PRESENT # define USE_VIA_ACE_IF_PRESENT
#endif #endif