Skip to content

Can SIGILL if compile with cpu features and execute without it #54

@zzau13

Description

@zzau13

At b_escape function can produce SIGILL cpu exception.

If you compile in to target_arch x86_64 and target_feature avx2 and sse2, you will be forced to execute this function in a cpu with the previous characteristics. In any other way it will produce this exception

There is no cheap way to implement runtime detection until rust-lang/rust#57775 is resolved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions