Disable SIMD AVX decoder

master
Xavier Arteaga 4 years ago committed by Andre Puschmann
parent bd68e5f3b3
commit c2bc042713

@ -104,7 +104,7 @@ int main(int argc, char** argv)
}
srslte_sch_nr_args_t args = {};
args.disable_simd = false;
args.disable_simd = true;
if (srslte_sch_nr_init_tx(&sch_nr_tx, &args) < SRSLTE_SUCCESS) {
ERROR("Error initiating SCH NR for Tx\n");
goto clean_exit;

Loading…
Cancel
Save