Skip to content

Add FP16 detect for RVV#9892

Merged
copybara-service[bot] merged 1 commit intomasterfrom
test_895524742
Apr 7, 2026
Merged

Add FP16 detect for RVV#9892
copybara-service[bot] merged 1 commit intomasterfrom
test_895524742

Conversation

@copybara-service
Copy link
Copy Markdown
Contributor

Add FP16 detect for RVV

PiperOrigin-RevId: 895620684
@copybara-service copybara-service bot merged commit aee6b1b into master Apr 7, 2026
@copybara-service copybara-service bot deleted the test_895524742 branch April 7, 2026 02:56

#ifndef RISCV_HWPROBE_EXT_ZVFH
/* Bit 20 represents the Zvfh (Vector Float16) extension */
#define RISCV_HWPROBE_EXT_ZVFH (1ULL << 20)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be (1ULL << 30) rather than 20 ?

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.

2 participants