SC_USED_FP
conditional_used_math(extctx.flags & SC_USED_FP);
if (!(extctx.flags & SC_USED_FP))
flags = used_math() ? SC_USED_FP : 0;
if (extctx->flags & SC_USED_FP) {