JOML-CI / JOML

A Java math library for OpenGL rendering calculations
MIT License
729 stars 104 forks source link

atan2 not using FASTMATH #360

Open haubna opened 1 week ago

haubna commented 1 week ago

Is there a specific reason why the float based org.joml.Math.atan2 function is not using Options.FASTMATH fastAtan2?