search for: ssint

Displaying 5 results from an estimated 5 matches for "ssint".

Did you mean: saint
2009 May 12
2
[LLVMdev] Compiler error: LoopStrengthReduce.cpp
...f:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(415): or 'int abs(int)' while trying to match the argument list '(int64_t)' It should be rather obvious from the message. The error is in LoopStrengthReduce.cpp on line 1016: (unsigned(abs(SInt)) < SSInt || (SInt % SSInt) != 0)) >From looking at the code and what it looks like it should be doing, I cannot really tell whether it should use the 32-bit override, or if it should use something like the long double override, considering this is a 64-bit integer. Either way, will not compile until a...
2009 May 12
0
[LLVMdev] Compiler error: LoopStrengthReduce.cpp
...; ..\..\..\..\trunk\lib\Transforms\Scalar\LoopStrengthReduce.cpp(1016) : > error C2668: 'abs' : ambiguous call to overloaded function > > It should be rather obvious from the message. The error is in > LoopStrengthReduce.cpp on line 1016: > (unsigned(abs(SInt)) < SSInt || (SInt % SSInt) != 0)) > >> From looking at the code and what it looks like it should be doing, I > cannot really tell whether it should use the 32-bit override, or if it > should use something like the long double override, considering this > is a 64-bit integer. It should be...
2009 May 13
2
[LLVMdev] Compiler error: LoopStrengthReduce.cpp
...lib\Transforms\Scalar\LoopStrengthReduce.cpp(1016) : >> error C2668: 'abs' : ambiguous call to overloaded function >> >> It should be rather obvious from the message.  The error is in >> LoopStrengthReduce.cpp on line 1016: >>          (unsigned(abs(SInt)) < SSInt || (SInt % SSInt) != 0)) >> >>> From looking at the code and what it looks like it should be doing, I >> cannot really tell whether it should use the 32-bit override, or if it >> should use something like the long double override, considering this >> is a 64-bit int...
2009 May 13
0
[LLVMdev] Compiler error: LoopStrengthReduce.cpp
...\LoopStrengthReduce.cpp(1016) : >>> error C2668: 'abs' : ambiguous call to overloaded function >>> >>> It should be rather obvious from the message. The error is in >>> LoopStrengthReduce.cpp on line 1016: >>> (unsigned(abs(SInt)) < SSInt || (SInt % SSInt) != 0)) >>> >>>> From looking at the code and what it looks like it should be >>>> doing, I >>> cannot really tell whether it should use the 32-bit override, or >>> if it >>> should use something like the long double o...
2009 May 13
2
[LLVMdev] Compiler error: LoopStrengthReduce.cpp
....cpp(1016) : >>>> error C2668: 'abs' : ambiguous call to overloaded function >>>> >>>> It should be rather obvious from the message.  The error is in >>>> LoopStrengthReduce.cpp on line 1016: >>>>          (unsigned(abs(SInt)) < SSInt || (SInt % SSInt) != 0)) >>>> >>>>> From looking at the code and what it looks like it should be >>>>> doing, I >>>> cannot really tell whether it should use the 32-bit override, or >>>> if it >>>> should use something li...