Skip to content

WIP: aarch64 neon support

Dongju Chae requested to merge dongju-chae/orc:aarch64_support into master

See #2 (closed)

This WIP merge request is to share my progress for aarch64 support. Any feedback (e.g., bugs, coding style, and any suggestions) is welcome :)

CC: @myungjoo

Current progress

  • build/execution on aarch64
  • necessary general instructions
  • SIMD instructions (WIP)
  • example1 checked on aarch64 mobile device

Merge request reports