
Go to the source code of this file.
Defines | |
| #define | MM_ACCEL_DJBFFT 0x00000001 |
| #define | MM_ACCEL_X86_MMX 0x80000000 |
| #define | MM_ACCEL_X86_3DNOW 0x40000000 |
| #define | MM_ACCEL_X86_MMXEXT 0x20000000 |
| #define | MM_ACCEL_X86_SSE 0x10000000 |
| #define | MM_ACCEL_X86_3DNOWEXT 0x08000000 |
| #define | MM_ACCEL_PPC_ALTIVEC 0x00010000 |
Functions | |
| uint32_t | mm_accel (void) |
| #define MM_ACCEL_DJBFFT 0x00000001 |
| #define MM_ACCEL_PPC_ALTIVEC 0x00010000 |
Definition at line 38 of file mm_accel.h.
| #define MM_ACCEL_X86_3DNOW 0x40000000 |
Definition at line 32 of file mm_accel.h.
| #define MM_ACCEL_X86_3DNOWEXT 0x08000000 |
Definition at line 35 of file mm_accel.h.
| #define MM_ACCEL_X86_MMX 0x80000000 |
| #define MM_ACCEL_X86_MMXEXT 0x20000000 |
Definition at line 33 of file mm_accel.h.
| #define MM_ACCEL_X86_SSE 0x10000000 |
Definition at line 34 of file mm_accel.h.
| uint32_t mm_accel | ( | void | ) |
1.5.5