Skip to content

Missing fastmath flag in some njit functions #1059

Closed
@NimaSarajpoor

Description

@NimaSarajpoor

As mentioned in PR #1025 (See this comment), all njit functions must have fastmath flag. This issue is created so that this can be addressed separately. After that, we can resume PR #1048 and finish it. Then, we can resume the work on #1025. ( I am trying to stay on the current track as much as possible while addressing "necessary" changes.)

I've created the script check_fastmath.py in the root directory and executed it via ./test.sh. The tests fail which is expected. So, the next step is to add fastmath flags to those njit functions.

@seanlaw
Do you think creating this new issue complicates our flow? If not, I can push the changes from my local branch to remote branch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions