-
We could use a good fixed point arithmetic library (probably signed).
-
This is more an FYI in case you weren't aware. There's been a long existing bug in e7 where units that penetrate defence by a variable amount (such as straze) won't _actually_ fully penetrate, instead…
-
Before I forget anything
* fma and fmma that do the right thing when one term is smaller
* polynomial multiplication
* block classical, karatsuba, waksman and maybe strassen with fixed-po…
-
# Lines of code
https://github.com/code-423n4/2023-07-moonwell/blob/8694244ebf607a4ed33c0b74f422019fe8eb8d3e/src/core/Oracles/ChainlinkCompositeOracle.sol#L212
# Vulnerability details
## Impact
Th…
-
@jschall once proposed to add those to the set of native DSDL types:
> Can we use a floating point standard that matches IEEE 754 for 16, 32, 64 and 128-bit floats, but also provides for arbitrary …
-
The Lattigo library (https://github.com/tuneinsight/lattigo) is an open source library for lattice-based homomorphic encryption in Go. At v5, they have organized the library into many packages, from l…
asraa updated
5 months ago
-
Hi, thanks for your excellent work to improve the scalability and performance of HLS, which is very helpful for hardware accelerator development.
After looking through your paper and code, I am won…
-
Right now, Venture's arithmetic casts all its arguments to (floating-point) numbers, regardless of whether the operation can be performed in fixed point. This is unexpected and disappointing.
An ins…
-
# Fixed point truncation
## Conceptual overview
Truncate fixed point register to lower precision.
### Current status
Needs to be done manually and is very errorprone.
## Proposal
###…
-
Numbers are currently just numbers as far as the user can tell (sort of, see below), which is nice. Internally, they are either integers or floats, and this leaks out a little bit. I think shielding u…