xman

Results 6 issues of xman

- [ ] Convert to and from native 64-bit floats. - [ ] Convert to and from integers.

enhancement

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...

enhancement

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);