-
https://github.com/odin-lang/Odin/blob/ae0be9c78587a13857f03cdc08602cf2e6a9282b/core/simd/x86/abm.odin#L6
Simply importing simd/x86 forcibly enables CPU target features, even if a target microarchi…
-
-
`Scalar.Equals` generates around 840 bytes of interpreter opcodes. Seems like it's failing to fully optimize out the type checks, and as a result it looks like it might not be optimizing out the box/u…
-
```csharp
namespace System.Runtime.Intrinsics.Arm;
/// VectorT Summary
public abstract partial class SveFp16 : AdvSimd /// Feature: FEAT_FP16
{
public static unsafe Vector Abs(Vector value)…
a74nh updated
2 months ago
-
We could, for example, bring XxHash3 down into corelib from System.IO.Hashing, delete Marvin, and use XxHash3 in place of it.
```C#
public static IEnumerable GetLengths()
{
for (int i = 0; i <…
-
Good work, but at final link stage, here is an error, can not find sysconf,
platorm win10, idf 3.3/4.3, ttgo example
rqbh updated
2 months ago
-
### 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…
-
`static mut` is almost impossible to use correctly, see https://github.com/rust-lang-nursery/lazy-static.rs/issues/117 for an example in the widely-used `lazy-static`.
You **must** be able to show …
eddyb updated
2 weeks ago
-
- [x] druntime unittests => all druntime tests pass in both arm64 and x86_64 on the DTK
- [x] that last phobos test => one test fail in both arm64 and x86_64 on the DTK (EDIT: not related to this tas…
-
### Describe the project you are working on
Godot C# bindings
### Describe the problem or limitation you are having in your project
For the past weeks, I've been discussing with several Unity…