template.c: use the same expression
This commit is contained in:
parent
a034af9e7b
commit
96defbf730
@ -239,7 +239,7 @@ main(void)
|
|||||||
#endif
|
#endif
|
||||||
// 1. generate audio data
|
// 1. generate audio data
|
||||||
#if FP_RETURN_TYPE
|
#if FP_RETURN_TYPE
|
||||||
long double bytebeat_res = floor(bytebeat((long double) floor(w)));
|
long double bytebeat_res = floor(bytebeat(floor((long double) w)));
|
||||||
#elif IS_SIGNED
|
#elif IS_SIGNED
|
||||||
intmax_t bytebeat_res = (intmax_t) bytebeat(floor((long double) w));
|
intmax_t bytebeat_res = (intmax_t) bytebeat(floor((long double) w));
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user