uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
Originally committed as revision 4356 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8d204aa415
commit
59d8efb340
@ -125,13 +125,13 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef EMULATE_FAST_INT
|
#ifdef EMULATE_FAST_INT
|
||||||
/* note that we don't emulate 64bit ints */
|
|
||||||
typedef signed char int_fast8_t;
|
typedef signed char int_fast8_t;
|
||||||
typedef signed int int_fast16_t;
|
typedef signed int int_fast16_t;
|
||||||
typedef signed int int_fast32_t;
|
typedef signed int int_fast32_t;
|
||||||
typedef unsigned char uint_fast8_t;
|
typedef unsigned char uint_fast8_t;
|
||||||
typedef unsigned int uint_fast16_t;
|
typedef unsigned int uint_fast16_t;
|
||||||
typedef unsigned int uint_fast32_t;
|
typedef unsigned int uint_fast32_t;
|
||||||
|
typedef uint64_t uint_fast64_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef INT_BIT
|
#ifndef INT_BIT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user