]> www.ginac.de Git - cln.git/blob - src/base/digitseq/cl_asm_x86_64_.cc
Make out of the box build on x86_64 system with complete 32 bit
[cln.git] / src / base / digitseq / cl_asm_x86_64_.cc
1 #ifdef __i386__
2 // This is most probably a x86_64 system with 32 bit userland.
3 #include "cl_asm_i386_.cc"
4 #else
5 // Nothing here yet.
6 #endif