rutgers-apl / rlibm-generator

A tool to generate approximations of elementary functions that produce the correctly rounded result for all inputs. This tool can be used for different representations that approximate real numbers.
Other
12 stars 3 forks source link

How to build this? #2

Open Riesi opened 4 months ago

Riesi commented 4 months ago

Hello. I tried to build this on a recent system and failed due to the dependencies not compiling in new gcc. Then I threw it at a Debian 11 box and I was able to build the deps, but the main project didnt compile. Complaining about the lower_bound function.

Can you tell me what system you used. gcc and what not, so I can try to build?

How hard would it be to update the code to recent versions of the deps and gcc?

Thanks, Riesi!

Riesi commented 4 months ago

Ok I managed to build it now on recent libs with minor fixes :) not sure how correct they are though https://github.com/rutgers-apl/rlibm-generator/compare/master...Riesi:rlibm-generator:master