Lisp-Stat / cephes.cl

Wrapper for the Cephes Mathematical Library
https://lisp-stat.github.io/cephes.cl/
Microsoft Public License
15 stars 3 forks source link

Add separate builds of libmd for ARM and Intel macs #5

Closed nathanvy closed 1 year ago

nathanvy commented 1 year ago

Fixes #4

This commit adds two separate prebuilds of libmd for intel and "apple silicon" macs, as well as logic to detect their presence and rebuild the appropriate libraries. This allows cephes to load properly on ARM-based macs without affecting users of other platforms.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

snunez1 commented 1 year ago

Great work! Thanks.