Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion docs/2026.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,22 @@ <h5>Renaming</h5>
<ul>
<li>Rename function SimdVectorProduct to SimdCreateMask.</li>
<li>Rename function Simd::VectorProduct to Simd::CreateMask.</li>
<li>Rename function SimdNeuralAddVectorMultipliedByValue to SimdSynetAddVectorMultipliedByValue.</li>
<li>Rename function Simd::NeuralAddVectorMultipliedByValue to Simd::SynetAddVectorMultipliedByValue.</li>
</ul>
<h5>Improving</h5>
<ul>
<li>Move Base, SSE4.1, AVX2, AVX-512BW, NEON, SVE2 optimizations of function SynetAddVectorMultipliedByValue to separate files.</li>
</ul>
<h5>Removing</h5>
<ul>
<li>Separate support of SVE extension (ARM/ARM64 platform).</li>
</ul>
<h4>Test framework</h4>
<h5>Improving</h5>
<ul>
<li>Move tests of function SynetAddVectorMultipliedByValue from TestNeural.cpp to TestSynetMath.cpp.</li>
</ul>

<a href="#HOME">Home</a>
<hr/>
Expand Down Expand Up @@ -690,7 +701,7 @@ <h5>Improving</h5>
<li>Description of function SimdNeuralDerivativeRelu.</li>
<li>Description of function SimdNeuralPow.</li>
<li>Description of function SimdNeuralProductSum.</li>
<li>Description of function SimdNeuralAddVectorMultipliedByValue.</li>
<li>Description of function SimdSynetAddVectorMultipliedByValue.</li>
<li>Description of function SimdNeuralAddVector.</li>
<li>Description of function SimdNeuralAddValue.</li>
<li>Description of function SimdNeuralUpdateWeights.</li>
Expand Down
1 change: 1 addition & 0 deletions prj/vs2022/Avx2.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<ClCompile Include="..\..\src\Simd\SimdAvx2Synet.cpp" />
<ClCompile Include="..\..\src\Simd\SimdAvx2SynetActivation.cpp" />
<ClCompile Include="..\..\src\Simd\SimdAvx2SynetAdd.cpp" />
<ClCompile Include="..\..\src\Simd\SimdAvx2SynetMath.cpp" />
<ClCompile Include="..\..\src\Simd\SimdAvx2SynetAdd16b.cpp" />
<ClCompile Include="..\..\src\Simd\SimdAvx2SynetConversion.cpp" />
<ClCompile Include="..\..\src\Simd\SimdAvx2SynetConvolution16b.cpp" />
Expand Down
6 changes: 6 additions & 0 deletions prj/vs2022/Avx2.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@
<ClCompile Include="..\..\src\Simd\SimdAvx2SynetAdd.cpp">
<Filter>Avx2\Synet\Other</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Simd\SimdAvx2SynetMath.cpp">
<Filter>Avx2\Synet\Math</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Simd\SimdAvx2SynetAdd16b.cpp">
<Filter>Avx2\Synet\Other</Filter>
</ClCompile>
Expand Down Expand Up @@ -881,6 +884,9 @@
<Filter Include="Avx2\Synet\Other">
<UniqueIdentifier>{060c92c0-25b8-4741-92fa-59e8b81dde16}</UniqueIdentifier>
</Filter>
<Filter Include="Avx2\Synet\Math">
<UniqueIdentifier>{b9e2d3c4-5f60-789a-bcde-f01234567890}</UniqueIdentifier>
</Filter>
<Filter Include="Avx2\Synet\Quantized">
<UniqueIdentifier>{4231543b-7eb7-4d6e-9634-d94c5681cc2d}</UniqueIdentifier>
</Filter>
Expand Down
1 change: 1 addition & 0 deletions prj/vs2022/Avx512bw.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<ClCompile Include="..\..\src\Simd\SimdAvx512bwSynet.cpp" />
<ClCompile Include="..\..\src\Simd\SimdAvx512bwSynetActivation.cpp" />
<ClCompile Include="..\..\src\Simd\SimdAvx512bwSynetAdd.cpp" />
<ClCompile Include="..\..\src\Simd\SimdAvx512bwSynetMath.cpp" />
<ClCompile Include="..\..\src\Simd\SimdAvx512bwSynetAdd16b.cpp" />
<ClCompile Include="..\..\src\Simd\SimdAvx512bwSynetConversion.cpp" />
<ClCompile Include="..\..\src\Simd\SimdAvx512bwSynetConvolution16b.cpp" />
Expand Down
6 changes: 6 additions & 0 deletions prj/vs2022/Avx512bw.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@
<ClCompile Include="..\..\src\Simd\SimdAvx512bwSynetAdd.cpp">
<Filter>Avx512bw\Synet\Other</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Simd\SimdAvx512bwSynetMath.cpp">
<Filter>Avx512bw\Synet\Math</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Simd\SimdAvx512bwSynetAdd16b.cpp">
<Filter>Avx512bw\Synet\Other</Filter>
</ClCompile>
Expand Down Expand Up @@ -549,6 +552,9 @@
<Filter Include="Avx512bw\Synet\Other">
<UniqueIdentifier>{96af6533-5366-481d-b0c1-98688f359626}</UniqueIdentifier>
</Filter>
<Filter Include="Avx512bw\Synet\Math">
<UniqueIdentifier>{c0f3e4d5-6071-89ab-cdef-012345678901}</UniqueIdentifier>
</Filter>
<Filter Include="Avx512bw\Convert">
<UniqueIdentifier>{e83490b5-ddf0-4ee4-98b0-d2c6a065b872}</UniqueIdentifier>
</Filter>
Expand Down
1 change: 1 addition & 0 deletions prj/vs2022/Base.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
<ClCompile Include="..\..\src\Simd\SimdBaseSynet.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetActivation.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetAdd.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetMath.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetAdd16b.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetConversion.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetConvolution16b.cpp" />
Expand Down
6 changes: 6 additions & 0 deletions prj/vs2022/Base.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@
<ClCompile Include="..\..\src\Simd\SimdBaseSynetAdd.cpp">
<Filter>Base\Synet\Other</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Simd\SimdBaseSynetMath.cpp">
<Filter>Base\Synet\Math</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Simd\SimdBaseSynetAdd16b.cpp">
<Filter>Base\Synet\Other</Filter>
</ClCompile>
Expand Down Expand Up @@ -866,6 +869,9 @@
<Filter Include="Base\Synet\Other">
<UniqueIdentifier>{8e40dd5b-5304-43d8-93e9-fbf902e8b4e0}</UniqueIdentifier>
</Filter>
<Filter Include="Base\Synet\Math">
<UniqueIdentifier>{137c37ff-5db2-4273-b166-8e293df23931}</UniqueIdentifier>
</Filter>
<Filter Include="Base\Synet\InnerProduct">
<UniqueIdentifier>{604d9236-47f2-4636-98c7-3e0e5a2629ca}</UniqueIdentifier>
</Filter>
Expand Down
1 change: 1 addition & 0 deletions prj/vs2022/Neon.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<ClCompile Include="..\..\src\Simd\SimdNeonSynet.cpp" />
<ClCompile Include="..\..\src\Simd\SimdNeonSynetActivation.cpp" />
<ClCompile Include="..\..\src\Simd\SimdNeonSynetAdd.cpp" />
<ClCompile Include="..\..\src\Simd\SimdNeonSynetMath.cpp" />
<ClCompile Include="..\..\src\Simd\SimdNeonSynetAdd16b.cpp" />
<ClCompile Include="..\..\src\Simd\SimdNeonSynetNormalize16b.cpp" />
<ClCompile Include="..\..\src\Simd\SimdNeonSynetScale16b.cpp" />
Expand Down
6 changes: 6 additions & 0 deletions prj/vs2022/Neon.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@
<ClCompile Include="..\..\src\Simd\SimdNeonSynetAdd.cpp">
<Filter>Neon\Synet\Other</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Simd\SimdNeonSynetMath.cpp">
<Filter>Neon\Synet\Math</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Simd\SimdNeonSynetAdd16b.cpp">
<Filter>Neon\Synet\Other</Filter>
</ClCompile>
Expand Down Expand Up @@ -477,6 +480,9 @@
<Filter Include="Neon\Synet\Other">
<UniqueIdentifier>{70d03600-18de-48a5-bc25-212969871a71}</UniqueIdentifier>
</Filter>
<Filter Include="Neon\Synet\Math">
<UniqueIdentifier>{d1a4f5e6-7182-9abc-def0-123456789012}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\Simd\SimdNeon.h">
Expand Down
1 change: 1 addition & 0 deletions prj/vs2022/Sse41.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<ClCompile Include="..\..\src\Simd\SimdSse41Synet.cpp" />
<ClCompile Include="..\..\src\Simd\SimdSse41SynetActivation.cpp" />
<ClCompile Include="..\..\src\Simd\SimdSse41SynetAdd.cpp" />
<ClCompile Include="..\..\src\Simd\SimdSse41SynetMath.cpp" />
<ClCompile Include="..\..\src\Simd\SimdSse41SynetAdd16b.cpp" />
<ClCompile Include="..\..\src\Simd\SimdSse41SynetConversion.cpp" />
<ClCompile Include="..\..\src\Simd\SimdSse41SynetConvolution16b.cpp" />
Expand Down
6 changes: 6 additions & 0 deletions prj/vs2022/Sse41.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,9 @@
<ClCompile Include="..\..\src\Simd\SimdSse41SynetAdd.cpp">
<Filter>Sse41\Synet\Other</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Simd\SimdSse41SynetMath.cpp">
<Filter>Sse41\Synet\Math</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Simd\SimdSse41SynetAdd16b.cpp">
<Filter>Sse41\Synet\Other</Filter>
</ClCompile>
Expand Down Expand Up @@ -582,6 +585,9 @@
<Filter Include="Sse41\Synet\Other">
<UniqueIdentifier>{7521bba2-dca9-4177-8ab8-03223a7b4c08}</UniqueIdentifier>
</Filter>
<Filter Include="Sse41\Synet\Math">
<UniqueIdentifier>{a8f1c2d3-4e5f-6789-abcd-ef0123456789}</UniqueIdentifier>
</Filter>
<Filter Include="Sse41\Synet\Normalize">
<UniqueIdentifier>{1e361225-f424-4df8-8665-aa6ec1d864ee}</UniqueIdentifier>
</Filter>
Expand Down
1 change: 1 addition & 0 deletions prj/vs2022/Sve2.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<ClCompile Include="..\..\src\Simd\SimdSve2Synet.cpp" />
<ClCompile Include="..\..\src\Simd\SimdSve2SynetSoftmax16b.cpp" />
<ClCompile Include="..\..\src\Simd\SimdSve2SynetAdd.cpp" />
<ClCompile Include="..\..\src\Simd\SimdSve2SynetMath.cpp" />
<ClCompile Include="..\..\src\Simd\SimdSve2SynetAdd16b.cpp" />
<ClCompile Include="..\..\src\Simd\SimdSve2SynetActivation.cpp" />
<ClCompile Include="..\..\src\Simd\SimdSve2SynetConvolution8i.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions prj/vs2022/Sve2.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,9 @@
<ClCompile Include="..\..\src\Simd\SimdSve2SynetAdd.cpp">
<Filter>Sve2\Synet\Math</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Simd\SimdSve2SynetMath.cpp">
<Filter>Sve2\Synet\Math</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Simd\SimdSve2SynetAdd16b.cpp">
<Filter>Sve2\Synet\Math</Filter>
</ClCompile>
Expand Down
1 change: 1 addition & 0 deletions prj/vs2022/Test.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<ClCompile Include="..\..\src\Test\TestSynet.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetActivation.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetAdd.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetMath.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetConversion.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetConvolution16b.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetConvolution32f.cpp" />
Expand Down
6 changes: 6 additions & 0 deletions prj/vs2022/Test.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@
<ClCompile Include="..\..\src\Test\TestSynetAdd.cpp">
<Filter>Test\Synet\Other</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Test\TestSynetMath.cpp">
<Filter>Test\Synet\Math</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Test\TestSynetConversion.cpp">
<Filter>Test\Synet\Other</Filter>
</ClCompile>
Expand Down Expand Up @@ -413,6 +416,9 @@
<Filter Include="Test\Synet\Other">
<UniqueIdentifier>{11a212bb-9bd8-47bd-ad41-ccdde5c25c10}</UniqueIdentifier>
</Filter>
<Filter Include="Test\Synet\Math">
<UniqueIdentifier>{8cc7b54c-1fd3-4516-83f4-95342005063d}</UniqueIdentifier>
</Filter>
<Filter Include="Test\Synet\Normalize">
<UniqueIdentifier>{5027f37e-3061-4ab5-aa0a-79e863f0fed0}</UniqueIdentifier>
</Filter>
Expand Down
4 changes: 2 additions & 2 deletions src/Simd/SimdAvx2.h
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,6 @@ namespace Simd

void NeuralProductSum(const float * a, const float * b, size_t size, float * sum);

void NeuralAddVectorMultipliedByValue(const float * src, size_t size, const float * value, float * dst);

void NeuralDerivativeRelu(const float* src, size_t size, const float* slope, float* dst);

void NeuralDerivativeTanh(const float* src, size_t size, const float* slope, float* dst);
Expand Down Expand Up @@ -499,6 +497,8 @@ namespace Simd

void SynetAddBias(const float* bias, size_t channels, size_t spatial, float* dst, SimdTensorFormatType format);

void SynetAddVectorMultipliedByValue(const float * src, size_t size, const float * value, float * dst);

void SynetChannelSum16b(const uint16_t* src, size_t channels, size_t spatial, SimdTensorFormatType format, float* sum);

void SynetConvert32fTo8u(const float* src, size_t batch, size_t channels, size_t height, size_t width, SimdTensorFormatType format,
Expand Down
12 changes: 0 additions & 12 deletions src/Simd/SimdAvx2Neural.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,18 +270,6 @@ namespace Simd

//-------------------------------------------------------------------------------------------------

void NeuralAddVectorMultipliedByValue(const float * src, size_t size, const float * value, float * dst)
{
size_t aligned = AlignLo(size, QF);
size_t partial = AlignLo(size, F);
if (Aligned(src) && Aligned(dst))
AddMultiplied<true>(src, aligned, partial, size, *value, dst);
else
AddMultiplied<false>(src, aligned, partial, size, *value, dst);
}

//-------------------------------------------------------------------------------------------------

template <bool align> SIMD_INLINE void NeuralDerivativeSigmoid(const float* src, size_t size, const float* slope, float* dst)
{
size_t alignedSize = Simd::AlignLo(size, F);
Expand Down
46 changes: 46 additions & 0 deletions src/Simd/SimdAvx2SynetMath.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
/*
* Simd Library (http://ermig1979.github.io/Simd).
*
* Copyright (c) 2011-2026 Yermalayeu Ihar.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
#include "Simd/SimdMemory.h"
#include "Simd/SimdStore.h"
#include "Simd/SimdNeural.h"

namespace Simd
{
#ifdef SIMD_AVX2_ENABLE
#if defined(SIMD_SYNET_ENABLE)
namespace Avx2
{
void SynetAddVectorMultipliedByValue(const float * src, size_t size, const float * value, float * dst)
{
size_t aligned = AlignLo(size, QF);
size_t partial = AlignLo(size, F);
if (Aligned(src) && Aligned(dst))
AddMultiplied<true>(src, aligned, partial, size, *value, dst);
else
AddMultiplied<false>(src, aligned, partial, size, *value, dst);
}
}
#endif
#endif
}
4 changes: 2 additions & 2 deletions src/Simd/SimdAvx512bw.h
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,6 @@ namespace Simd

void NeuralAddVector(const float* src, size_t size, float* dst);

void NeuralAddVectorMultipliedByValue(const float* src, size_t size, const float* value, float* dst);

void NeuralConvert(const uint8_t * src, size_t srcStride, size_t width, size_t height, float * dst, size_t dstStride, int inversion);

void NeuralConvolutionForward(const float* src, size_t srcWidth, size_t srcHeight, size_t srcDepth, const float* weight,
Expand Down Expand Up @@ -493,6 +491,8 @@ namespace Simd

void SynetAddBias(const float* bias, size_t channels, size_t spatial, float* dst, SimdTensorFormatType format);

void SynetAddVectorMultipliedByValue(const float* src, size_t size, const float* value, float* dst);

void SynetChannelSum16b(const uint16_t* src, size_t channels, size_t spatial, SimdTensorFormatType format, float* sum);

void SynetConvert32fTo8u(const float* src, size_t batch, size_t channels, size_t height, size_t width, SimdTensorFormatType format,
Expand Down
12 changes: 0 additions & 12 deletions src/Simd/SimdAvx512bwNeural.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,6 @@ namespace Simd

//-----------------------------------------------------------------------------------------

void NeuralAddVectorMultipliedByValue(const float* src, size_t size, const float* value, float* dst)
{
size_t aligned = AlignLo(size, QF);
size_t partial = AlignLo(size, F);
if (Aligned(src) && Aligned(dst))
AddMultiplied<true>(src, aligned, partial, size, *value, dst);
else
AddMultiplied<false>(src, aligned, partial, size, *value, dst);
}

//-----------------------------------------------------------------------------------------

template <bool align, bool mask> SIMD_INLINE void AdaptiveGradientUpdate(const float* delta, const __m512& norm, const __m512& alpha, const __m512& epsilon, float* gradient, float* weight, __mmask16 m)
{
__m512 _delta = Load<align, mask>(delta, m);
Expand Down
46 changes: 46 additions & 0 deletions src/Simd/SimdAvx512bwSynetMath.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
/*
* Simd Library (http://ermig1979.github.io/Simd).
*
* Copyright (c) 2011-2026 Yermalayeu Ihar.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
#include "Simd/SimdMemory.h"
#include "Simd/SimdStore.h"
#include "Simd/SimdNeural.h"

namespace Simd
{
#ifdef SIMD_AVX512BW_ENABLE
#if defined(SIMD_SYNET_ENABLE)
namespace Avx512bw
{
void SynetAddVectorMultipliedByValue(const float* src, size_t size, const float* value, float* dst)
{
size_t aligned = AlignLo(size, QF);
size_t partial = AlignLo(size, F);
if (Aligned(src) && Aligned(dst))
AddMultiplied<true>(src, aligned, partial, size, *value, dst);
else
AddMultiplied<false>(src, aligned, partial, size, *value, dst);
}
}
#endif
#endif
}
Loading