-
### 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…
-
**Required Skills:** C++
**Difficulty**: Easy
We should add additional math operations to our fixed-point implementation, so that all calculations can be done purely deterministic.
The [`fpm`…
-
Is there any planned support for fixed point math for MCU's without a FPU? i.e Q16.16
-
**Describe the bug**
In examples, the include path is `fixedmath`.
https://github.com/arturbac/fixed_math/blob/v2.0.0/examples/brief-usage.cc#L5-L6
But the include path is `fixed_math`.
https:…
toge updated
2 months ago
-
I have been using this driver for a couple of days and it has worked great most of the time. However yesterday my ethernet connection went down and I saw these messages in dmesg:
```
03:51:20.508781…
-
This is on mac-arm64 running macOS 15.0 24A335 with Xcode 16.0 16A242d. I expect that this would also occur targeting mac-arm64 on macOS 14 as long as Xcode 16 is used.
While bootstrapping gcc-12.4…
-
with the move of `code.google.com/p/go-freetype` to `github.com/golang/freetype` there has been some API changes, namely the move to `golang.org/x/image/math/fixed` to express font sizes.
more info h…
-
Right now game sets for Vector3, Vector2 and Quaternion same metatable that makes it hard to work with them. See https://github.com/FAForever/fa/pull/6438 . This can be fixed with binary patch as well…
-
Hi pantor.
Kudos for ruckig.
At the moment i implement your source code in c++ runtime environment twincat (17c++) First test cases seems to run smooth and nice. I'm impressed on the performance.
…
-
I was writing some tests for restriction which should return some single stranded products. To compare one of them, I wanted to create a `Dseq` object without a `watson` but with a `crick` strand (and…