10 lines
113 B
C
10 lines
113 B
C
#ifndef COMMON_I_H
|
|
#define COMMON_I_H
|
|
|
|
#ifndef DYNAMIC_ARCH
|
|
#define IAXPYU_K iaxpy_k
|
|
#else
|
|
#error
|
|
#endif
|
|
#endif
|