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:
parent
9d692d0d8b
commit
6e818d42f4
8 changed files with 60 additions and 50 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue