Browse Source

architecture/x86-64: add optimisation choices for improved versions of K8, Opteron and Athlon64 with SSE3 support

stable/0.6
Christian Wiese 11 years ago
parent
commit
c1c2b55589
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      architecture/x86-64/config.in

+ 3
- 0
architecture/x86-64/config.in

@ -22,6 +22,9 @@ choice SDECFG_X8664_OPT generic \
opteron "Optimised for AMD Opteron" \
athlon64 "Optimised for AMD Athlon64" \
athlon-fx "Optimised for AMD Athlon-FX" \
k8-sse3 "Optimised for AMD K8 with SSE3" \
opteron-sse3 "Optimised for AMD Opteron with SSE3" \
athlon64-sse3 "Optimised for AMD Athlon64 with SSE3" \
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" \

Loading…
Cancel
Save