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

Fix the BUG that functions in intrin.h cannot be used even if it is i… #33

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

Oxygen1a1
Copy link
Contributor

Fix the BUG that functions in intrin.h cannot be used even if it is include <intrin.h>

@SergiusTheBest
Copy link
Owner

@Oxygen1a1 What exact function is not working? I'm trying to add a sample code to demonstrate the issue .

@Oxygen1a1
Copy link
Contributor Author

@Oxygen1a1 What exact function is not working? I'm trying to add a sample code to demonstrate the issue .

intrinsic function from <intrin.h>,like _disable()、_enable() and so on

@Oxygen1a1
Copy link
Contributor Author

I have added the demonstrate of this issue and submitted it. hope you can accept this PR : ).

@SergiusTheBest
Copy link
Owner

@Oxygen1a1 That's weird as it compiles for me without any changes. What compiler do you use?

@Oxygen1a1
Copy link
Contributor Author

@Oxygen1a1 That's weird as it compiles for me without any changes. What compiler do you use?

I use vs2019 sdk&wdk version: 10.0.19041.0 with msvc complier

@SergiusTheBest SergiusTheBest added the bug Something isn't working label Aug 13, 2024
@SergiusTheBest SergiusTheBest merged commit 79a45e7 into SergiusTheBest:master Aug 13, 2024
3 checks passed
@SergiusTheBest
Copy link
Owner

@Oxygen1a1 Looks good! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants