comparison libtwamr/namespace.h @ 253:54f6bc41ed10

libtwamr: integrate a* modules
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 05 Apr 2024 06:08:15 +0000
parents 57b4053559ff
children f931e704adc5
comparison
equal deleted inserted replaced
252:57b4053559ff 253:54f6bc41ed10
56 56
57 #define Inv_sqrt AMR__Inv_sqrt 57 #define Inv_sqrt AMR__Inv_sqrt
58 #define Log2 AMR__Log2 58 #define Log2 AMR__Log2
59 #define Pow2 AMR__Pow2 59 #define Pow2 AMR__Pow2
60 60
61 #define A_Refl AMR__A_Refl
62 #define Autocorr AMR__Autocorr
63 #define Az_lsp AMR__Az_lsp
64
65 #define agc_init AMR__agc_init
66 #define agc_reset AMR__agc_reset
67 #define agc_exit AMR__agc_exit
68 #define agc AMR__agc
69 #define agc2 AMR__agc2
70
61 #endif /* include guard */ 71 #endif /* include guard */