Good news for Android application developers: the new, tenth version of the Android NDK , released in July, contains as many as three new 64-bit ABIs : arm64-v8a , x86_64 and mips64 , which will have a positive effect on program performance. We are especially pleased to note the support for x86_64 that has appeared, since the Intel team, naturally, took part in this work. By the way, the x86 interface has also been improved, in particular, support for SSSE3 instructions has been added. The default compiler for 64-bit platforms is GCC 4.9. Another important change: GDB has been updated to version 7.6.Source: https://habr.com/ru/post/230699/
All Articles