diff options
Diffstat (limited to 'mpi/power/mpih-mul3.S')
-rw-r--r-- | mpi/power/mpih-mul3.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mpi/power/mpih-mul3.S b/mpi/power/mpih-mul3.S index 8860c50e5..e875e88ea 100644 --- a/mpi/power/mpih-mul3.S +++ b/mpi/power/mpih-mul3.S @@ -24,7 +24,7 @@ #include "asm-syntax.h" - +/* # INPUT PARAMETERS # res_ptr r3 @@ -41,6 +41,7 @@ # iteration, so we have to compute the compensation carefully (the natural, # srai+and doesn't work). Since the POWER architecture has a branch unit # we can branch in zero cycles, so that's how we perform the additions. + */ .toc .csect .mpihelp_submul_1[PR] |