diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2010-04-08 17:22:58 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2010-04-08 17:22:58 +0000 |
| commit | 627f484bce7b572dfcbd13f90f5f6fb083d1008c (patch) | |
| tree | 44e55f6d330d2b0c522f57cae8afcde8d9d33b4c /libopenjpeg/opj_includes.h | |
| parent | d03779ee2a035509737ec452a2f2c75ef4fef032 (diff) | |
Significant optimizations of MCT, DWT, MQ and T1 modules by Peter Wimmer (thanks Peter)
Diffstat (limited to 'libopenjpeg/opj_includes.h')
| -rw-r--r-- | libopenjpeg/opj_includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/opj_includes.h b/libopenjpeg/opj_includes.h index 80d43df9..a0e64a8a 100644 --- a/libopenjpeg/opj_includes.h +++ b/libopenjpeg/opj_includes.h @@ -65,7 +65,7 @@ Most compilers implement their own version of this keyword ... */ #ifndef INLINE #if defined(_MSC_VER) - #define INLINE __inline + #define INLINE __forceinline #elif defined(__GNUC__) #define INLINE __inline__ #elif defined(__MWERKS__) |
