X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=gmqcc.ini.example;h=20680d372771cc2d0972e8508fa3632ff2cc5849;hb=8c0a280a3e0db2e50998a6bf9623dd7f4cb6fb8c;hp=0a263df6da6631aeabfb159884ee30c3eb2bd093;hpb=2024b3bd7179b3b5a3033c9f485e9fa88e3086dc;p=xonotic%2Fgmqcc.git diff --git a/gmqcc.ini.example b/gmqcc.ini.example index 0a263df..20680d3 100644 --- a/gmqcc.ini.example +++ b/gmqcc.ini.example @@ -62,6 +62,28 @@ FTEPP_PREDEFS = false + #Enable math constant definitions. This only works in combination + #with '-fftepp' and is currently not included by '-std=fteqcc'. + #The following macros will be added: + # + # M_E + # M_LOG2E + # M_LOG10E + # M_LN2 + # M_LN10 + # M_PI + # M_PI_2 + # M_PI_4 + # M_1_PI + # M_2_PI + # M_2_SQRTPI + # M_SQRT2 + # M_SQRT1_2 + # M_TAU + + FTEPP_MATHDEFS = false + + #Allow switch cases to use non constant variables. RELAXED_SWITCH = true