Search:

Type: Posts; User: Danielm103

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,307

    Right the intrinsic instruction is _mm_mul_ps,...

    Right the intrinsic instruction is _mm_mul_ps, the benefit is being able to working on 4 floats as a time, of course ymmv : )
  2. Replies
    6
    Views
    1,307

    how about using SIMD? a quick hack with VS ...

    how about using SIMD?

    a quick hack with VS


    #include "stdafx.h"
    #include <iostream>
    #include <vector>

    //0.0965613
Results 1 to 2 of 2