Browse Source

architecture/x86-64: add optimisation choices for Core i3/i5/i7 variants

stable/0.6
Christian Wiese 12 years ago
parent
commit
d76f5d787f
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      architecture/x86-64/config.in

+ 5
- 1
architecture/x86-64/config.in

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: architecture/x86-64/config.in
# Copyright (C) 2014 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -21,7 +22,10 @@ choice SDECFG_X8664_OPT generic \
opteron "Optimised for AMD Opteron" \
athlon64 "Optimised for AMD Athlon64" \
athlon-fx "Optimised for AMD Athlon-FX" \
em64t "Optimised for Intel EM64T (Pentium 4 / Xeon)"
em64t "Optimised for Intel EM64T (Pentium 4 / Xeon)" \
corei7 "Optimised for Intel Core i3/i5/i7" \
corei7-avx "Optimised for Intel Core i3/i5/i7 with AVX" \
corei7-avx-i "Optimised for Intel Core i3/i5/i7 IvyBridge"
if [ $SDECFG_X8664_OPT != generic ] ; then
SDECFG_ID="$SDECFG_ID-$SDECFG_X8664_OPT"

Loading…
Cancel
Save