https://sourceware.org/bugzilla/show_bug.cgi?id=30953
Guinevere Larsen changed:
What|Removed |Added
Version|unspecified |2.38
--
You are receiving this ma
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: blarsen at redhat dot com
Target Milestone: ---
Compiling the following program with gcc:
int global = 1;
int main() {
asm("vmovd %0, %%xmm0": "=m"(global) : : "xmm
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: blarsen at redhat dot com
Target Milestone: ---
Created attachment 15627
--> https://sourceware.org/bugzilla/attachment.cgi?id=15627&action=edit
small cpp code that rep