aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiao Wang <miaowang@google.com>2015-09-21 16:54:10 -0700
committerMiao Wang <miaowang@google.com>2015-09-21 16:54:10 -0700
commitd78999fcc21cc1c7b46c51cfe1bf2572f6f3a579 (patch)
treee01e97da8291f84387999e92fafdef0698e86e45
parent93c433185767be8a7321fa78979de1d4bcbad8dc (diff)
downloadgemmlowp-d78999fcc21cc1c7b46c51cfe1bf2572f6f3a579.tar.gz
making the gemmlowp token more descriptive
Change-Id: Ieb8a9484b9c207afd70618a11b5abe22d661b438
-rw-r--r--eight_bit_int_gemm/Android.mk2
-rw-r--r--eight_bit_int_gemm/eight_bit_int_gemm.h2
-rw-r--r--profiling/instrumentation.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/eight_bit_int_gemm/Android.mk b/eight_bit_int_gemm/Android.mk
index bca39c5..cc0abdc 100644
--- a/eight_bit_int_gemm/Android.mk
+++ b/eight_bit_int_gemm/Android.mk
@@ -36,7 +36,7 @@ LOCAL_CPP_EXTENSION := .cc
LOCAL_SRC_FILES:= eight_bit_int_gemm.cc
LOCAL_CFLAGS += -no-integrated-as -std=c++11
-LOCAL_CFLAGS += -DGEMMLOWP_USE_OLD_ANDROID_SDK
+LOCAL_CFLAGS += -DGEMMLOWP_USE_STLPORT
LOCAL_C_INCLUDES += external/gemmlowp/
LOCAL_NDK_STL_VARIANT := stlport_static
diff --git a/eight_bit_int_gemm/eight_bit_int_gemm.h b/eight_bit_int_gemm/eight_bit_int_gemm.h
index 37586bd..875a1da 100644
--- a/eight_bit_int_gemm/eight_bit_int_gemm.h
+++ b/eight_bit_int_gemm/eight_bit_int_gemm.h
@@ -17,7 +17,7 @@
#ifndef GEMMLOWP_EIGHT_BIT_INT_GEMM_EIGHT_BIT_INT_GEMM_H_
#define GEMMLOWP_EIGHT_BIT_INT_GEMM_EIGHT_BIT_INT_GEMM_H_
-#ifndef GEMMLOWP_USE_OLD_ANDROID_SDK
+#ifndef GEMMLOWP_USE_STLPORT
#include <cstdint>
#else
#include <stdint.h>
diff --git a/profiling/instrumentation.h b/profiling/instrumentation.h
index a443f96..229d9bc 100644
--- a/profiling/instrumentation.h
+++ b/profiling/instrumentation.h
@@ -27,7 +27,7 @@
#include <pthread.h>
#include <cstdio>
-#ifndef GEMMLOWP_USE_OLD_ANDROID_SDK
+#ifndef GEMMLOWP_USE_STLPORT
#include <cstdint>
#else
#include <stdint.h>