Skip to content

[Arm64] Script SIMD HW intrinsic test like #15771 #9645

@sdmaclea

Description

@sdmaclea

There is a lot of similarity between X86 and ARM64 Simd tests.
They should be able to use same/similar test generation scripting approaches.

X86 added a test generation script in dotnet/coreclr#15771.

Refactor test/templates to allow use on both platforms.

Arm64 has some different issues

  • CoreCLR is ahead of API review & CoreFX. Test will need to be disabled #if.
  • Vector64 is the same length as double, ulong, & long. Therefore Vector64 generics only support 7 primitive types.

category:correctness
theme:intrinsics
skill-level:intermediate
cost:medium

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMItest-enhancementImprovements of test source code

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions