summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJukka Ojanen <jukka.ojanen@linkotec.net>2016-03-17 12:19:59 +0200
committerJukka Ojanen <jukka.ojanen@linkotec.net>2016-03-17 12:19:59 +0200
commitb982322767378e5a816e943deea8d8c14f50bf6f (patch)
tree0bbab6e0032df30653e5ed7c6d252795484c5c65 /CMakeLists.txt
parent52beaeb452af124551dbc8bdb29e2cccfce4d2b7 (diff)
downloadffts-b982322767378e5a816e943deea8d8c14f50bf6f.zip
ffts-b982322767378e5a816e943deea8d8c14f50bf6f.tar.gz
Combine neon_static_f.s and neon_static_i.s to neon_static.s
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5104962..58f402b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -367,8 +367,7 @@ if(ENABLE_NEON)
if(DISABLE_DYNAMIC_CODE)
list(APPEND FFTS_SOURCES
- src/neon_static_f.s
- src/neon_static_i.s
+ src/neon_static.s
)
endif(DISABLE_DYNAMIC_CODE)
OpenPOWER on IntegriCloud