File mfoc-01-no-asm.diff of Package mfoc
---
src/crapto1.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: mfoc/src/crapto1.h
===================================================================
--- mfoc.orig/src/crapto1.h
+++ mfoc/src/crapto1.h
@@ -56,7 +56,7 @@ int nonce_distance(uint32_t from, uint32
#define BEBIT(x, n) BIT(x, (n) ^ 24)
static inline int parity(uint32_t x)
{
-#if !defined __i386__ || !defined __GNUC__
+#if 1
x ^= x >> 16;
x ^= x >> 8;
x ^= x >> 4;