• std::tuple assembly code
    Hello I try to add some generalization into the C++ project thus I use std::tuple to hold fields. I'm investigating the difference in assembly code between std::get<1>(myClass.myTuple).read() and myClass...
  • Using std::tuple on arm-none-eabi-g++ v8.3.1
    Greetings, Im experiencing strange behaviour of my DS-5 debugger when I try to #include <tuple>. After including this header, my debugger gets messy (i.e Variables window is not showing any local scope...
  • How can I make static library(.a) for mali400?
    Hi, I have built and used libMali.so, libEGL.so, libGLESv1_CM.so, libGLESv2.so for linux target board. But now, I need to make libMali.a instated of .so files. I tried to get the .a but I couldn...
  • libMGD.so trying to load dependencies from wrong path?
    For a 64 bit application we were trying to get the Mali Graphics Debugger to work on an unrooted Huawai Mate 10 Lite. We followed the instructions and added the libMGD.so to the apk and called System...
  • Ne10 fir function
    Hi guys, I am currently using Ne10 library to perform signal processing task on Android device for better performance. I want to do a xcorr on 2 equal size array (say N) and want the output to be 2*N...