about summary refs log tree commit diff stats
path: root/reproducers/issue-1375.c
blob: 63797d7a963e925807903d4accac7b33c5b5a699 (plain) (blame)
1
2
3
4
5
6
7
void main() {
    asm(".intel_syntax noprefix");
    asm("mov rax, 0x000000007fffffff; push rax; mov rax, 0x00000000ffffffff; push rax; movdqu XMM1, [rsp];");
    asm("mov rax, 0x2e711de7aa46af1a; push rax; mov rax, 0x7fffffff7fffffff; push rax; movdqu XMM2, [rsp];");
    asm("addsubps xmm1, xmm2");
    asm("pop rax; pop rax; pop rax; pop rax;");
}