|
|
|
|
|
by scatters
3784 days ago
|
|
The interesting thing about changing return types is that you can alter the return type of spectral_contrast to float_t without affecting behavior, since float is promoted to double for argument passing (it's passed and returned in the xmm registers). |
|