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

@@ -75,7 +75,7 @@ TARGET_WITH_CLMUL static __m128i fold(__m128i in, __m128i foldConstants)
}
/**
* @brief Calculate the CRC-64 checksum using TARGET_WITH_CLMUL instruction extension.
* @brief Calculate the CRC-64 checksum using CLMUL instruction extension.
*
* @param previous_crc The previously calculated CRC-64 checksum.
* @param data Pointer to the input data buffer.