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

Avoid including internal libintelmath header. #99

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

mbanck-ntap
Copy link
Contributor

This removed the include of <bid_internal.h> and adds the three MASK64 definitions that are used in the code.

Fixes: #97

This removed the include of <bid_internal.h> and adds the three
MASK64 definitions that are used in the code.

Fixes: microsoft#97
@mbanck-ntap mbanck-ntap requested a review from a team as a code owner March 7, 2025 16:20
@lichoil
Copy link

lichoil commented Mar 7, 2025

hi @mbanck-ntap ,may I know the reason why removing this header file out and put MASK64 definitions in stead?

@safern
Copy link
Member

safern commented Mar 7, 2025

@lichoil I think it is to be able to compile in debian.

@diipak-bisht thoughts on this change?

@safern safern requested a review from diipak-bisht March 7, 2025 19:56
@mbanck
Copy link

mbanck commented Mar 8, 2025

@lichoil I think it is to be able to compile in debian.

Exactly.

@diipak-bisht
Copy link
Contributor

I think this is fine change if internal headers are not available in debian unstable @safern. Thanks for contributing this @mbanck

@safern safern merged commit 99c07ce into microsoft:main Mar 12, 2025
4 checks 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.

Source build requires internal intelmath header
6 participants