-
```
What steps will reproduce the problem?
1. Set up a program with fair amount of computations
2. Start profiling
What is the expected output? What do you see instead?
It should run and show the pro…
-
The `UNPACK_PREMULTIPLY_ALPHA_WEBGL` parameter is defined in WebGL 1.0 spec that on its own supports only unsigned normalized pixel formats.
The WebGL 2.0 and the related WebGL extension specs shou…
-
In jsvalue.cpp we have:
```cpp
static int64_t ToInt64(double value) noexcept {
return (std::numeric_limits::min()
-
From this [write up](https://bitbashing.io/comparing-floats.html) float distance could be several times better. I can poke around when implementing `constexpr std::nexttoward` as that is the last outl…
-
```
How can we define the right size of the floating point columns since we
must set the integer and the decimal parts? In MySQL Decimal(15,2) is
different of Decimal (15,8) but both have size 15.
…
-
We need stable and (ideally) portable across encodings representation of floating point numbers.
CBOR supports three basic precision levels:
https://tools.ietf.org/html/rfc7049#section-2.3
As well a…
-
It would be great to have the possibility to choose integer instead of floating point for all measurements.
-
*I'm updating the top post to reflect the discussion going on below, so that you should always be able to get an idea of the current state of the proposal by just reading this post.*
Roadmap
===
…
-
There are many bast ten floating point operations. If possible, let's make things base 16 and use bit shift math. This should save a bunch of flash space since the floating point library is pretty big…
-
(Feature request)
Add proofs of the following floating point theorems:
```
!x . not float_equal x x float_is_nan x
!x . float_unordered x x float_is_nan x
!x . (float_equal x (float_plu…