Mercurial > libavcodec.hg
comparison mathops.h @ 9729:8c680e33eeaa libavcodec
MIPS: add MIPS64 and Loongson asm for MAC64/MLS64
| author | mru |
|---|---|
| date | Thu, 28 May 2009 23:19:32 +0000 |
| parents | 599c7bfa6e20 |
| children | 42a126c78744 |
comparison
equal
deleted
inserted
replaced
| 9728:5d5528c6eaf7 | 9729:8c680e33eeaa |
|---|---|
| 26 | 26 |
| 27 #if ARCH_ARM | 27 #if ARCH_ARM |
| 28 # include "arm/mathops.h" | 28 # include "arm/mathops.h" |
| 29 #elif ARCH_BFIN | 29 #elif ARCH_BFIN |
| 30 # include "bfin/mathops.h" | 30 # include "bfin/mathops.h" |
| 31 #elif ARCH_MIPS | |
| 32 # include "mips/mathops.h" | |
| 31 #elif ARCH_PPC | 33 #elif ARCH_PPC |
| 32 # include "ppc/mathops.h" | 34 # include "ppc/mathops.h" |
| 33 #elif ARCH_X86 | 35 #elif ARCH_X86 |
| 34 # include "x86/mathops.h" | 36 # include "x86/mathops.h" |
| 35 #endif | 37 #endif |
