Add samples to build/run vector multiplication with RVV instructions Add both int32 and float examples. mhlo.dot MLIR (i8,i8)->i32 (int8 dot product to int32 out) doesn't support RVV codegen at clang trunk. The binary can run successfully on qemu-system. renode will hit illegal instuction for the float example. Change-Id: I6c87211542fea485eda4d3de7da8250ec60e2a01