gcc GCC version two includes suport
for long long (64bit integer)
- arrithemetic which PSIM uses. Hence
+ arithmetic which PSIM uses. Hence
it is recommended that you build PSIM
using GCC.
resulting dead code. That dead code being the calculations that,
as it turned out were not in the end needed.
- 64bit arrithemetic is used firstly because it allows the use of
+ 64bit arithmetic is used firstly because it allows the use of
gcc's efficient long long operators (typically efficiently output
inline) and secondly because the resultant answer will contain in
the low 32bits the answer while in the high 32bits is either carry
/* 64bit target expressions:
- Unfortunately 128bit arrithemetic isn't that common. Consequently
+ Unfortunately 128bit arithmetic isn't that common. Consequently
the 32/64 bit trick can not be used. Instead all calculations are
required to retain carry/overflow information in separate
variables. Even with this restriction it is still possible for the