URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [ext/] [int128-2.h] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
#pragma GCC system_header template<typename T> struct limits; template<> struct limits<__int128> { }; template<> struct limits<unsigned __int128> { };
Go to most recent revision | Compare with Previous | Blame | View Log