diff options
Diffstat (limited to 'mpi/power/mpih-mul2.S')
-rw-r--r-- | mpi/power/mpih-mul2.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mpi/power/mpih-mul2.S b/mpi/power/mpih-mul2.S index 6e4ae6f81..19ddee86d 100644 --- a/mpi/power/mpih-mul2.S +++ b/mpi/power/mpih-mul2.S @@ -25,7 +25,7 @@ - +/* # INPUT PARAMETERS # res_ptr r3 # s1_ptr r4 @@ -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_addmul_1[PR] |