Skip to content

22.1.8.4: the five generic routines the M-profile rows supersede, on the Apple rows too - #2

Merged
Sunrisepeak merged 3 commits into
mainfrom
apple-rows-2
Sep 13, 2026
Merged

22.1.8.4: the five generic routines the M-profile rows supersede, on the Apple rows too#2
Sunrisepeak merged 3 commits into
mainfrom
apple-rows-2

Conversation

@Sunrisepeak

Copy link
Copy Markdown
Member

22.1.8.3's Apple selection omitted addsf3, comparesf2, divsi3, mulsf3 and udivsi3, which the package-wide list withholds because builtins/arm/ supplies them on Cortex-M. On an Apple row nothing does, and the package's own objects call them: measured on macos-15 in a consumer's link as ld64.lld: error: undefined symbol: __udivsi3 (from udivmodsi4.o), __addsf3 (from subsf3.o) and __divsi3 (from modsi3.o).

The five are added under cfg(os = "ios"), and the macOS CI job now reads the six symbols back out of the archive, since a build that does not link cannot miss them.

@Sunrisepeak
Sunrisepeak merged commit c578dac into main Sep 13, 2026
2 checks passed
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.

2 participants