-
Issue https://github.com/golang/go/issues/56474 added support for instruction alignment on the amd64 architecture. This is achieved with the PCALIGN assembly pseudo instruction, which inserts NOP's to…
-
Zstandard ([RFC 8878](https://datatracker.ietf.org/doc/html/rfc8878)) is well-positioned to replaced GZIP ([RFC 1952](https://datatracker.ietf.org/doc/html/rfc1952)) as the de-facto compression format…
dsnet updated
2 months ago
-
ESP32(-S3) fp32 division is notoriously slow. It can be made faster several times by using a reciprocal asm sequence, which is accurate to 1 ULP - precise enough for most cases.
ESP32(-S3) ABI specif…
-
**Github username:** @saidqayoumsadat
**Twitter username:** S2AQ143
**Submission hash (on-chain):** 0xa9465f09b2906684a983510bc80a886bbe434fe0e236a2b930984a58e8cf3cf5
**Severity:** gas saving
**Desc…
-
musl provides many math functions in assembly. I thought it'd be nice to leave those as-is and provide a step in the build to assemble all the .s files and produce a `libm-intermediate.a` that we can …
-
It's mostly written in FX Assembly and has so many cutbacks already made. It still gets the SNES up to about 20fps, so this could be a better starting point for the project than using Chocolate Doom …
-
```
{
let a
for { } lt(a, 4) { a := add(a, 2) }
{
mstore(0, a)
a := add(a, 1)
}
}
```
throws
https://github.com/ethereum/solidity/blob/58811f134ac369b20c…
-
The library currently uses [`core::hint::black_box`](https://doc.rust-lang.org/stable/core/hint/fn.black_box.html) as a fallback optimization barrier when needed for architecture support. However, its…
-
### This issue respects the following points:
- [X] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before crea…
-
### Library name and version
Azure.AI.OpenAI 2.0.0-beta.5
### Describe the bug
Azure.AI.OpenAI uses the Autorest.Csharp client code generation. This generated code has optimization when the library…