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

ARM support? #115

Closed
fxcoudert opened this issue Nov 10, 2022 · 1 comment
Closed

ARM support? #115

fxcoudert opened this issue Nov 10, 2022 · 1 comment
Assignees
Labels

Comments

@fxcoudert
Copy link

Compiling mlkit on Apple Silicon (macOS with an ARM processor) leads to an error because of Intel-specific asm at

__asm__ volatile ("movq %%rsp, %0"

Is mlkit Intel-only?

@melsman
Copy link
Owner

melsman commented Nov 24, 2022

Yes - currently it is x86_64 only... The code generator generates x86_64 assembler...

@melsman melsman closed this as completed Nov 24, 2022
@melsman melsman self-assigned this Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants