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

Cannot build on ARM architecture #1

Open
tobitti0 opened this issue Jun 23, 2020 · 1 comment
Open

Cannot build on ARM architecture #1

tobitti0 opened this issue Jun 23, 2020 · 1 comment
Assignees
Labels

Comments

@tobitti0
Copy link
Owner

tobitti0 commented Jun 23, 2020

ARMアーキテクチャではSSE2系命令が使用できないため、mvec.cppの692行目以下でエラーが発生し、ビルドできない。
そのため、RaspberryPiで使用できない。

@tobitti0 tobitti0 added the TODO label Jun 23, 2020
@tobitti0 tobitti0 self-assigned this Jun 23, 2020
@tobitti0
Copy link
Owner Author

DLTcollab/sse2neonを用いることで、RaspberryPiでビルドができることを確認した。
今後、configerもしくはninja、mesonなどを使用し、ARMの時とそうでない時でMakefileを動的に生成するなどする必要がある。

@tobitti0 tobitti0 added bug Something isn't working and removed bug Something isn't working labels Jun 23, 2020
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

1 participant