]> git.ipfire.org Git - thirdparty/gcc.git/blob - libatomic/fsub_n.c
Add out-of-line versions of some <stdatomic.h> functions (PR c/65083).
[thirdparty/gcc.git] / libatomic / fsub_n.c
1 #define NAME sub
2 #define OP(X,Y) ((X) - (Y))
3 #include "fop_n.c"