Skip to content

Additions to SIMDWrapper

Arthur Marius Hennequin requested to merge ahennequ_simdwrapper into master

SIMDWrapper:

  • add sse backend
  • add fast rcp function (1/x)
  • add fast rsqrt function (1/sqrt(x))
  • add testbit function to mask_v

Vec3:

  • add +,-,* with scalar
  • add normalize function

@olupton @sponce FYI and if you have any comment / suggestions on what else to add

Edited by Arthur Marius Hennequin

Merge request reports