Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2002 00:02:12 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/i386 initcpu.c machdep.c src/sys/i386/isa npx.c src/sys/i386/linux linux_ptrace.c src/sys/pc98/i386 machdep.c
Message-ID:  <200209070702.g8772CM0025706@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2002/09/07 00:02:12 PDT

  Modified files:
    sys/conf             options.i386 options.pc98 
    sys/i386/conf        NOTES 
    sys/i386/i386        initcpu.c machdep.c 
    sys/i386/isa         npx.c 
    sys/i386/linux       linux_ptrace.c 
    sys/pc98/i386        machdep.c 
  Log:
  Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)
  if compiling with I686_CPU as a target.  CPU_DISABLE_SSE will prevent
  this from happening and will guarantee the code is not compiled in.
  
  I am still not happy with this, but gcc is now generating code that uses
  these instructions if you set CPUTYPE to p3/p4 or athlon-4/mp/xp or higher.
  
  Revision  Changes    Path
  1.179     +1 -0      src/sys/conf/options.i386
  1.152     +1 -0      src/sys/conf/options.pc98
  1.1036    +4 -1      src/sys/i386/conf/NOTES
  1.36      +7 -0      src/sys/i386/i386/initcpu.c
  1.530     +7 -0      src/sys/i386/i386/machdep.c
  1.130     +7 -0      src/sys/i386/isa/npx.c
  1.5       +10 -1     src/sys/i386/linux/linux_ptrace.c
  1.290     +7 -0      src/sys/pc98/i386/machdep.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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