Files
mozjpeg/simd/jsimdcfg.inc.h
Pierre Ossman 863946aebd Implement x86 SIMD framework
Add NASM support and stub routine for detecting SIMD extensions.
2009-03-09 13:21:27 +00:00

30 lines
612 B
C

// This file generates the include file for the assembly
// implementations by abusing the C preprocessor.
;
; Automatically generated include file from jsimdcfg.inc.h
;
#define JPEG_INTERNALS
#include "../jpeglib.h"
#include "../jconfig.h"
#include "../jmorecfg.h"
#include "jsimd.h"
#define define(var) %define _cpp_protection_##var
#define definev(var) %define _cpp_protection_##var var
;
; -- jsimd.h
;
definev(JSIMD_NONE)
; Short forms of external names for systems with brain-damaged linkers.
;
#ifdef NEED_SHORT_EXTERNAL_NAMES
definev(jpeg_simd_cpu_support)
#endif /* NEED_SHORT_EXTERNAL_NAMES */