Skip to content
Snippets Groups Projects
Commit 43fb4f57 authored by James Zern's avatar James Zern
Browse files

cmake: drop HAVE_EDSP

it was removed in:
12a27c01 Remove armv6 references from the build system.

Change-Id: I485548367c5cd8b1a94e4f875ebf9badcfddf344
parent db0cc5b2
No related branches found
No related tags found
2 merge requests!6Rav1e 11 yushin 1,!3Rav1e 10 yushin
...@@ -22,7 +22,6 @@ set(ARCH_X86 0 CACHE NUMBER "Enables X86 architecture.") ...@@ -22,7 +22,6 @@ set(ARCH_X86 0 CACHE NUMBER "Enables X86 architecture.")
set(ARCH_X86_64 0 CACHE NUMBER "Enables X86_64 architecture.") set(ARCH_X86_64 0 CACHE NUMBER "Enables X86_64 architecture.")
# ARM optimization flags. # ARM optimization flags.
set(HAVE_EDSP 0 CACHE NUMBER "Enables EDSP optimizations.")
set(HAVE_NEON 0 CACHE NUMBER "Enables NEON intrinsics optimizations.") set(HAVE_NEON 0 CACHE NUMBER "Enables NEON intrinsics optimizations.")
set(HAVE_NEON_ASM 0 CACHE NUMBER "Enables NEON assembly optimizations.") set(HAVE_NEON_ASM 0 CACHE NUMBER "Enables NEON assembly optimizations.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment