2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD
Notes: * blenderbuttons and ICON_SNAP_PEEL_OBJECT were not merged.
This commit is contained in:
7
extern/libopenjpeg/opj_includes.h
vendored
7
extern/libopenjpeg/opj_includes.h
vendored
@@ -88,6 +88,12 @@ Most compilers implement their own version of this keyword ...
|
||||
|
||||
/* MSVC does not have lrintf */
|
||||
#ifdef _MSC_VER
|
||||
#ifdef _M_X64
|
||||
#include <emmintrin.h>
|
||||
static INLINE long lrintf(float f) {
|
||||
return _mm_cvtss_si32(_mm_load_ss(&f));
|
||||
}
|
||||
#else
|
||||
static INLINE long lrintf(float f){
|
||||
int i;
|
||||
|
||||
@@ -99,6 +105,7 @@ static INLINE long lrintf(float f){
|
||||
return i;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "j2k_lib.h"
|
||||
#include "opj_malloc.h"
|
||||
|
Reference in New Issue
Block a user