Skip to content

Consider a vvec multiply and accumulate operation #31

@sebsjames

Description

@sebsjames
vvec<T>::mac (T multiplier, T offset)

And check if compiler already optimizes

vvec<T> v(10, 2);
v *= 3;
v += 6;

to be same as a 'mac' function

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