Add NASM support and stub routine for detecting SIMD extensions. git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@15 632fc199-4ca6-4c93-a231-07263d6284db
30 lines
612 B
C
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 */
|
|
|