Skip to content

Grounded SIMD types  #11

@RLH

Description

@RLH

What is the approach going to be for SIMD vector types such as float32x4? Is the hope that the "sufficiently sophisticated compiler" will be able to take an array of float32s and interpret it as an array of float32x4 without hints from the programmer? Alternatively a struct with 4 float32 fields might be recognized as amenable to SIMD instructions being generated by the compiler. Finally what is the relationship between the base types of the value types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions