List Question
20 TechQA 2023-11-17T10:10:09.497000Practical advantages of std::copy, std::equal, std::fill over memcpy, memset, memcmp
390 views
Asked by kingsjester
using memcmp for image matching?
162 views
Asked by Eric
Understanding the return from memcmp
297 views
Asked by Fernando Loula
What prevents the compiler from optimizing a hand written memcmp()?
342 views
Asked by Ammar Faizi
Same endian machines but different outputs
27 views
Asked by user3899508
C++17 std::byte produces less optimized code with the standard algorithms in GCC
339 views
Asked by AudioBubble
Merit of signed comparison return of memcmp
59 views
Asked by foreverska
How the memcmp on structure with integer variable in c lang compares. Result is not as expected
136 views
Asked by Geetha Anjali
Are there other C standard library functions like memcmp that have timing side-channel risk?
347 views
Asked by zhxf7481
memcmp difference between gcc 10.3 and gcc 11.1 for char16_t
134 views
Asked by Gert Kommer
Why memcmp return int
142 views
Asked by yfr24493AzzrggAcom
Compare two doubles to see if they are the same NaN
233 views
Asked by BeeOnRope
What exactly does memcmp return?
1.7k views
Asked by 0255 Ajinkya Giri
Comparing integers with memcmp()
1.8k views
Asked by dlb04
Identify exactly where memcmp fails
748 views
Asked by Nadir
static_assert failed: size of struct is not the same as sum of sizes of all properties
21 views
Asked by DarkChocoBar
Test of 8 subsequent bytes isn't translated into a single compare instruction
104 views
Asked by Daniel Langr
How to prevent Atmel Studio gcc 6.3.1 from optimizing 4-byte memcmp() to a 4-byte direct comparison?
273 views
Asked by Andrew Cottrell
C - occasional CPU stall during memcmp on Cortex-R5
97 views
Asked by Floha
How to compare generic structs in C++?
4.3k views
Asked by Fredrik Enetorp