-
### Summary
As of Rust 1.71, `integer_arithmetic` started warning for arithmetic operations on user-defined types. On Rust 1.70 and earlier it did not. As far as I can tell, on earlier versions of …
-
```
; wrote /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_lisp_cl-ironclad/cl-ironclad/work/.home/.cache/common-lisp/sbcl-2.4.10-macosx-ppc32/opt/local/var/macports/build/_opt_PPCSnowLeopard…
-
In https://github.com/near/nearcore/issues/8145 we've added clippy as part of the CI.
Now we can enable [clippy::integer_arithmetic](https://rust-lang.github.io/rust-clippy/master/index.html#intege…
-
## Square integers
- code https://github.com/quantumlib/Qualtran/blob/main/qualtran/bloqs/arithmetic/multiplication.py#L93
- ref: https://arxiv.org/abs/2105.12767. pg 76 for Toffoli complexity (te…
-
### Dafny version
VSCode: 1.79.2, Daphny: 4.1.0.0, Extension 3.1.1
### Code to produce this issue
```dafny
method test(a: int)
{
assert exists j :: j < a;
}
```
### Command to run and resu…
-
I noticed that in the QM x86 implementation, when converting the uint8_t value into the range [-8, 7], you're using -8.0, which forces the machine to use floating-point arithmetic. This can slow down …
-
### Description
Converting from `"value": true` or `"value": false` behaves unexpectedly and differently for certain integer types.
I was expecting all conversions from a boolean true/false to i…
-
### 🚀 The feature, motivation and pitch
Currently, there is a [parallel_tool_calls](https://github.com/vllm-project/vllm/blob/18b296fdb2248e8a65bf005e7193ebd523b875b6/vllm/entrypoints/openai/protocol…
-
Wrapping Operations for Integers
These operations have guaranteed wraparound semantics. Failing when the result cause overflow
- +~ (wraparound addition)
- -~ (wraparound subtraction)
- *~ (wrap…
-
This is a primitive Property operation, defined by FIRRTL spec section 25.1.1. General folds for signed arbitrary precision integer arithmetic can be applied, but none were defined in the initial PR. …