Skip to content

x87 not supported on macos-15 #21987

@rikkimax

Description

@rikkimax

x87 appears to not be available, backend tries to use longdouble module, but its disabled. May effect ldc & rest of compiler to just turn it on.
So filing.

src/dmd/backend/x86/cg87.d(656): Error: undefined identifier ld_zero
[ld_zero,ld_one,ld_pi,ld_log2t,ld_log2e,ld_log2,ld_ln2];
^
src/dmd/backend/x86/cg87.d(656): Error: undefined identifier ld_one
[ld_zero,ld_one,ld_pi,ld_log2t,ld_log2e,ld_log2,ld_ln2];
^
src/dmd/backend/x86/cg87.d(656): Error: undefined identifier ld_pi
[ld_zero,ld_one,ld_pi,ld_log2t,ld_log2e,ld_log2,ld_ln2];
^
src/dmd/backend/x86/cg87.d(656): Error: undefined identifier ld_log2t
[ld_zero,ld_one,ld_pi,ld_log2t,ld_log2e,ld_log2,ld_ln2];
^
src/dmd/backend/x86/cg87.d(656): Error: undefined identifier ld_log2e
[ld_zero,ld_one,ld_pi,ld_log2t,ld_log2e,ld_log2,ld_ln2];
^
src/dmd/backend/x86/cg87.d(656): Error: undefined identifier ld_log2
[ld_zero,ld_one,ld_pi,ld_log2t,ld_log2e,ld_log2,ld_ln2];
^
src/dmd/backend/x86/cg87.d(656): Error: undefined identifier ld_ln2
[ld_zero,ld_one,ld_pi,ld_log2t,ld_log2e,ld_log2,ld_ln2];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions