Fix TARGET_WITH in wrong places.

This commit is contained in:
2023-09-23 19:51:50 +01:00
parent 0bcfa9c5e5
commit d325d82cf1
8 changed files with 27 additions and 29 deletions

View File

@@ -33,9 +33,9 @@
#include "simd.h"
/**
* @brief Calculate Adler-32 checksum for a given data using TARGET_WITH_AVX2 instructions.
* @brief Calculate Adler-32 checksum for a given data using AVX2 instructions.
*
* This function calculates the Adler-32 checksum for a block of data using TARGET_WITH_AVX2 vector instructions.
* This function calculates the Adler-32 checksum for a block of data using AVX2 vector instructions.
*
* @param sum1 Pointer to the variable where the first 16-bit checksum value is stored.
* @param sum2 Pointer to the variable where the second 16-bit checksum value is stored.