Subject: Re: CVS commit: src/lib/libcrypto/arch/i386
To: None <itojun@netbsd.org>
From: Chris Gilbert <chris@dokein.co.uk>
List: source-changes
Date: 11/13/2003 22:47:57
On Thu, 13 Nov 2003 19:36:31 +0000 (UTC)
Jun-ichiro itojun Hagino <itojun@netbsd.org> wrote:
>
> Module Name: src
> Committed By: itojun
> Date: Thu Nov 13 19:36:31 UTC 2003
>
> Modified Files:
> src/lib/libcrypto/arch/i386: sha1_586.S
>
> Log Message:
> avoid bswapl, which is post-i486 (including i486) insn.
> markus@openbsd
The file is called _586, so surely it's pentium or better? or should it
be called _x86 if it's for all 86 chips?
That said I note other files are also called _586.S, delights of quirky
naming conventions I guess.
Chris