https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226059
Dimitry Andric <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #1 from Dimitry Andric <[email protected]> --- I assume this is occurring on i386? And what actual CPU type do you have? If you want to see what clang auto-detects, run: clang -v -march=native -c -x c /dev/null -o /dev/null 2>&1 | grep target-cpu and look for the -target-cpu option. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
