DoxigAlpha

PrefetchOptions

This data structure is used by the Zig language code generation and therefore must be kept in sync with the compiler implementation.

Fields of this type

Fields

#
rw:Rw
Whether the prefetch should prepare for a read or a write.
locality:u2
The data's locality in an inclusive range from 0 to 3.
cache:Cache
The cache that the prefetch should be performed on.

Type definitions in this namespace

Types

#