18 lines
452 B
C
18 lines
452 B
C
|
|
|
||
|
|
/* starch generated code. Do not edit. */
|
||
|
|
|
||
|
|
#define STARCH_FLAVOR_GENERIC
|
||
|
|
|
||
|
|
#include "starch.h"
|
||
|
|
|
||
|
|
#undef STARCH_ALIGNMENT
|
||
|
|
|
||
|
|
#define STARCH_ALIGNMENT 1
|
||
|
|
#define STARCH_ALIGNED(_ptr) (_ptr)
|
||
|
|
#define STARCH_SYMBOL(_name) starch_ ## _name ## _ ## generic
|
||
|
|
#define STARCH_IMPL(_function,_impl) starch_ ## _function ## _ ## _impl ## _ ## generic
|
||
|
|
#define STARCH_IMPL_REQUIRES(_function,_impl,_feature) STARCH_IMPL(_function,_impl)
|
||
|
|
|
||
|
|
#include "../impl/subtract_n.c"
|
||
|
|
|