mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-02 01:59:03 +02:00
Implemented mod operator for complex numbers
This commit is contained in:
@@ -20,6 +20,7 @@ DValue* DtoComplexAdd(Loc& loc, Type* type, DValue* lhs, DValue* rhs);
|
||||
DValue* DtoComplexSub(Loc& loc, Type* type, DValue* lhs, DValue* rhs);
|
||||
DValue* DtoComplexMul(Loc& loc, Type* type, DValue* lhs, DValue* rhs);
|
||||
DValue* DtoComplexDiv(Loc& loc, Type* type, DValue* lhs, DValue* rhs);
|
||||
DValue* DtoComplexRem(Loc& loc, Type* type, DValue* lhs, DValue* rhs);
|
||||
DValue* DtoComplexNeg(Loc& loc, Type* type, DValue* val);
|
||||
|
||||
LLValue* DtoComplexEquals(Loc& loc, TOK op, DValue* lhs, DValue* rhs);
|
||||
|
||||
Reference in New Issue
Block a user