Log in

View Full Version : Bulldozer x264 optimisations


Racer
18th February 2012, 00:11
Hello,

as the bulldozer cpu is available now for a while it would be interesting if x264 could be speed up due to the new microarchitecture.
Or is it the fact that x264 can not benefit a of XOP, FMA ...

LoRd_MuldeR
18th February 2012, 00:31
x264 already contains a number of XOP optimizations. See the changelog:
http://mirror01.x264.nl/x264/changelog.txt

FMA only contains floating-point instructions and therefore is not useful for x264:
http://forum.doom9.org/showpost.php?p=1392895&postcount=21

mandarinka
18th February 2012, 01:18
Actually I think x264 uses fma for the macroblock tree analysis too, but that probably has a minor effect.