]> git.sesse.net Git - x264/commit
x86: Share the mbtree_propagate_list macro with aarch64
authorMartin Storsjö <martin@martin.st>
Thu, 3 Sep 2015 06:30:43 +0000 (09:30 +0300)
committerHenrik Gramner <henrik@gramner.com>
Sun, 11 Oct 2015 16:44:54 +0000 (18:44 +0200)
commit3e25eab0b7172e3c0b067b8b6d641ce148d03db9
tree93db91411095b3353cc33c8901277a35118e50b2
parent654901dfca73a21e2bb2366dda79eb413e9bfb66
x86: Share the mbtree_propagate_list macro with aarch64

This avoids having to duplicate the same code for all architectures
that implement only the internal part of this function in assembler.
common/aarch64/mc-c.c
common/mc.c
common/mc.h
common/x86/mc-c.c