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

Use Inline assembly for msvc target from non-windows host #342

Merged
merged 1 commit into from
Feb 22, 2016
Merged

Use Inline assembly for msvc target from non-windows host #342

merged 1 commit into from
Feb 22, 2016

Conversation

alexchandel
Copy link
Contributor

When cross-compiling for msvc from a non-windows host, inline assembly is typically supported (for example via clang or clang-cl). Given that clang also doesn't support masm or have ml.exe compatibility, it's Most Unexceptional to use the C implementations of util_helpers and aesni_helpers.

When cross-compiling for msvc from a non-windows host, inline assembly is typically supported (for example via clang or clang-cl). Given that clang also doesn't support masm or have ml.exe compatibility, it's best to use the C implementations of `util_helpers` and `aesni_helpers`.
@DaGenix
Copy link
Owner

DaGenix commented Feb 22, 2016

Thanks!

DaGenix added a commit that referenced this pull request Feb 22, 2016
Use Inline assembly for msvc target from non-windows host
@DaGenix DaGenix merged commit c6836f9 into DaGenix:master Feb 22, 2016
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