Skip to content

Broadcasted indexing #197

@jlchan

Description

@jlchan

Would it be difficult to add support for broadcasted indexing? For example, accessing arrays/tuples of arrays

function foo(x)
    @avx for i = 1:length(first(x))
        x_i = getindex.(x,i)
    end
end

using @avx gives an Expression not recognized error.

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