numpy / numpy/numpy

Revisit compiler statement reordering fix when we require C99

Open
#11,079 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

17 - Task
Dominant language
Python
Stars
32.8k
Forks
12.8k
Avg merge
1d 7h
Merged PRs (30d)
197

Description

See #11036 and #10370. C99 will provide #pragma STDC FENV_ACCESS ON which should provide a better supported solution to the statement reordering problem.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading issues #11036 and #10370 and locating the existing compiler statement-reordering fix; the issue names no file or test. Revisit the fix when the project requires C99, and assess whether #pragma STDC FENV_ACCESS ON provides the intended supported solution.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
compilers
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.