Skip to content

Enable gcc-c-torture suite for hexagon ; Add HVX test for hexagon (#205) #208

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

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

androm3da
Copy link
Member

  • Add HVX intrinsic test for Hexagon

  • Enable gcc torture suite for hexagon

Copy link
Contributor

@SixWeining SixWeining left a comment

Choose a reason for hiding this comment

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

I'm not familiar with hexagon but the CMake-related changes look good to me.


// 128 byte vectors
#define VSIZE_BYTES 128
#define VSIZE_WORDS VSIZE_BYTES / 4
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
#define VSIZE_WORDS VSIZE_BYTES / 4
#define VSIZE_WORDS (VSIZE_BYTES / 4)

…vm#205)

* Add HVX intrinsic test for Hexagon

* Enable gcc torture suite for hexagon
@androm3da androm3da merged commit 0d8b514 into llvm:release/20.x Feb 19, 2025
1 check passed
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