-
Hi,
Any plan to support big double? Say, to count division up to n digit precision. You know, like digit of pi calculation but more natural.
Thank you.
-Bee
-
I would like to be able to hide the fact that a KeePass database exists, this is useful when hosting with some commercial cloud provider. I understand the database is encrypted, the point is really to…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR37073](https://bugs.llvm.org/show_bug.cgi?id=37073) |
| Status | NEW |
| Importance | P enhancemen…
-
LLVM now has cross-target support for saturating arithmetic (https://llvm.org/docs/LangRef.html#id2032), we should move away from target specific pattern matching for these instructions.
The minima…
-
Any BLS signature library needs key splitting since afaik no constant-time pairing libraries exist, well not everyone believes the amcl claims. We do not care about the pairing itself being constant …
-
Hi,
we have encountered a small numerical problem in warpAffine which leads to intensity differences of up to 5 pixels, where 0 is expected (and almost everywhere visible).
Normally, I would not ment…
-
### Proposal Details
I propose reconsidering the inclusion of fixed decimal types as a standard language feature.
This has been extensively discussed in these two issues:
- [Issue #12127](https…
-
```
PS E:\C++Project\Test2\Test2> cbmc --no-propagation --cvc5 --outfile Test2.smt2 Test2.cpp
CBMC version 5.95.1 (cbmc-5.95.1) 64-bit x86_64 windows
Parsing Test2.cpp
Test2.cpp
Converting
Type-…
-
```
I'm planning several extensive changes, motivated by a combination of
feature requests, realization of design mistakes, changed focus (today I'm
less interested in emulation of certain aspects of …
-
Doubles/floating points generally not supported.
Example c tests:
```
int bar() {
double foo = 4.0;
if (1 == 1){
foo = 1.0;
}
}
```
```
int bar() {
double foo = 5.0;
i…