From 46a03b4bad191d3f258660e4d09742e47dee9a4c Mon Sep 17 00:00:00 2001 From: Jukka Ojanen Date: Tue, 10 Mar 2015 17:39:11 +0200 Subject: For the moment assume HAVE_VFP as final fallback --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 383c01f..8dbc7d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,6 +71,8 @@ else() check_include_file(arm_neon.h HAVE_ARM_NEON_H) if(HAVE_ARM_NEON_H) add_definitions(-DHAVE_NEON) + else() + add_definitions(-DHAVE_VFP) endif(HAVE_ARM_NEON_H) endif(HAVE_XMMINTRIN_H) -- cgit v1.1