#include "Types.h"
Namespaces | |
namespace | big |
This file is part of RakNet Copyright 2003 Kevin Jenkins.
(128)2^7-bit to (32768)2^14-bit signed 2's complement & unsigned extended arithmetic
catid(cat02e@fsu.edu)
7/30/2004 Fixed VS6 compat 7/28/2004 Fixed macros so they can be used outside of the big namespace Now using pre-processor definitions from types.h for inline assembly 7/26/2004 Removed a lot of assembly, made add/sub assembly optional 7/25/2004 Merged the wrapper class Int<T> from older code 7/24/2004 Replaced trivial assembly code with std:: functions Refined some assembly code with Art of Assembly chapter 9 Added binary ops 7/23/2004 Finished assembly coding Removed Int<T> class, for now Added old C++ code back in with USEASSEMBLY 7/22/2004 Signed arithmetic (needed for ext. Euclidean algo) Cleaned up coding style Began rewriting parts in assembly 7/21/2004 Began writing
Tabs: 4 spaces Dist: public