diff options
author | Lepton Wu <[email protected]> | 2019-10-29 17:41:14 -0700 |
---|---|---|
committer | Lepton Wu <[email protected]> | 2019-11-12 18:09:43 +0000 |
commit | 5c2d307a102be0c13d8f0ac483583e5daee6cfad (patch) | |
tree | ce8a559fb185f2cd2c7fcc12f8fc0a1b7f4069f2 /Android.mk | |
parent | 6914b0236f648fa8787dd35a2d4dc0be6d0e03f9 (diff) |
android: mesa: Revert "android: mesa: revert "Enable asm unconditionally""
Commit 45206d7673adb1484cbdb3eadaf82e0849c9cdcf fixed PIC issue of x86 asm stub.
We can enable asm for Android x86 now. This should sightly improve performance.
Acked-by: Eric Anholt <[email protected]>
Acked-by: Eric Engestrom <[email protected]>
Acked-by: Tapani Pälli <[email protected]>
Signed-off-by: Lepton Wu <[email protected]>
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Android.mk b/Android.mk index 19d9e1e0a74..ef496c1e33e 100644 --- a/Android.mk +++ b/Android.mk @@ -84,13 +84,6 @@ endif $(foreach d, $(MESA_BUILD_CLASSIC) $(MESA_BUILD_GALLIUM), $(eval $(d) := true)) -# host and target must be the same arch to generate matypes.h -ifeq ($(TARGET_ARCH),$(HOST_ARCH)) -MESA_ENABLE_ASM := true -else -MESA_ENABLE_ASM := false -endif - ifneq ($(filter true, $(HAVE_GALLIUM_RADEONSI)),) MESA_ENABLE_LLVM := true endif |