Skip to content
Snippets Groups Projects
Commit 6aa93689 authored by Mans Rullgard's avatar Mans Rullgard
Browse files

configure: sanitise sparc vis check


It is wrong to force -mcpu=ultrasparc when checking for vis.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent eadfb056
No related merge requests found
......@@ -3100,9 +3100,7 @@ EOF
elif enabled sparc; then
enabled vis &&
check_inline_asm vis '"pdist %f0, %f0, %f0"' -mcpu=ultrasparc &&
add_cflags -mcpu=ultrasparc -mtune=ultrasparc
enabled vis && check_inline_asm vis '"pdist %f0, %f0, %f0"'
elif enabled x86; then
......
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