Add big int file
This commit is contained in:
6
big_int.cpp
Normal file
6
big_int.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
#if COMPILER_CLANG
|
||||
typedef __int128 int128;
|
||||
#else
|
||||
#error "Need big int implementation"
|
||||
#endif
|
||||
Reference in New Issue
Block a user