julius
julius copied to clipboard
fix build on Apple Silicon
Apple Silicon builds currently fail because this ifdef
doesn't check for AArch64, and consequently tries to check for x86 extensions that don't exist on ARM. This was the only change needed for the build to succeed.