• Programming for Aarch64
    Hello, I've been reading some of the documentation for Aarch64 and have a couple of questions about programming. The architecture reference manual contains plenty of up to date information but it's not...
  • Parallel heterogenous computing for IoT-boards and nanocomputers with Armv8 and AArch64 hardware architecture
    This is a guest blog contribution from Arthur Ratz Build and run a modern parallel code in C++17 and CL and SYCL programming model specification on the IoT-boards and innovative tiny-sized...
  • New developer guides for AArch64
    We (Arm's Support and Content Services teams) have been working on creating a Developer Guide for AArch64. They're aimed at anyone wanting a bare-metal focused introduction to the Armv8-A architecture...
  • luajit compilation on aarch64
    Hi, I am trying to build luajit on aarch64 platform. I have downloaded source from https://github.com/cbaylis/luajit-aarch64 . I am getting the below error when I compilled the source. root@node...
  • Updating PC register in aarch64 mode
    Is there a way to update the PC register in the aarch64 mode? When we are at aarch32, we can access PC register directly. But in aarch64 mode, there is no handle to PC register.