Various Android updates

This commit is contained in:
Dimitris Panokostas 2019-09-02 15:01:01 +02:00
parent 024d624006
commit 77cff6067d
31 changed files with 314 additions and 249 deletions

View file

@ -2338,7 +2338,6 @@ Don't touch this if you don't know what you are doing. */
#define DATA_POINTER(n) (line_data[lineno] + (n) * MAX_WORDS_PER_LINE * 2)
#if defined(CPU_AARCH64) || defined(USE_ARMNEON) && !defined(ANDROID)
// FIXME: these neon helper functions caused text rel problem on android
#ifdef __cplusplus
extern "C" {