Skip to content

math: argument reduction inaccurate on s390x for huge inputs for Sin/Cos/SinCos/Tan #29240

@griesemer

Description

@griesemer

Currently, tests for huge arguments for Sin/Cos/SinCos/Tan are disabled for s390x because the respective assembly routines don't reduce input arguments accurately enough.

The assembly routines are fixed; or better, the pure Go code should be used instead if there's no significant performance difference.

See also #29221 for more details.

Metadata

Metadata

Labels

FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.arch-s390xIssues solely affecting the s390x architecture.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions