diff options
Diffstat (limited to 'contrib/libgmp/mpn/alpha/lshift.s')
-rw-r--r-- | contrib/libgmp/mpn/alpha/lshift.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libgmp/mpn/alpha/lshift.s b/contrib/libgmp/mpn/alpha/lshift.s index 13bd24a4271dc..935223ac19821 100644 --- a/contrib/libgmp/mpn/alpha/lshift.s +++ b/contrib/libgmp/mpn/alpha/lshift.s @@ -1,3 +1,4 @@ +/* $Id$ # Alpha 21064 __mpn_lshift -- # Copyright (C) 1994, 1995 Free Software Foundation, Inc. @@ -35,6 +36,7 @@ # 1. ldq has a 3 cycle delay, srl and sll have a 2 cycle delay. # 2. Only aligned instruction pairs can be paired. # 3. The store buffer or silo might not be able to deal with the bandwidth. +*/ .set noreorder .set noat |