This commit is contained in:
Martin Reinecke 2019-01-21 11:30:05 +01:00
parent e231a0e184
commit 7ef585e3bb
8 changed files with 20 additions and 55 deletions

View file

@ -1,9 +1,7 @@
#define XCONCATX(a,b) a##_##b
#define XCONCATX2(a,b) XCONCATX(a,b)
#define XARCH(a) XCONCATX2(a,ARCH)
#define ARCH default
#define GENERIC_ARCH
#include "sharp_core_inc.c"
#undef GENERIC_ARCH
#undef ARCH
typedef void (*t_inner_loop) (sharp_job *job, const int *ispair,