Yes, we need these fixed for VS2015
My work-around for now is to
#ifdef _WIN64
#define JUCE_USE_SIMD 1
#else
#define JUCE_USE_SIMD 0
#endif
in AppConfig.h
Thanks,
Rail
Yes, we need these fixed for VS2015
My work-around for now is to
#ifdef _WIN64
#define JUCE_USE_SIMD 1
#else
#define JUCE_USE_SIMD 0
#endif
in AppConfig.h
Thanks,
Rail