Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

Comments

Update pyproject.toml to remove -mrdrand#83

Open
m8pple wants to merge 1 commit intocair:mainfrom
m8pple:patch-1
Open

Update pyproject.toml to remove -mrdrand#83
m8pple wants to merge 1 commit intocair:mainfrom
m8pple:patch-1

Conversation

@m8pple
Copy link

@m8pple m8pple commented May 25, 2025

Support for Intel random seed generator was added (57f138a), along with compiler flag '-mdrand'.

Support for Intel random seed was then later removed, but the compiler flag in pyproject.toml was not (0813235).

Removing the compiler flag allows it to build on compilers without compiler support for rdrand, e.g. Apple silicon ARM compilers.

Support for Intel random seed generator was added 
(57f138a), along with compiler flag '-mdrand'.

Support for Intel random seed was then later removed, but the compiler flag in pyproject.toml was not: 
0813235

Removing the compiler flag allows it to build on compilers with compiler support for rdrand, e.g. Apple silicon ARM compilers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant