]> git.sesse.net Git - x264/commit
arm: move instructions after '.rept' to separate line
authorJanne Grunau <janne-x264@jannau.net>
Sun, 20 Jul 2014 11:34:27 +0000 (13:34 +0200)
committerFiona Glaser <fiona@x264.com>
Tue, 26 Aug 2014 16:19:18 +0000 (09:19 -0700)
commitfeec4a478bfdfb4426268b2ee79bac473b97488c
tree327f3490cf19feb595185d736d20bad9758f472e
parent6e8971021d2a12505cb2ad9ea677dfc8af676919
arm: move instructions after '.rept' to separate line

The gas manual states "Repeat the sequence of lines between the .rept
directive and the next .endr directive ...". GNU as seems to support
instructions on the same line as .rept anyway but the integrated
assembler in llvm trunk (to be released 3.5 in August 2014) does not.
common/arm/pixel-a.S