diff --git a/gmqcc.ini.example b/gmqcc.ini.example index 3332231..b07651d 100644 --- a/gmqcc.ini.example +++ b/gmqcc.ini.example @@ -232,3 +232,7 @@ # Do not create a RETURN instruction at the end functions of return-type void. VOID_RETURN = true + + # Turn extraction-multiplications such as (a_vector * '0 1 0') + # into direct component accesses + VECTOR_COMPONENTS = true