fix LBR_NFA_VSHUF compilation errors#391
Open
focusexplorer wants to merge 2 commits intointel:masterfrom
Open
Conversation
Roll back fix for github issue intel#350 About Scratch Usage: For compile time, scratch space is strongly recommended to be allocated immediately after database generation. For runtime, besides using scratch for corresponding database, Hyperscan also allows user to use larger scratch space allocated for another database. When multiple concurrent threads need to use the same databases and a new scratch space is required, cloning the largest one is always safe. This is realized based on API hs_scratch_size() and hs_clone_scratch(). Behaviors beyond above are discouraged and results are undefined.
Contributor
|
will you give more detail about your issue, like the platform you're running, how you build, what's the error message? |
Author
|
[cid:497059a5-fc80-4a79-95ec-bb2193075753]the error is like above, it's obvious that
LBR_NFA_VSHUF
is used here:
[cid:02673b9c-320b-4a2a-998f-9f804a6d07f4]
but not declared here:
[cid:032327b2-1b3e-497f-961f-3e17851258d4]
I use mac 13.2.1 (22D68) and linux centos 7, and both give the same complilation error.
…________________________________
发件人: Chang, Harry ***@***.***>
发送时间: 2023年3月9日 10:06
收件人: intel/hyperscan ***@***.***>
抄送: focusexplorer ***@***.***>; Author ***@***.***>
主题: Re: [intel/hyperscan] fix LBR_NFA_VSHUF compilation errors (PR #391)
will you give more detail about your issue, like the platform you're running, how you build, what's the error message?
―
Reply to this email directly, view it on GitHub<#391 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHKV4ARWHYZ73KJHKNI55CDW3E3JDANCNFSM6AAAAAAVTM5GGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It seems that LBR_NFA_VSHUF has no effect and will cause compilation errors