Skip to content

Add vector scalar multiplication to the mul function #18

@carrot-sticks

Description

@carrot-sticks

Multiplication of vector with scalar is a common operation. I also find the syntax of mul function to be nicer than creating the vector of the required size (mul(v, s) vs. v * f32x4s(s)). Also, it seems natural to try to use this function for it.

If you agree, I could prepare PR.

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