summaryrefslogtreecommitdiffstats
path: root/package/efl/libevas/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2012-01-29 00:21:11 +0100
committerPeter Korsgaard2012-01-29 00:21:11 +0100
commitd4e64bd61b29b70de69172628ef722b82d928510 (patch)
tree2be4c1bee348db6caed3a9ad91dab0f6e9fd8785 /package/efl/libevas/Config.in
parentlibevas: Add new package (diff)
downloadbuildroot-d4e64bd61b29b70de69172628ef722b82d928510.tar.gz
buildroot-d4e64bd61b29b70de69172628ef722b82d928510.tar.xz
buildroot-d4e64bd61b29b70de69172628ef722b82d928510.zip
libevas: autodetect cpu variant code tuning options
Similar to how we do it for ffmpeg. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/efl/libevas/Config.in')
-rw-r--r--package/efl/libevas/Config.in44
1 files changed, 0 insertions, 44 deletions
diff --git a/package/efl/libevas/Config.in b/package/efl/libevas/Config.in
index 5b48af22e..637d89553 100644
--- a/package/efl/libevas/Config.in
+++ b/package/efl/libevas/Config.in
@@ -137,50 +137,6 @@ config BR2_PACKAGE_LIBEVAS_GLES_S3C6410
endchoice
-comment "libevas code tuning"
-
-config BR2_PACKAGE_LIBEVAS_DISABLE_C
- bool "libevas disable C code"
- depends on BR2_PACKAGE_LIBEVAS_MMX || BR2_PACKAGE_LIBEVAS_SSE || BR2_PACKAGE_LIBEVAS_SSE3
- help
- This disables the generic C fallback code which is not required
- if MMX or SSE is used instead.
-
-config BR2_PACKAGE_LIBEVAS_MMX
- bool "libevas MMX routines"
- depends on BR2_i386 || BR2_x86_64
- help
- This enables the MMX optimized routines. this works for
- Pentium, Pentium 2, Pentium 3, Pentium 4, Athlon and Duron
- processors.
-
-config BR2_PACKAGE_LIBEVAS_SSE
- bool "libevas SSE routines"
- depends on BR2_i386 || BR2_x86_64
- help
- This enables SSE optimizations available in the Pentium 3 and
- 4 cpus (not Athlon and Duron or Pentium 2 or Pentium cpus).
-
-config BR2_PACKAGE_LIBEVAS_SSE3
- bool "libevas SSE3 routines"
- depends on BR2_i386 || BR2_x86_64
- help
- This enables SSE3 optimizations available in the Pentium 4 and
- above cpus.
-
-config BR2_PACKAGE_LIBEVAS_ALTIVEC
- bool "libevas altivec routines"
- depends on BR2_powerpc
- help
- This enables AltiVec optimizations available in some PowerPC cpus.
-
-config BR2_PACKAGE_LIBEVAS_NEON
- bool "libevas neon routines"
- depends on BR2_arm
- help
- This enables NEON optimizations available in some ARM cpus.
-
-
comment "libevas loaders"
config BR2_PACKAGE_LIBEVAS_PNG