Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn on AVX #4466

Closed
baconpaul opened this issue May 3, 2021 · 0 comments
Closed

Turn on AVX #4466

baconpaul opened this issue May 3, 2021 · 0 comments
Labels
Infrastructure Issues related to repository, CI/CD, installers, etc. Performance
Milestone

Comments

@baconpaul
Copy link
Collaborator

  1. -mavx flag properly on each platform
  2. x86 compile fail if AVX not defined
  3. cpuidcheck at runtime pops error
@baconpaul baconpaul added this to the Surge XT 1.0 milestone May 3, 2021
@baconpaul baconpaul added the Infrastructure Issues related to repository, CI/CD, installers, etc. label May 3, 2021
baconpaul added a commit to baconpaul/surge that referenced this issue May 3, 2021
1. Add the google C++ cpu detection protable code as a submod
2. Turn on AVX flags at build time
3. If you are running on a non-AVX box pop a warning saying may not
   work in the future
4. get popcorn

Closes surge-synthesizer#4466
baconpaul added a commit to baconpaul/surge that referenced this issue May 3, 2021
1. Add the google C++ cpu detection protable code as a submod
2. Turn on AVX flags at build time
3. If you are running on a non-AVX box pop a warning saying may not
   work in the future
4. get popcorn

Closes surge-synthesizer#4466
baconpaul added a commit to baconpaul/surge that referenced this issue May 3, 2021
1. Add the google C++ cpu detection protable code as a submod
2. Turn on AVX flags at build time
3. If you are running on a non-AVX box pop a warning saying may not
   work in the future
4. get popcorn

Closes surge-synthesizer#4466
baconpaul added a commit to baconpaul/surge that referenced this issue May 3, 2021
1. Add CPU detection
2. Turn on AVX flags at build time
3. If you are running on a non-AVX box pop a warning saying may not
   work in the future
4. move the FPUState stuff and reinstate it in XT while at it

Closes surge-synthesizer#4466
baconpaul added a commit to baconpaul/surge that referenced this issue May 3, 2021
1. Add CPU detection
2. Turn on AVX flags at build time
3. If you are running on a non-AVX box pop a warning saying may not
   work in the future
4. move the FPUState stuff and reinstate it in XT while at it

Closes surge-synthesizer#4466
baconpaul added a commit to baconpaul/surge that referenced this issue May 3, 2021
1. Add CPU detection
2. Turn on AVX flags at build time
3. If you are running on a non-AVX box pop a warning saying may not
   work in the future
4. move the FPUState stuff and reinstate it in XT while at it

Closes surge-synthesizer#4466
mkruselj pushed a commit that referenced this issue May 3, 2021
1. Add CPU detection
2. Turn on AVX flags at build time
3. If you are running on a non-AVX box pop a warning saying may not
   work in the future
4. move the FPUState stuff and reinstate it in XT while at it

Closes #4466
@mkruselj mkruselj closed this as completed May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Issues related to repository, CI/CD, installers, etc. Performance
Projects
None yet
Development

No branches or pull requests

2 participants