diff --git a/tools/qfcc/source/options.c b/tools/qfcc/source/options.c index ca182431e..f5a01dbf6 100644 --- a/tools/qfcc/source/options.c +++ b/tools/qfcc/source/options.c @@ -58,6 +58,11 @@ options_t options = { .code = { .fast_float = true, .promote_float = true, + .commute_float_add = true, + .commute_float_mul = true, + .commute_float_dot = true, + .anticom_float_cross = true, + .anticom_float_sub = true, }, .warnings = { .uninited_variable = true,