MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / ArithOp

Enum ArithOp

test/threading.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#endif
37
38enum ArithOp { ADD, SUB, DIV, MUL };
39
40void calc(ArithOp opcode, array op1, array op2, float outValue,
41 int iteration_count) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected