[issue41090] Support for "Apple Silicon"

2020-06-23 Thread Ronald Oussoren
Ronald Oussoren added the comment: I only know what's on Apple website. There will be documentation, and there is developer hardware. I do have a VM running the new macOS with a version of Xcode that can compile for the new hardware, but that's where it ends for me. -- _

[issue41090] Support for "Apple Silicon"

2020-06-23 Thread Mark Dickinson
Mark Dickinson added the comment: > a bit off-topic for this issue Apologies: on reflection, it's way off-topic. Please ignore this and the last message; I'll find a more appropriate place to take this up. -- ___ Python tracker

[issue41090] Support for "Apple Silicon"

2020-06-23 Thread Mark Dickinson
Mark Dickinson added the comment: @Ronald: a bit off-topic for this issue, but do you know if there are or will be any publicly available developer resources for people moving to Apple Silicon? For obvious reasons, I'm interested in what the floating-point and libm situation is going to look

[issue41090] Support for "Apple Silicon"

2020-06-23 Thread Ronald Oussoren
New submission from Ronald Oussoren : The attached patch implements "universal2" as an option for "--with-univeral-archs" to enable building "Universal 2" binaries on macOS (with x86_64 and arm64 code). This is an extension of the already existing support for other flavours of fat binaries o