gcc/libatomic/fsub_n.c

6 lines
101 B
C
Raw Permalink Normal View History

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