mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
added floating point support, split plan method
This commit is contained in:
parent
53c0656ee7
commit
61bc729974
@ -21,7 +21,7 @@ class Compiler {
|
||||
public:
|
||||
class Client {
|
||||
public:
|
||||
virtual intptr_t getThunk(UnaryOperation op, unsigned size, unsigned resultSize) = 0;
|
||||
virtual intptr_t getThunk(UnaryOperation op, unsigned size) = 0;
|
||||
virtual intptr_t getThunk(BinaryOperation op, unsigned size, unsigned resultSize) = 0;
|
||||
virtual intptr_t getThunk(TernaryOperation op, unsigned size, unsigned resultSize) = 0;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user