Skip to content
Snippets Groups Projects
Commit 7f2ae292 authored by JieunYoon's avatar JieunYoon
Browse files

Fix fx_s4716_longlong.h

parent ec75e847
No related branches found
No related tags found
No related merge requests found
...@@ -6,4 +6,4 @@ typedef long long fx_s4716; ...@@ -6,4 +6,4 @@ typedef long long fx_s4716;
#define FX_S4716_LONGLONG_DIV1(a, b) ((a << 16) / (b)) #define FX_S4716_LONGLONG_DIV1(a, b) ((a << 16) / (b))
#define FX_S4716_LONGLONG_DIV2(a, b) (((a << 8) / (b)) << 8) #define FX_S4716_LONGLONG_DIV2(a, b) (((a << 8) / (b)) << 8)
#define FX_S4716_LONGLONG_DIV3(a, b) (((a << 4) / (b >> 4)) << 8) #define FX_S4716_LONGLONG_DIV3(a, b) (((a << 12) / (b)) << 4)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment