Skip to content

Is it possible to perform grouped sums in a vector? #365

Open
@velonica0

Description

Hi,
The vredsum instruction reduces all the data in the vector. Can it be grouped and reduced?
For example, for the input [1,2,3,4,5,6,7,8], the output is [10,26]. Every 4 numbers are grouped and added, and the output is still a vector.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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