repo.or.cz
/
nasm
/
avx512.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean up unterminated lines
[nasm/avx512.git]
/
test
/
align13.asm
blob
cfc5c68938f21755933b1682c06ee9ac4952da51
1
; Test of non-power-of-2 alignment
2
3
bits
32
4
5
inc
eax
6
inc
eax
7
align
13
8
inc
eax
9
inc
eax
10
align
13
11
inc
eax
12
inc
eax
13
align
13
14
inc
eax
15
inc
eax