Skip to content

Performance improvement of get_detcost() function. #110

@gopinath-vasalamarri

Description

@gopinath-vasalamarri

What is your feature request?

It appears that get_detcost() function relies heavily on fdiv/vdiv instructions. Swapping with fmul instructions should show improvement in CPU cycles.

What solution or approach do you envision?

Here is the associated change -- #108. The description shows the performance improvement seen in a benchmarks. LMK what you think.

How urgent is this for you?

P3 – not blocked; it's an idea

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions