Rename SIMD_IS_EMULATED to capability-affirmative HAS_HARDWARE_SIMD

This commit is contained in:
Feoramund
2025-05-29 17:17:51 -04:00
parent edbd247972
commit 45219f240e
4 changed files with 16 additions and 15 deletions
@@ -39,7 +39,7 @@ when ODIN_ARCH == .arm64 || ODIN_ARCH == .arm32 {
// Some targets lack runtime feature detection, and will flat out refuse
// to load binaries that have unknown instructions. This is distinct from
// `simd.IS_EMULATED` as actually good designs support runtime feature
// `simd.HAS_HARDWARE_SIMD` as actually good designs support runtime feature
// detection and that constant establishes a baseline.
//
// See: