1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Documentation fixes

This commit is contained in:
tpoole 2017-08-01 11:22:55 +01:00
parent 9d692d0d8b
commit 6e818d42f4
8 changed files with 60 additions and 50 deletions

View file

@ -47,8 +47,8 @@ namespace SIMDInternal
}
/**
Useful fallback routines to use if the native SIMD op is not supported. You
should never need to use this directly. Use juce_SIMDRegister instead.
Useful fallback routines to use if the native SIMD op is not supported. You
should never need to use this directly. Use juce_SIMDRegister instead.
*/
template <typename ScalarType, typename vSIMDType>
struct SIMDFallbackOps