Pierre Ossman | 82c7f31 | 2009-03-09 13:21:27 +0000 | [diff] [blame] | 1 | // This file generates the include file for the assembly |
| 2 | // implementations by abusing the C preprocessor. |
| 3 | |
| 4 | ; |
| 5 | ; Automatically generated include file from jsimdcfg.inc.h |
| 6 | ; |
| 7 | |
| 8 | #define JPEG_INTERNALS |
| 9 | |
| 10 | #include "../jpeglib.h" |
| 11 | #include "../jconfig.h" |
| 12 | #include "../jmorecfg.h" |
| 13 | #include "jsimd.h" |
| 14 | |
| 15 | #define define(var) %define _cpp_protection_##var |
| 16 | #define definev(var) %define _cpp_protection_##var var |
| 17 | |
| 18 | ; |
| 19 | ; -- jsimd.h |
| 20 | ; |
| 21 | |
| 22 | definev(JSIMD_NONE) |
| 23 | |
| 24 | ; Short forms of external names for systems with brain-damaged linkers. |
| 25 | ; |
| 26 | #ifdef NEED_SHORT_EXTERNAL_NAMES |
| 27 | definev(jpeg_simd_cpu_support) |
| 28 | #endif /* NEED_SHORT_EXTERNAL_NAMES */ |
| 29 | |