mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Merge pull request #1481 from aharabada/master
Fixed negating floats during comptime
This commit is contained in:
commit
f9d173ea65
1 changed files with 1 additions and 0 deletions
|
@ -7637,6 +7637,7 @@ bool CeContext::Execute(CeFunction* startFunction, uint8* startStackPtr, uint8*
|
|||
break;
|
||||
case CeOp_Neg_F32:
|
||||
CEOP_UNARY(-, float);
|
||||
break;
|
||||
case CeOp_Neg_F64:
|
||||
CEOP_UNARY(-, double);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue