Skip to content
Snippets Groups Projects

community/mpir: enable ppc64le

Merged strophy requested to merge strophy/aports:mpir-ppc64le into master

mpir contains assembly code for some architectures, as well as a generic implementation to ensure build succeeds if hand-optimized assembly code is not available for a particular arch. The generic implementation is used for e.g. riscv64, loongarch64 and s390x. The build attempts to use powerpc64 assembly for ppc64le arch, but it is written for ABIv1, while Alpine uses ABIv2.

This MR forces the ppc64le build to use the generic code instead of assembly, allowing us to enable support for this platform with a slight performance hit.

Edited by strophy

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading