Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 277 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 277 Bytes

RGBAtoBW_BMP

This prject is based on brchiu/RGBAtoBW and with some modifiation. I optimize the kernel algorithm with NEON asm on aarch64

Build & Run

  • C version: make run
  • NEON(aarch64) version: meke ARCH=aarch64 run
  • QEMU (aarch64): make ARCH=qemu_aarch64 run