ATM, I added AC_CHECK_SIZEOF(long) inside libxdiff's configure.in, and I
have (inside xmacros.h):
#if SIZEOF_LONG == 4
#define GR_PRIME 0x9e370001UL
#else
#define GR_PRIME 0x9e37fffffffc0001UL
#endif
I'm also looking into streamlining the discard loop to reuse information
collected during the context-setup phase ...
- Davide
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html