Skip to content

Consider using vectorization for floating point calculations #162

@austinmorozane

Description

@austinmorozane

Describe the solution you'd like
IEEE Superscalar SIMD architecture / loop parallelism or vectorization in code here can significantly speed up FP calculations, depending on the levels of floating precision needed. I would recommend evaluating how much precision is needed, and consider enabling this compiler optimization if there is room for small inaccuracy, for large speed increases.
A paper with more on the topic can be found here : https://ieeexplore.ieee.org/document/234917 ;

Metadata

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