PixelDancerMath

PixelDancerMath or PXDMath is a library of math functions and data structures. Advanced Vector Extensions 2 (AVX2) is used.

Aim

  • Current aim is to integrate SIMD to math functions

  • SSE2 is implemented to Vector2D class.

  • AVX2 is implemented to Vector3D class.

  • AVX2 is implemented to Vector4D class.

Reference

  • Lengyel, E. (2016). Foundations of Game Engine Development: Volume 1: Mathematics. Terathon Software LLC.
  • Green, R. (2003, January 16). Spherical harmonic lighting: The gritty details. Retrieved February 12, 2023, from paper
  • Part 2: AVX Intrinsics. (n.d.). Retrieved February 18, 2023, from site
  • Rust Simd Performance Guide. Vertical and horizontal operations - Rust SIMD Performance Guide. (n.d.). Retrieved February 18, 2023, from site