• Unaligned access in stmfd instruction
    I am trying to understand the unaligned access in the arm instruction. I tried to store a register into an unaligned stack pointer using the instruction stmfd. I was expecting a segmentation fault but...
  • No segmentation fault with unaligned access
    Hi all, It is a well known fact that performing an aligned vector load with an unaligned memory address should lead to segmentation fault. However, when I do try to run code segment below using the...
  • On which arm version cores android can run?
    On which arm version cores android can run?
  • simd neon matrix multiplication works worse than simple
    Hi, here is my case: I make the game and go to optimize the mathematical calculations, I have been long and hard (with interruptions) writing math on neon (.s extension files). And in the end I got it...
  • IOS Development Shaking Gesture
    Hi all, In Swift IOS app Development I need help with the code for: When I get the app going I need the function for resetting the app back to the start once I shake the device on the last view controller...