comparison libtwamr/bitno.c @ 355:9beb01439a90

libtwamr: implement DHF check function
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 05 May 2024 21:59:18 +0000
parents f931e704adc5
children
comparison
equal deleted inserted replaced
354:e4ce7972737f 355:9beb01439a90
79 8, 9, 9, 79 8, 9, 9,
80 6 80 6
81 }; 81 };
82 82
83 /* overall table with all parameter sizes for all modes */ 83 /* overall table with all parameter sizes for all modes */
84 const Word16 *bitno[9] = { 84 const Word16 * const bitno[9] = {
85 bitno_MR475, 85 bitno_MR475,
86 bitno_MR515, 86 bitno_MR515,
87 bitno_MR59, 87 bitno_MR59,
88 bitno_MR67, 88 bitno_MR67,
89 bitno_MR74, 89 bitno_MR74,