Skip to content

Change representation of instruction set extensions #1009

Open
@serge-sans-paille

Description

Both Intel and ARM have instruction set extensions : fma for intel, i8mm for arm, not counting the avx512 extensions too.
We currently represent these extensions as a parametric type parametrized by the instruction set it extends, eg fma<avx>.

It would be nice to explore a more intuitive representation, maybe avx<fma, ...> ?

Metadata

Assignees

No one assigned

    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