FreeCalypso > hg > gsm-codec-lib
changeset 501:597b39aef484
libgsmhr1/mathhalf.h: rm unused declarations
for non-saturating functions
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 19 Jun 2024 00:54:44 +0000 |
parents | 66fb1fd032e6 |
children | b0333fa167c3 |
files | libgsmhr1/mathhalf.h |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/libgsmhr1/mathhalf.h Wed Jun 19 00:51:26 2024 +0000 +++ b/libgsmhr1/mathhalf.h Wed Jun 19 00:54:44 2024 +0000 @@ -84,14 +84,4 @@ /************/ Shortword divide_s(Shortword var1, Shortword var2); /* 18 ops */ -/* Non-saturating instructions */ -/*******************************/ -Longword L_add_c(Longword L_Var1, Longword L_Var2); /* 2 ops */ -Longword L_sub_c(Longword L_Var1, Longword L_Var2); /* 2 ops */ -Longword L_sat(Longword L_var1); /* 4 ops */ -Longword L_macNs(Longword L_var3, - Shortword var1, Shortword var2); /* 1 ops */ -Longword L_msuNs(Longword L_var3, - Shortword var1, Shortword var2); /* 1 ops */ - #endif