|
|
@@ -240,7 +240,7 @@ __global__ void cudaMulmod(GlobalThreadState *global_ts,
|
|
|
int multtype;
|
|
|
asm volatile("mov.u32 %0, $xr0;" : "=r" (xlow));
|
|
|
// volatile qualifier needed to prevent the compiler from moving it outside of the loop
|
|
|
- // change can be seen by reading 'cudadl.o' after compiling with the nvcc '-ptx' option
|
|
|
+ // change can be seen by building with 'make ptx' and reading the 'parrhoasm.ptx' file
|
|
|
|
|
|
if (xlow < TWO_32_DIV_3)
|
|
|
{
|