Skip to content

Polynomial and data (b and c) are the wrong way around? #33

Description

@henkmuller

#define crc32(a,b,c) asm("crc32 %0, %1, %2" : "+r" (a) : "r" (c), "r" (b))

This seems not right and may cause the issue with repeating numbers?

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