Skip to content

cmd/compile,math: improve performance for some math functions for ppc64x #21390

Closed
@laboger

Description

@laboger

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

go tip

What operating system and processor architecture are you using (go env)?

Ubuntu (or any) ppc64le

Making some improvements to several math functions by writing some in asm and implementing some as intrinsics.

I will be creating multiple CLs to do this, so instead of opening multiple issues, I would like to assign them all to this one.

The first change will be to implement the trunc, floor, and ceil functions as intrinsics.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions