mac isa neon update

added float3
restructured the classes to look more like the final version of the x86 classes
This commit is contained in:
marauder2k7 2026-02-27 14:07:26 +00:00
parent 657a606c57
commit d8b511bbf9
4 changed files with 169 additions and 33 deletions

View file

@ -48,6 +48,7 @@ void math_backend::install_from_cpu_flags(uint32_t cpu_flags)
#elif defined(__aarch64__) || defined(__ARM_NEON)
case backend::neon:
float4::dispatch::install_neon();
float3::dispatch::install_neon();
break;
#endif
default: