Actions
Feature #217
openFeature #215: Volatile access
volatile_load and volatile_store intrinsics
Feature #217:
volatile_load and volatile_store intrinsics
Status:
New
Priority:
Normal
Assignee:
-
Category:
Language
Start date:
Due date:
% Done:
0%
Estimated time:
Description
proc volatile_load#[T](source: ^T) -> Tproc volatile_store#[T](target: ^T; value: T)
These are not standard generics, since T does not have to be a pointer.
No data to display
Actions