mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
changed syntax of Analysis default from Intel to AT&T (#3505)
This commit is contained in:
8
examples/analysis/default.asm
generated
8
examples/analysis/default.asm
generated
@@ -1,6 +1,6 @@
|
||||
code_snippet:
|
||||
vpslldq xmm1, xmm0, 3
|
||||
vaddps xmm0, xmm0, xmm1
|
||||
vmulps xmm1, xmm0, xmm0
|
||||
dec rcx
|
||||
vpslldq $3, %xmm0, %xmm1
|
||||
vaddps %xmm1, %xmm0, %xmm0
|
||||
vmulps %xmm0, %xmm0, %xmm1
|
||||
dec %rcx
|
||||
jne code_snippet
|
||||
|
||||
Reference in New Issue
Block a user