1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_audio_basics/buffers
reuk 0ac8552a63 AudioBuffer: Fix alignment check on iOS/arm7
On iOS/arm7, double has an alignment of 8 but std::max_align_t has
alignment of 4, so we need to compute our own max_align value.
2020-03-16 16:02:42 +00:00
..
juce_AudioChannelSet.cpp Fixed a typo in AudioChannelSet::ChannelType 2020-03-10 11:10:16 +00:00
juce_AudioChannelSet.h Fixed a typo in AudioChannelSet::ChannelType 2020-03-10 11:10:16 +00:00
juce_AudioDataConverters.cpp Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
juce_AudioDataConverters.h Fixed some warnings on the latest compilers 2019-07-26 12:58:04 +01:00
juce_AudioProcessLoadMeasurer.cpp Fixed some more license headers 2020-03-16 15:14:01 +00:00
juce_AudioProcessLoadMeasurer.h Fixed some more license headers 2020-03-16 15:14:01 +00:00
juce_AudioSampleBuffer.h AudioBuffer: Fix alignment check on iOS/arm7 2020-03-16 16:02:42 +00:00
juce_FloatVectorOperations.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
juce_FloatVectorOperations.h Add documentation tags 2018-03-15 12:10:32 +00:00