• Why does Mali T880 does not support VK_EXT_debug_report extension?
    I am using Samsung Galaxy S7 edge with Android 6.0.1
  • Why does Mali T880 does not support VK_EXT_debug_report extension?
    I am using Samsung Galaxy S7 edge with Android 6.0.1
  • Compound Literals with ARMCC: or what does '--gnu'?
    I'd like to use compound literals. So as I found in uVision help that if we use --gnu as additional compiler string, this C99 functionality is given. int y[] = (int []) {1, 2, 3}; // error in strict...
  • Compound Literals with ARMCC: or what does '--gnu'?
    I'd like to use compound literals. So as I found in uVision help that if we use --gnu as additional compiler string, this C99 functionality is given. int y[] = (int []) {1, 2, 3}; // error in strict...
  • ARM MDK: Why does this not compile?
    Hi, I hope someone can help. Code with comments explaining the problem is shown below. char const char_set1[42] = {'A','B','C','D','E','F','G','H', 'I','J','K','L','M','N','O','P', 'Q','R...