| DCMF | Convert CCMI_* operations to DCMF_* operations - NOT NECESSARY because this adaptor defines the CCMI ops with the equivalent DCMF op. static DCMF_Op CCMI_Op_to_DCMF_Op[] = { DCMF_UNDEFINED_OP, DCMF_NOOP, DCMF_MAX, DCMF_MIN, DCMF_SUM, DCMF_PROD, DCMF_LAND, DCMF_LOR, DCMF_LXOR, DCMF_BAND, DCMF_BOR, DCMF_BXOR, DCMF_MAXLOC, DCMF_MINLOC, DCMF_USERDEFINED_OP, DCMF_OP_COUNT }; |
1.6.1