Browse Source

x86: "improved" description of c3 and c3-2 optimizations

karasz/new-early
Alejandro Mery 16 years ago
parent
commit
b477d325bf
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      architecture/x86/config.in

+ 3
- 3
architecture/x86/config.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: architecture/x86/config.in
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2009 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -20,8 +20,8 @@ choice SDECFG_X86_OPT pentiumpro \
generic "No special optimisation" \
i386 "Optimised for Intel 386" \
i486 "Optimised for Intel 486" \
c3 "Optimised for VIA CyrixIII/VIA-C3" \
c3-2 "Optimised for VIA-C3-2 Nehemiah" \
c3 "Optimised for VIA CyrixIII/VIA-C3 (3dNOW!)" \
c3-2 "Optimised for VIA-C3-2 Nehemiah (SSE)" \
pentium "Optimised for Intel Pentium" \
pentium-mmx "Optimised for Intel Pentium with MMX" \
pentiumpro "Optimised for Intel Pentium-Pro" \

Loading…
Cancel
Save