Date: Wed, 21 Feb 2018 07:35:25 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 226059] Clang produces vmovaps with unaligned operand Message-ID: <bug-226059-8-UihY0RQ4jC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-226059-8@https.bugs.freebsd.org/bugzilla/> References: <bug-226059-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226059 Dimitry Andric <dim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |dim@FreeBSD.org --- Comment #1 from Dimitry Andric <dim@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=3Dnative -c -x c /dev/null -o /dev/null 2>&1 | grep target-= cpu and look for the -target-cpu option. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226059-8-UihY0RQ4jC>
