Most arm64 runtimes make use of auxv HWCAP data in order to determine what CPU features are available. OpenBSD does not currently provide auxv - we either need a way for the kernel to provide this information, or we need to implement CPU capability detection in userland.