SIMD won't compile on 32 bit with VS2015

I get the following errors, anybody else seeing this:

1>  c:\dev.github\plugins\modules\juce\modules\juce_dsp\containers\juce_audioblock.h(593): note: see reference to class template instantiation 'juce::dsp::SIMDRegister<float>' being compiled (compiling source file ..\..\JuceLibraryCode\include_juce_dsp.cpp)
1>  c:\dev.github\plugins\modules\juce\modules\juce_dsp\frequency\juce_convolution.h(143): note: see reference to class template instantiation 'juce::dsp::AudioBlock<float>' being compiled (compiling source file ..\..\JuceLibraryCode\include_juce_dsp.cpp)

Also getting lots of:

1>c:\dev.github\plugins\modules\juce\modules\juce_dsp\containers\juce_simdregister.h(189): error C2719: 'v': formal parameter with requested alignment of 16 won't be aligned (compiling source file ..\..\JuceLibraryCode\include_tracktion_plugins.cpp)
1>c:\dev.github\plugins\modules\juce\modules\juce_dsp\containers\juce_simdregister.h(192): error C2719: 'v': formal parameter with requested alignment of 16 won't be aligned (compiling source file ..\..\JuceLibraryCode\include_tracktion_plugins.cpp)
1>c:\dev.github\plugins\modules\juce\modules\juce_dsp\containers\juce_simdregister.h(226): error C2719: 'v': formal parameter with requested alignment of 16 won't be aligned (compiling source file ..\..\JuceLibraryCode\include_tracktion_plugins.cpp)
1>c:\dev.github\plugins\modules\juce\modules\juce_dsp\containers\juce_simdregister.h(229): error C2719: 'v': formal parameter with requested alignment of 16 won't be aligned (compiling source file ..\..\JuceLibraryCode\include_tracktion_plugins.cpp)
1>c:\dev.github\plugins\modules\juce\modules\juce_dsp\containers\juce_simdregister.h(232): error C2719: 'v': formal parameter with requested alignment of 16 won't be aligned (compiling source file ..\..\JuceLibraryCode\include_tracktion_plugins.cpp)

See:

Rail