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

[AIE2] Add missing intrinsics. #210

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

SagarMaheshwari99
Copy link
Collaborator

No description provided.

inline __attribute__((always_inline)) void * add_2d_int(void * , int , int , addr_t , addr_t , addr_t & );
inline __attribute__((always_inline)) void * add_2d_byte_int(void * , int , int , addr_t , addr_t , addr_t & );
inline __attribute__((always_inline)) void * add_3d_int(void * , int , int , int , addr_t , addr_t , addr_t & , addr_t , addr_t , addr_t & );
inline __attribute__((always_inline)) void * add_3d_byte_int(void * , int , int , int , addr_t , addr_t , addr_t & , addr_t , addr_t , addr_t & );
Copy link
Collaborator

Choose a reason for hiding this comment

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

Curious: What do we define addr_t to, and does our calling convention support it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

addr_t is typedef'd to int32_t.

@SagarMaheshwari99 SagarMaheshwari99 merged commit 6f6c9bf into aie-public Oct 15, 2024
9 checks passed
@SagarMaheshwari99 SagarMaheshwari99 deleted the sagarm.pub.intrs branch October 15, 2024 10:29
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.

4 participants