Skip to content

Conversation

@RevySR
Copy link
Contributor

No description provided.

@martin-frbg
Copy link
Collaborator

martin-frbg commented May 14, 2025

This change seems to lead to several intrinsics becoming undeclared - would this require additional changes to the (perhaps now outdated) xuantie-specific part of common_riscv64.h, or is it a deeper issue ?

@pz9115
Copy link

This change seems to lead to several intrinsics becoming undeclared - would this require additional changes to the (perhaps now outdated) xuantie-specific part of common_riscv64.h, or is it a deeper issue ?

Agree, I think the xtheadvector intrinsic APIs add the prefix 'th_' to follow the vendor intrinsic naming rule, see https://github.com/riscv-non-isa/riscv-toolchain-conventions/blob/main/src/toolchain-conventions.adoc#list-of-vendor-prefixes

so may update the intrinsic calls with new prefix may fix this problem.

Sign up for freeto 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.

3 participants

@RevySR@martin-frbg@pz9115