[Bug 226059] Clang produces vmovaps with unaligned operand
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 21 07:35:27 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226059
Dimitry Andric <dim at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|freebsd-bugs at FreeBSD.org |dim at FreeBSD.org
--- Comment #1 from Dimitry Andric <dim at FreeBSD.org> ---
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.
More information about the freebsd-bugs
mailing list