Skip to content

math/big: use more efficient way to save/restore CF flag #9243

@griesemer

Description

@griesemer

From personal e-mail with Torbjörn Granlund:

"About saving/restoring the CF flag:

RCRQ/RCLQ are really slow on some archs, and slow on other. It is
better to use common insns like SBB Rx,Rx for saving and ADD Rx,Rx
for restoring."

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