Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/include/sof/math/trig.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
#define PI_Q4_28 843314857
#define PI_MUL2_Q4_28 1686629713

int32_t sin_fixed(int32_t w); /* Input is Q4.28, output is Q1.31 */
int32_t sin_fixed(int32_t th_rad_fxp); /* Input is Q4.28, output is Q1.31 */

#endif /* __SOF_MATH_TRIG_H__ */
Loading