changed syntax of Analysis default from Intel to AT&T (#3505)

This commit is contained in:
Jan
2022-04-08 15:55:32 +02:00
committed by GitHub
parent 0067563ce2
commit cd4d18233e

View File

@@ -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