java.lang.Object
uk.ac.manchester.tornado.api.TornadoVMIntrinsics
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intatomic_add(IntArray array, int index, int value) Deprecated.
-
Constructor Details
-
TornadoVMIntrinsics
public TornadoVMIntrinsics()Deprecated.
-
-
Method Details
-
atomic_add
Deprecated.Compute (old + value) and store result at location pointed by p. The function returns old.- Parameters:
array-index-value-- Returns:
- old value
-