Skip to content

Optimize with x86/ARM assembly source

  • Write x86 assembly
    • SSE
    • AVX
  • Write ARM assembly
    • Scalable vector extensions
  • Update CMake to run nasm
  • Update CMake to link optimized assembly code or generic
  • Look over AEAD implementation to genericize/optimize in same way
Edited by neuroretransmit