-
| | |
| --- | --- |
| Bugzilla Link | [43896](https://llvm.org/bz43896) |
| Version | trunk |
| OS | All |
| CC | @bevin-hansson,@bjope,@PiJoules,@zygoloid |
## Extended Description
This is a tick…
-
# Solution
```ts
type IntADT = number | string | bigint;
type DigitLUT = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
type Digit = DigitLUT[number];
type Comparator<
A extends IntAD…
-
### Summary
The use of integer division in the **boostPrice** function will cause a medium impact on the protocol's price calculations as the function may truncate decimal precision, leading to inacc…
-
Hey, thanks a lot for this project which nicely improves the original scangear app!
It works well, except when I try to use the 1200 resolution, which I believe my scanner can handle (Canon Pixma T…
-
Similar to how Parity does this for Polkadot, would be very useful for node operators to attach pre-built binaries to github releases, as well as include rust versions that are used to compile them. T…
wpank updated
2 years ago
-
Right now we have two concepts in the creator for rounding stuff.
We have arithmetics using the custom autograd function to round. However, inside of the autograd the implementation differs. For Fix…
-
We change the string representation of `RealField(XXX)` from
```
Real Field with XX bits of precision
```
to
```
Real Floating-Point Field with XX bits of precision
```
The reason for this change…
-
a good goal would be for a library supporting
- 32 bit signed arithmetic (add, sub, mul div)
- 32 bit signed fixed point fraction arithmetic ie 16.16
i good starting point might be entropers librar…
-
Could you elaborate a little bit more what are the main optimizations of that project that make it faster on 486 and other non pentium CPUs ? README does not tell much.
AFAIK a lot of CPU time in Q…
-
### Motivation
Efficient DSP hardware is typically implemented in fixed point arithmetic:
see https://en.wikipedia.org/wiki/Q_(number_format)
https://ieeexplore.ieee.org/document/7199829
It is …