From fda4f4d02798db01494b777ff46a07db6f6cceca Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Sat, 29 Dec 2012 15:13:28 +0100 Subject: [PATCH] gmqcc.ini.example: VECTOR_COMPONENTS --- gmqcc.ini.example | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2