Skip to content
Snippets Groups Projects
Unverified Commit 4ad7d210 authored by Doug Nazar's avatar Doug Nazar Committed by Timothy B. Terriberry
Browse files

meson: Fix reporting of cpu family if intrinsics not supported


Signed-off-by: default avatarDoug Nazar <nazard@nazar.ca>
parent 918a09a3
No related branches found
No related tags found
No related merge requests found
......@@ -532,9 +532,9 @@ if not opt_intrinsics.disabled()
endif # opt_rtcd
else
if opt_intrinsics.enabled()
error('intrinsics option enabled, but no intrinsics support for ' + host_machine.get_cpu())
error('intrinsics option enabled, but no intrinsics support for ' + host_cpu_family)
endif
warning('No intrinsics support for ' + host_machine.get_cpu())
warning('No intrinsics support for ' + host_cpu_family)
endif
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment