$ 0 0 Adds float64 vectors. The corresponding Intel® AVX instruction is VADDPD.Syntaxextern __m256d _mm256_add_pd(__m256d m1, __m256d m2);Argumentsm1float64 vector used for the operationm2float64 vector also used for the operationDescriptionPerforms a SIMD addition of four packed double-precision floating-point elements (float64 elements) in the first source vector m1 with four float64 elements in the second source vector m2.ReturnsResult of the addition operation.Parent topic: Intrinsics for Arithmetic OperationsSubmit feedback on this help topicIdioma Inglés