gcc/libatomic/fsub_n.c

6 lines
101 B
C

#define LAT_FSUB_N
#define NAME sub
#define OP(X,Y) ((X) - (Y))
#include "fop_n.c"
#undef LAT_FSUB_N