disable x86 asm version of taocrypt arc4 code for gcc,

because it assumes the function prologue that gcc does not
generate.
This commit is contained in:
Sergei Golubchik 2012-10-30 18:15:42 +01:00
commit 2d7c39e096

View file

@ -133,6 +133,10 @@ void CleanUp();
#define TAOCRYPT_DISABLE_X86ASM
#endif
// a problem with gcc (newer versions only?)
#if defined(__GNUC__)
#define TAOCRYPT_DISABLE_X86ASM
#endif
// Turn on ia32 ASM for Big Integer
// CodeWarrior defines _MSC_VER