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

Adding AVX implementation for mixing audio. #745

Merged
merged 3 commits into from
Aug 3, 2023
Merged

Adding AVX implementation for mixing audio. #745

merged 3 commits into from
Aug 3, 2023

Conversation

RealTimeChris
Copy link
Member

Should significantly increase efficiency on supported platforms. Specify a CMake variable called AVX_TYPE that is set to either T_AVX512, T_AVX2, T_AVX, or T_AVX_FALLBACK to specify each of the respective architectures.

@netlify
Copy link

netlify bot commented Aug 1, 2023

Deploy Preview for dpp-dev ready!

Name Link
🔨 Latest commit 6d08263
🔍 Latest deploy log https://app.netlify.com/sites/dpp-dev/deploys/64cb78d482c4ed0007abac92
😎 Deploy Preview https://deploy-preview-745--dpp-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@craigpipeandpiper craigpipeandpiper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left a review from my work account

include/dpp/isa_detection.hpp Outdated Show resolved Hide resolved
include/dpp/isa_detection.hpp Outdated Show resolved Hide resolved
include/dpp/isa_detection.hpp Outdated Show resolved Hide resolved
src/dpp/discordvoiceclient.cpp Outdated Show resolved Hide resolved
win32/include/openssl/cms.h Outdated Show resolved Hide resolved
@craigpipeandpiper
Copy link

we seem to have picked up a merge conflict from somewhere :(

RealTimeChris and others added 3 commits August 2, 2023 22:13
Should significantly increase efficiency on supported platforms. Specify a CMake variable called AVX_TYPE that is set to either T_AVX512, T_AVX2, T_AVX, or T_AVX_FALLBACK to specify each of the respective architectures.
@braindigitalis braindigitalis merged commit b633491 into brainboxdotcc:dev Aug 3, 2023
24 checks passed
@Commandserver Commandserver added audio audio issues or feature requests enhancement New feature or request labels Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audio audio issues or feature requests enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants