re PR bootstrap/90819 (-Walloc-size-larger-than error in trans-mem.c)
[official-gcc.git] / libatomic / fsub_n.c
blobe9f8d7d25e1812d1a16d681b7ae10cedd88771cd
1 #define NAME sub
2 #define OP(X,Y) ((X) - (Y))
3 #include "fop_n.c"