Skip to content

Minimal implimentation of prefetch #414

Open
@NCGThompson

Description

@NCGThompson

sym::prefetch_read_data
| sym::prefetch_write_data
| sym::prefetch_read_instruction
| sym::prefetch_write_instruction => {
unimplemented!();
}

Currently, all the prefetch operations lead to unimplemented!() macro. However, prefetches are just a suggestion and can be interpreted as a noop, like assume is.

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