Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libatomic/fsub_n.c

4 lines
64 B
C
Raw Normal View History

2023-03-06 14:48:14 +01:00
#define NAME sub
#define OP(X,Y) ((X) - (Y))
#include "fop_n.c"