You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: boards: intel_adsp/smoke: fix abs() on unsigned value
Fix complier warning about using abs() with unsigned value.
So typecast it into signed 32-bit value first before feeding it
to abs(). The clock on DSP is not fast enough to need 64-bit
math for the extra one signed bit as 32-bit value.
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
0 commit comments