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

Classify vector crypto extensions in configs. #63

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JingJerYen
Copy link

@JingJerYen JingJerYen commented Jan 26, 2025

Hi all, This pull request addresses compatibility issues with RISC-V compilers that do not support certain vector crypto extensions (e.g., zvbb, zvbc, zvksh). The following changes have been made:

  • Organized vector crypto extensions into sub-directories under configs/.
  • Updated main.go to dynamically check the MARCH option specified in the Makefile, enabling the appropriate configuration based on the available extensions.
  • Use zvfh in MARCH to enable float16, instead of an independent option in Makefile

- Organize vector crypto extensions into sub-directories under configs/
- Use MARCH in the Makefile to conditionally enable float16 support.
Sign up for free to 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.

1 participant