diff options
Diffstat (limited to 'mpi/power/mpih-mul1.S')
-rw-r--r-- | mpi/power/mpih-mul1.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mpi/power/mpih-mul1.S b/mpi/power/mpih-mul1.S index 6d1f1910a..3b71b5aa9 100644 --- a/mpi/power/mpih-mul1.S +++ b/mpi/power/mpih-mul1.S @@ -23,6 +23,7 @@ #include "sysdep.h" #include "asm-syntax.h" +/* # INPUT PARAMETERS # res_ptr r3 # s1_ptr r4 @@ -38,6 +39,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_mul_1[PR] |