* abs-diff: result = (src1 > src2) ? (src1-src2) : (src2-src1)
* signed min/max
+\[un]signed min/max instructions are specifically needed for vector reduce min/max operations which are pretty common.
+
# Video
* DCT added as [[sv/remap]] <https://users.cs.cf.ac.uk/Dave.Marshall/Multimedia/node231.html>
signed/unsigned min/max gives more flexibility.
+\[un]signed min/max instructions are specifically needed for vector reduce min/max operations which are pretty common.
+
X-Form
* XO=0001001110, itype=0b00 min, unsigned
# Audio-Video
absdu, TBD, TBD, 10, yes, TBD, no, sv/av_opcodes, 2R1W1w
avgadd, TBD, TBD, 10, yes, TBD, no, sv/av_opcodes, 2R1W1w
-minmax, TBD, TBD, 10, yes, TBD, no, sv/av_opcodes, 2R1W1w
+minmax, TBD, high, 10, yes, TBD, no, sv/av_opcodes, 2R1W1w
absaccs, TBD, TBD, 10, yes, TBD, no, sv/av_opcodes, 3R1W1w
absaccu, TBD, TBD, 10, yes, TBD, no, sv/av_opcodes, 3R1W1w
# BMI group