Browse Source

cl_asm_GF2.cc: fix compilation error on SPARC.

The code itself seems to be broken, so probably I should remove it...
master
Alexei Sheplyakov 16 years ago
parent
commit
f02385df3d
  1. 2
      src/polynomial/elem/cl_asm_GF2.cc

2
src/polynomial/elem/cl_asm_GF2.cc

@ -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
Loading…
Cancel
Save