From: Jérémie Astor Date: Thu, 21 Jan 2021 22:06:39 +0000 (+0100) Subject: :art: Unrolled repeats (missing header) X-Git-Tag: nightly~1032 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=ea039d445a0c9a463a29c3930f28a510d971d471;p=gwion.git :art: Unrolled repeats (missing header) --- diff --git a/include/emit.h b/include/emit.h index 00a88035..301d988d 100644 --- a/include/emit.h +++ b/include/emit.h @@ -20,7 +20,7 @@ struct EmitterInfo_ { VM_Code (*emit_code)(const Emitter); VM_Code code; uint memoize; -// uint unroll; + uint unroll; }; struct Emitter_ {