jdelauney / SIMD-VectorMath-UnitTest

For testing asm SIMD (SSE/SSE 2/SSE 3/SSE 4.x / AVX /AVX 2) vector math library (2f, 4f, matrix, quaternion...) with Lazarus and FreePascal Compiler
Mozilla Public License 2.0
8 stars 0 forks source link

How to use SIMD-VertorMath in Gray = R*0.299 + G*0.587 + B*0.114 ? #35

Closed dbyoung720 closed 3 years ago

dbyoung720 commented 3 years ago

How to use SIMD-VertorMath in Gray = R0.299 + G0.587 + B*0.114 ?

thank