Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 1996 11:30:12 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 identcpu.c
Message-ID:  <199610091830.LAA18795@freefall.freebsd.org>

index | next in thread | raw e-mail

bde         96/10/09 11:30:10

  Modified:    sys/i386/i386  identcpu.c
  Log:
  Enable the i586-optimized bcopy if the cpu is a "586" and option
  I586_OPTIMIZED_BCOPY is configured.
  
  Similarly for bzero/I586_OPTIMIZED_BZERO.
  
  Fake 586's had better have a hardware FPU with non-broken exception
  handling (we mask exceptions, but broken exception handling may trap
  on the instructions that do the masking).  I guess this means that
  the routines won't work on most 386's or FPUless 486's even when they
  have a h/w FPU.
  
  Revision  Changes    Path
  1.6       +16 -4     src/sys/i386/i386/identcpu.c


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610091830.LAA18795>