JuliaMath / openlibm

High quality system independent, portable, open source libm implementation
https://openlibm.org
Other
507 stars 139 forks source link

Fix Apple PowerPC build #276

Closed MarcusCalhoun-Lopez closed 1 year ago

MarcusCalhoun-Lopez commented 1 year ago

Apple versions of GCC define ppc instead of powerpc

Fixes #275

barracuda156 commented 1 year ago

@MarcusCalhoun-Lopez @ViralBShah I apologize, I missed this somehow. We also need __ppc64__ there, I believe, or otherwise __POWERPC__ includes both for Apple (and, well, also includes BeOS).

ViralBShah commented 1 year ago

Submit another PR?

barracuda156 commented 2 months ago

Submit another PR?

@ViralBShah Well, https://github.com/JuliaMath/openlibm/pull/303 (I know, yeah)