comparison paste/paste.8444 @ 4928:d62fa2c6ffb2

<mroman_> echo \'double f(double a, double b) { return a + b; }\' | gcc -x c - -o - -S -O3 | paste
author HackBot
date Mon, 29 Sep 2014 08:54:27 +0000
parents
children
comparison
equal deleted inserted replaced
4927:1cb5e0e36251 4928:d62fa2c6ffb2
1 .file ""
2 .text
3 .p2align 4,,15
4 .globl f
5 .type f, @function
6 f:
7 .LFB0:
8 .cfi_startproc
9 addsd %xmm1, %xmm0
10 ret
11 .cfi_endproc
12 .LFE0:
13 .size f, .-f
14 .ident "GCC: (Debian 4.7.2-5) 4.7.2"
15 .section .note.GNU-stack,"",@progbits