URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [machine/] [h8500/] [negsi2.c] - Rev 820
Go to most recent revision | Compare with Previous | Blame | View Log
long __negsi2(long x) { return ~x+1; }
Go to most recent revision | Compare with Previous | Blame | View Log