Browse By Tags

  • Cannot install DS-5 Community edition on ODROID-XU4

    I downloaded the DS-5 community edition for the ARM website to run it on my ODROID-XU4 (ubuntu 18.04) which is an Armv7-A 32-bits platform. When I run the install shell, I get the following error 

    odroid@odroid:~/Downloads/ds5-ce-linux64-29rel1$ ./install…

  • Optimizing code for ARM: ARMv7, ARMv8, Memory Models and NEON Intrinsics

    Matthew Gretton-Dann titled this presentation: Porting & Optimising Code 32-bit to 64-bit

    The title is accurate but he does a better job of giving a high level overview of the ARMv7 and ARMv8 architecture differences, C++11 memory models (which become…