◐ Shell
clean mode source ↗

bpo-41100: fix _decimal for arm64 Mac OS by lawrence-danna-apple · Pull Request #21228 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

skrah

merged 2 commits into

Jun 30, 2020

Conversation

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

@skrah

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

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