14 lines
354 B
ArmAsm
14 lines
354 B
ArmAsm
#include "mangle.h"
|
|
#define MPL_DCT64 FUNC(dct64_sse)
|
|
#define SYNTH_NAME ASM_NAME(synth_1to1_sse_asm)
|
|
#include "synth_sse3d.h"
|
|
|
|
#if defined(PIC) && defined(__APPLE__)
|
|
.section __IMPORT,__jump_table,symbol_stubs,self_modifying_code+pure_instructions,5
|
|
L_dct64_sse:
|
|
.indirect_symbol ASM_NAME(dct64_sse)
|
|
hlt ; hlt ; hlt ; hlt ; hlt
|
|
#endif
|
|
|
|
NONEXEC_STACK
|