Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

How to Disable SIMDCOMP Compilation on other Architectures #517

Closed
Jingwiw opened this issue May 27, 2023 · 3 comments
Closed

How to Disable SIMDCOMP Compilation on other Architectures #517

Jingwiw opened this issue May 27, 2023 · 3 comments

Comments

@Jingwiw
Copy link

Jingwiw commented May 27, 2023

How can I disable the compilation of SIMDCOMP while building on other Architectures like riscv64? It seems that using -DUSE_SIMDCOMP=OFF in my project does not prevent the compilation of SIMDCOMP.

@MBkkt
Copy link
Contributor

MBkkt commented May 27, 2023

I think you need to patch our cmake.
In general just remove it, it should be unused if IRESEARCH_SSE2 not defined
https://github.com/iresearch-toolkit/iresearch/blob/master/core/shared.hpp#L113

@MBkkt
Copy link
Contributor

MBkkt commented May 27, 2023

@gnusi
Copy link
Contributor

gnusi commented May 3, 2024

Project is going to be archived.

@gnusi gnusi closed this as completed May 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants