Rinzii / ccmath

A C++17 Compile Time <cmath> Library
Other
44 stars 9 forks source link

ldexp implementation #22

Closed GDBobby closed 7 months ago

GDBobby commented 7 months ago

equally as accurate as std::sin, 21-26x faster

Rinzii commented 7 months ago

equally as accurate as std::sin, 21-26x faster

Hey Bobby, what is the status of this PR currently?

GDBobby commented 7 months ago

Working on some other stuff at the moment, I'll wrap up the rest of the trig functions and add the unit test in a week or two

GDBobby commented 7 months ago

idk how to re-run the checks but i think i covered all the test cases

Rinzii commented 7 months ago

idk how to re-run the checks but i think i covered all the test cases

Merged some changes I made on origin into your branch. Test will run now! ^^

Rinzii commented 7 months ago

Oh, I see why your failing to build. I made a change to the namespace of bits.hpp. It is no longer ccm::helpers but now ccm::support. Should be trivial to fix.

Rinzii commented 7 months ago

Crap I accidentally merged the PR. Give me a moment to fix this.