Skip to content

SIMD targets for Clash? #235

Open
Open
@chadbrewbaker

Description

@chadbrewbaker

Listening to Ed's ZuriHac talk, how hard would it be to goose Clash so that it emits AVX512 assembler?

Something as simple as adding two vectors would be extremely useful:

void addVector (int a[], int b[], int c[], int size){
  int i;
  for(i=0;i<size;i++)
     c[i] = a[i]+b[i];
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions