-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [916e24591f09c6d72462025c5806385eb530ec1f](https://github.com/dotnet/runtime/commit/916…
-
```csharp
public Vector4 Return(Vector4 v) => v;
```
currently emits on arm64:
```asm
; Assembly listing for method Perf_Enum:Return(System.Numerics.Vector4):System.Numerics.Vector4:this
; Emitt…
-
The current value of `cosx_threshold` (1e-30) is equivalent to | x - pi/2 | < 10^{-30}, i.e. the sun is within 10^{-30} radians of the horizon, so that is probably not a useful threshold. This needs …
-
### Run Information
Architecture | x64
-- | --
OS | ubuntu 18.04
Baseline | [e53a3d9a07b269229c677be584fa8c03dcfb9484](https://github.com/dotnet/runtime/commit/e53a3d9a07b269229c677be584fa8c03dc…
-
The BigInteger class is fast already, but after doing a bit-twiddling kata/review on the source code I realized there were some further improvements to be made. Due to the ongoing effort to spanify th…
-
2 different people with the same NRIC number is allowed to exist in the address book, which is not possible in real life, especially since the link provided in the UG that explains about NRICs mention…
-
If these don't match then benchmark times will be either under or over estimated.
Context https://github.com/dotnet/runtime/issues/86033#issuecomment-1546306621
This is the "good" case where the…
-
### Run Information
Architecture | x64
-- | --
OS | ubuntu 18.04
Baseline | [f745eb9faee1bd67886bf7f7b684821424aa014d](https://github.com/dotnet/runtime/commit/f745eb9faee1bd67886bf7f7b684821424…
-
We could do with sprucing up the Sharp Bits with common problems we've encountered in user code since it was first written.
Top of the list is documenting matmul / conv op precision issues:
- bf…
-
For floating point numbers, we don't keep track of trailing zeros that occur after a decimal point. This check needs to be added to the `NumberBuffer.CheckConsistency` method. My first attempt to do t…