mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-02 05:56:46 +08:00
Deprecate old and inefficient per instruction asm().
Originally committed as revision 11865 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -21,6 +21,8 @@
|
|||||||
#ifndef FFMPEG_MMX_H
|
#ifndef FFMPEG_MMX_H
|
||||||
#define FFMPEG_MMX_H
|
#define FFMPEG_MMX_H
|
||||||
|
|
||||||
|
#warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected.
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The type of an value that fits in an MMX register (note that long
|
* The type of an value that fits in an MMX register (note that long
|
||||||
* long constant values MUST be suffixed by LL and unsigned long long
|
* long constant values MUST be suffixed by LL and unsigned long long
|
||||||
|
Reference in New Issue
Block a user