Skip to content Skip to sidebar Skip to footer
Showing posts with the label Arm

Porting Arm Neon Code To Aarch64, Many Questions

I'm porting some ARM NEON code to 64-bit ARM-v8, but I can't find a good documentation abou… Read more Porting Arm Neon Code To Aarch64, Many Questions

Find The Physical Address Of Exception Vector Table From Kernel Module

I have an android device - Samsung galaxy s2 with kernel version 2.6.35.14 (arm cortex a9) I tried … Read more Find The Physical Address Of Exception Vector Table From Kernel Module

No Qsort_r For Android (or How To Disable Force Thumb To Use Clz In Android Arm Code)

What I want to do (high-level): use qsort_r on Android. There is no default implementation. So I… Read more No Qsort_r For Android (or How To Disable Force Thumb To Use Clz In Android Arm Code)