From 3d54e58eb9d92ed7f1977a3034b1c2716d53f487 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Fri, 10 Jan 2020 15:13:59 +0100 Subject: Whitespace cleanup. --- mpn/x86/gcd_11.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpn/x86/gcd_11.asm b/mpn/x86/gcd_11.asm index 58d557c41..af691353d 100644 --- a/mpn/x86/gcd_11.asm +++ b/mpn/x86/gcd_11.asm @@ -35,7 +35,7 @@ include(`../config.m4') dnl Rudimentary code for x86-32, i.e. for CPUs without cmov. Also, the bsf dnl instruction is assumed to be so slow it is useless. Instead a teble is dnl used. -dnl +dnl dnl The loop benefits from OoO, in-order CPUs might want a different loop. dnl The ebx and ecx registers could be combined if the assigment of ecx were dnl postponed until ebx died, but that would at least hurt in-order CPUs. -- cgit v1.2.1