Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-41100: fix _decimal for arm64 Mac OS #21228

Merged
merged 2 commits into from
Jun 30, 2020

Conversation

lawrence-danna-apple
Copy link
Contributor

@lawrence-danna-apple lawrence-danna-apple commented Jun 30, 2020

add arm64 to the allowable Mac OS arches in mpdecimal.h

https://bugs.python.org/issue41100

add __arm64__ to the allowable Mac OS arches in mpdecimal.h
@skrah skrah merged commit 604d95e into python:master Jun 30, 2020
@skrah
Copy link
Contributor

skrah commented Jun 30, 2020

Thanks! Do we have a buildbot? If the compiler has __uint128_t, we could try to upgrade to the significantly faster -DCONFIG_64 -DANSI -DHAVE_UINT128_T version.

EDIT: ANSI, not ASM.

@ronaldoussoren
Copy link
Contributor

There is no buildbot. I do have a developer transition kit as of today, and can test the options you mention.

arun-mani-j pushed a commit to arun-mani-j/cpython that referenced this pull request Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants