We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The PackSimd.Splat intrinsic definitions is failing lookup because code wasn't setup to handle a scalar arg1
Console.WriteLine($"These should be the same {PackedSimd.Splat(1)} == {Vector128.Create<int>(1)} (and not kill the runtime)");
demonstration