FITFLOP
Home

floating-point-conversion (1 post)


posts by category not found!

Why does GCC use "mov edi, edi" for this unsigned integer to double conversion but not for signed?

Understanding GCCs Use of mov edi edi in Unsigned Integer to Double Conversion The process of converting data types in programming particularly in C and C langu

3 min read 29-09-2024 94
Why does GCC use "mov edi, edi" for this unsigned integer to double conversion but not for signed?
Why does GCC use "mov edi, edi" for this unsigned integer to double conversion but not for signed?