Skip to content

[wasm][interpreter] interpreter splat intrinsics fail #114401

Closed
@lewing

Description

@lewing

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions