Skip to content

Commit

Permalink
rebase to version 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abulmo committed Sep 1, 2024
1 parent 0e5f16c commit 95190e2
Show file tree
Hide file tree
Showing 75 changed files with 279 additions and 39,086 deletions.
10 changes: 0 additions & 10 deletions src/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := aEdax # should be renamed to lib..aEdax..so afterwords
LOCAL_CFLAGS += -DUNICODE
<<<<<<< HEAD
<<<<<<< HEAD
LOCAL_SRC_FILES := all.c board_sse.c.neon eval_sse.c.neon flip_neon_bitscan.c.neon android/cpu-features.c
LOCAL_ARM_NEON := false
=======
LOCAL_SRC_FILES := all.c
# LOCAL_ARM_NEON := true
>>>>>>> f2da03e (Refine arm builds adding neon support.)
=======
LOCAL_SRC_FILES := all.c board_sse.c.neon eval_sse.c.neon flip_neon_bitscan.c.neon android/cpu-features.c
LOCAL_ARM_NEON := false
>>>>>>> 343493d (More neon/sse optimizations; neon dispatch added for arm32)
# cmd-strip :=
include $(BUILD_EXECUTABLE)
Loading

0 comments on commit 95190e2

Please sign in to comment.