mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
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:
parent
86c642056a
commit
2d7c39e096
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue