Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@MengMengDaXiaoJi
Copy link
Contributor

On RISC-V64 platform, '-march=native' is not supported, so we should use '-march=rv64gc' instead.

@ankane
Copy link
Member

ankane commented Jan 13, 2026

Hi @MengMengDaXiaoJi, thanks for the PR. Let's skip passing -march for RISC-V64 (similar to PowerPC).

Edit: It should also be possible to simplify the check to ifeq ($(shell uname -m), riscv64)

@MengMengDaXiaoJi
Copy link
Contributor Author

Thanks, I will check and modify my shell script.

@MengMengDaXiaoJi MengMengDaXiaoJi force-pushed the master branch 2 times, most recently from 482d6e9 to 1f20516 Compare January 14, 2026 02:39
@MengMengDaXiaoJi
Copy link
Contributor Author

Hi @ankane , thanks for your kind suggestion, I modified it.

@ankane ankane merged commit 544686f into pgvector:master Jan 14, 2026
@ankane
Copy link
Member

ankane commented Jan 14, 2026

Great, thanks @MengMengDaXiaoJi!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants