Recently, I found Intel post (from 2014) which describes using of arithmetic and logic operators with SIMD data types. I tried to use it in my program, but this doesn't seem to work - compiler just states: "error : no operator "+" matches these operands
1> operand types are: __m128d + __m128d". I'm using Visuald Studio 2019 with Intel C++ Compiler 19.1. I couldn't find anymore information on that feature beside that one link. Is that a deleted feature? Am i doing something wrong? Am I getting something wrong?
↧
Using arithmetic operators with SIMD data types
↧