pull/25/head
Török Edvin 14 years ago
parent c5706cd0e6
commit 540aece097
  1. 4
      libclamav/bignum_fast.h

@ -10,7 +10,9 @@
#ifndef TFM_H_
#define TFM_H_
#ifndef __GNUC__
#if !defined(__GNUC__) || !defined(__x86_64__)
/* on i686 we run out of registers with -fPIC, and on ia64 we miscompile.
* Just enable this on x86-64 where we know it works */
#define TFM_NO_ASM
#endif

Loading…
Cancel
Save