Skip to content

possible comma misuse warning in shuffle2x2.h #146

@peabody-korg

Description

@peabody-korg

xcode SSE build, dev branch at dcc04d1

Possible misuse of comma operator here:

line 277:
float32<4> fa, fb; fa = a, fb = b;

line 282:
float32<4> fa, fb; fa = a, fb = b;

guessing both of these should probably be semicolons instead.

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