Mercurial > libavcodec.hg
comparison mathops.h @ 9679:599c7bfa6e20 libavcodec
mathops: sort arch-specific #include lines
| author | mru |
|---|---|
| date | Wed, 20 May 2009 18:49:55 +0000 |
| parents | f1f95c604b56 |
| children | 8c680e33eeaa |
comparison
equal
deleted
inserted
replaced
| 9678:f1f95c604b56 | 9679:599c7bfa6e20 |
|---|---|
| 22 #ifndef AVCODEC_MATHOPS_H | 22 #ifndef AVCODEC_MATHOPS_H |
| 23 #define AVCODEC_MATHOPS_H | 23 #define AVCODEC_MATHOPS_H |
| 24 | 24 |
| 25 #include "libavutil/common.h" | 25 #include "libavutil/common.h" |
| 26 | 26 |
| 27 #if ARCH_X86 | 27 #if ARCH_ARM |
| 28 # include "x86/mathops.h" | |
| 29 #elif ARCH_ARM | |
| 30 # include "arm/mathops.h" | 28 # include "arm/mathops.h" |
| 29 #elif ARCH_BFIN | |
| 30 # include "bfin/mathops.h" | |
| 31 #elif ARCH_PPC | 31 #elif ARCH_PPC |
| 32 # include "ppc/mathops.h" | 32 # include "ppc/mathops.h" |
| 33 #elif ARCH_BFIN | 33 #elif ARCH_X86 |
| 34 # include "bfin/mathops.h" | 34 # include "x86/mathops.h" |
| 35 #endif | 35 #endif |
| 36 | 36 |
| 37 /* generic implementation */ | 37 /* generic implementation */ |
| 38 | 38 |
| 39 #ifndef MULL | 39 #ifndef MULL |
