mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- backend update from GZDoom.
This commit is contained in:
parent
26c7bcdca4
commit
5a5f9b8e02
15 changed files with 71 additions and 95 deletions
|
@ -963,7 +963,7 @@ void JitCompiler::EmitFLOP()
|
|||
FuncPtr func = nullptr;
|
||||
switch (C)
|
||||
{
|
||||
default: I_Error("Unknown OP_FLOP subfunction");
|
||||
default: I_Error("Unknown OP_FLOP subfunction"); break;
|
||||
case FLOP_ABS: func = fabs; break;
|
||||
case FLOP_EXP: func = g_exp; break;
|
||||
case FLOP_LOG: func = g_log; break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue