Parent
#58 (Phase 1 MVP: Evidence-Informed Alignment with Deferred Filtering)
What to build
Implement NEON SIMD-accelerated diagonal fill for WFA in phraya-align (aarch64 only). NEON is mandatory on ARM64, so no runtime detection needed - unconditionally compile NEON code on aarch64 targets. Document all unsafe blocks with SAFETY invariants.
This enables performant alignment on ARM64 servers (Graviton, Apple Silicon) without maintaining separate code paths.
Acceptance criteria
Blocked by
#70 (WFA base implementation)
Parent
#58 (Phase 1 MVP: Evidence-Informed Alignment with Deferred Filtering)
What to build
Implement NEON SIMD-accelerated diagonal fill for WFA in phraya-align (aarch64 only). NEON is mandatory on ARM64, so no runtime detection needed - unconditionally compile NEON code on aarch64 targets. Document all unsafe blocks with SAFETY invariants.
This enables performant alignment on ARM64 servers (Graviton, Apple Silicon) without maintaining separate code paths.
Acceptance criteria
Blocked by
#70 (WFA base implementation)