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

Avoid SSE2 usage on i386 without properly checks. #45

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mymedia2
Copy link
Contributor

The patch introduces a new switch for CMake, -DTG_OWT_ARCH_X86_FORCE_SSE=OFF. It may be used for activate runtime checking via the "cpuid" assembler instruction whether CPU supports the extension. But default, we still assume that SSE2 is always available on a host machine.

The patch introduces a new switch for CMake, -DTG_OWT_ARCH_X86_FORCE_SSE=OFF.
It may be used for activate runtime checking via the "cpuid" assembler
instruction whether CPU supports the extension. But default, we still assume
that SSE2 is always available on a host machine.
@ilya-fedin
Copy link
Contributor

Please, submit source code bits to https://webrtc.github.io/webrtc-org/native-code/ instead, leaving only changes to cmake files.

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.

2 participants