[ARM 2/5 big.LITTLE] Allow tuning parameters without unique tuning targets.
[official-gcc.git] / libatomic / fnand_n.c
bloba3c98c70494802811eb2fed04e1e5e112ce53c18
1 #define NAME nand
2 #define OP(X,Y) ~((X) & (Y))
3 #include "fop_n.c"