Recent content by csigg

  1. C

    Fast Neon 3-Term Cross Product

    Thanks for posting your results. It was very helpful to get me started implementing my own cross product. I thought I would post my version. It looks simpler/faster, but I haven't done any profiling. The 4th component of the result is garbage. float32x4_t cross3( const float32x4_t& v0, const...
Back
Top