[SCM] polybori: Polynomials over Boolean Rings branch, upstream-hg, updated. b4a5cffaa908c53e1d958a42110f8c4dad853aa3

Alexander Dreyer adreyer at gmx.de
Fri Mar 23 08:02:18 UTC 2012


The following commit has been merged in the upstream-hg branch:
commit 26d56f925fe9581ff95e03a45fbcbcfd5e7afd51
Author: Alexander Dreyer <adreyer at gmx.de>
Date:   Thu Mar 1 23:05:26 2012 +0100

    FIX: undef macro before changing

diff --git a/M4RI/m4ri/misc.h b/M4RI/m4ri/misc.h
index a185973..5eb3da9 100644
--- a/M4RI/m4ri/misc.h
+++ b/M4RI/m4ri/misc.h
@@ -572,6 +572,7 @@ void m4ri_fini(void);
  * Fix some standard value for L2 cache size if it couldn't be
  * determined by configure.
  */
+#undef __M4RI_CPU_L2_CACHE
 #define __M4RI_CPU_L2_CACHE 524288
 #endif // __M4RI_CPU_L2_CACHE
 
@@ -580,6 +581,7 @@ void m4ri_fini(void);
  * Fix some standard value for L1 cache size if it couldn't be
  * determined by configure.
  */
+#undef __M4RI_CPU_L1_CACHE
 #define __M4RI_CPU_L1_CACHE 16384
 #endif // __M4RI_CPU_L1_CACHE
 

-- 
polybori: Polynomials over Boolean Rings



More information about the debian-science-commits mailing list