Skip to content

simd_op_check tests should be runnable via crosscompilation without setting HL_TARGET #7207

@steven-johnson

Description

@steven-johnson

simd_op_check used to be a single monolithic test, which decided which architecture to run based on the value of HL_TARGET. We recently split the tests up into architecture-specific variants, but the logic for the right host config is still there, meaning that running (say) simd_op_check_arm on x86 does... nothing at all.

The reasonable default should probably instead be to test one (or more) likely targets for that test (eg perhaps x86 should test several simd variants), and just skip the jit testing: it is still valuable to verify that the expected instructions are being generated.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions