Skip to content

Cranelift: how to express polynomial/ #13178

@mkschreder

Description

@mkschreder

How would one express something like NEON polynomial / crypto-ish integer mul (e.g. P8 vmul over GF(2^8)) in cranelift and how much of that can be mapped into what cranelift is able to emit on x86-64 target? Would this be done with multiple clif instructions somehow or is it better to just defer this to interpreted path?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIncorrect behavior in the current implementation that needs fixingcraneliftIssues related to the Cranelift code generator

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions