From 2a076d9ee3cfbc8aeec33d64ba54fb9d8104cef4 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 7 Nov 2001 22:26:22 +0100 Subject: * mpn/x86/k7/mmx/mod_1.asm, mpn/x86/pentium/sqr_basecase.asm, mpn/x86/k7/mmx/popham.asm: Remove some unnecessary "0" address offsets. --- mpn/x86/pentium/sqr_basecase.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mpn') diff --git a/mpn/x86/pentium/sqr_basecase.asm b/mpn/x86/pentium/sqr_basecase.asm index 44bbcb139..ba0786d97 100644 --- a/mpn/x86/pentium/sqr_basecase.asm +++ b/mpn/x86/pentium/sqr_basecase.asm @@ -4,7 +4,7 @@ dnl P5: approx 8 cycles per crossproduct, or 15.5 cycles per triangular dnl product at around 20x20 limbs. -dnl Copyright 1999, 2000 Free Software Foundation, Inc. +dnl Copyright 1999, 2000, 2001 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl @@ -411,7 +411,7 @@ L(corner): mull -8(%esi) C src[size-1]*src[size-2] - movl %ecx, 0(%edi) + movl %ecx, (%edi) addl %eax, %ebx adcl $0, %edx -- cgit v1.2.1