]> www.ginac.de Git - cln.git/blob - src/polynomial/elem/cl_asm_GF2.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / polynomial / elem / cl_asm_GF2.cc
1 // Includes the CPU specific cl_asm_*.cc file.
2
3 #include "cln/config.h"
4
5 #if defined(__sparc__) || defined(__sparc64__)
6   #include "cl_asm_sparc_GF2.cc"
7 #endif
8