xman
xman
- [ ] Convert to and from native 64-bit floats. - [ ] Convert to and from integers.
Posit numbers can be represented exactly with fractions. The mpmath floats are subjected to internal roundings by the precision set and default rounding mode. Setting mpmath floats with extremely large...
Compile error: In file included from /home/xman/projects/tapir-meta.git/tapir/tools/lli/lli.cpp:30: /home/xman/projects/tapir-meta.git/tapir/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h: In member function ‘llvm::Expected llvm::orc::remote::OrcRemoteTargetClient::readMem(char*, llvm::JITTargetAddress, uint64_t)’: /home/xman/projects/tapir-meta.git/tapir/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h:722:26: **error: could not convert ‘((llvm::orc::remote::OrcRemoteTargetClient*)this)->callB(Src, Size)’ from ‘Expected’ to ‘Expected’** return callB(Src, Size);