1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-06-05 22:39:13 +02:00

Add ppc optimization for clz and fixmul

Optimize ppc/ppc64 similar to i386/x86_64, approximately doubling
encoding speed on a Power Mac G5 running OS X 10.5.8.
This commit is contained in:
Mark Harris
2014-05-26 12:23:56 -07:00
committed by Martin Storsjo
parent 2e3eaa0ca4
commit b95f4256ac
6 changed files with 227 additions and 0 deletions

View File

@@ -115,6 +115,9 @@ amm-info@iis.fraunhofer.de
#elif defined(__x86__)
#include "x86/fixmul_x86.h"
#elif defined(__powerpc__)
#include "ppc/fixmul_ppc.h"
#endif /* all cores */
/*************************************************************************