[ARM] Simplify ArchGuard predicates in arm_neon.h.
__ARM_ARCH >= 8 is implied by defined(__aarch64__), so we don't need to guard against both together.
Loading
Please sign in to comment
__ARM_ARCH >= 8 is implied by defined(__aarch64__), so we don't need to guard against both together.