URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [machine/] [h8500/] [negsi2.c] - Rev 1765
Compare with Previous | Blame | View Log
long __negsi2(long x) { return ~x+1; }