]> www.ginac.de Git - cln.git/commitdiff
cl_asm_GF2.cc: fix compilation error on SPARC.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Tue, 23 Sep 2008 12:42:38 +0000 (16:42 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Tue, 23 Sep 2008 12:42:38 +0000 (16:42 +0400)
The code itself seems to be broken, so probably I should remove it...

src/polynomial/elem/cl_asm_GF2.cc

index dbdfb681f33eddc2539cd6da35d905ae551eeae1..78f0374c27ba44b51d3c3719d1dbf2908fc1e2cc 100644 (file)
@@ -3,6 +3,6 @@
 #include "cl_config.h"
 
 #if defined(__sparc__) || defined(__sparc64__)
-  #include "cl_asm_sparc_GF2.cc"
+  #include "polynomial/elem/cl_asm_sparc_GF2.cc"
 #endif