Options.USE_MATH_FMA

Whether to try using java.lang.Math.fma() in most matrix/vector/quaternion operations if it is available. If the CPU does <i>not</i> support it, it will be a lot slower than a*b+c and potentially generate a lot of memory allocations for the emulation with java.util.BigDecimal, though.

struct Options
static const
bool USE_MATH_FMA;

Meta