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:
committed by
Martin Storsjo
parent
2e3eaa0ca4
commit
b95f4256ac
@@ -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 */
|
||||
|
||||
/*************************************************************************
|
||||
|
Reference in New Issue
Block a user