Skip to content

glibc does not suppot single precision FPU configurations for ARCv3 targets #644

Open
@kolerov

Description

@kolerov

I was refactoring support of ARCv3 in Buildroot and found out that glibc does not supporting single precision FPU configurations for ARCv3 targets. glibc assumes that all FPU registers are 64-bit registers, uses 64-bit FPU instructions only and adjusts __jmp_buf size for 64-bit FPU registers only.

Note that uClibc does not support FPU configurations at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    arc64Everything related to GNU toolchain for ARCv3 and 64-bit ARC cores in particularcomponent: glibcenhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions