-
Notifications
You must be signed in to change notification settings - Fork 506
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
Update Falcon & McEliece (adding AVX) #920
Conversation
@jschanck, @dstebila As the code is now building (improving on #896 (comment) ) would you have time/interest to take a look as to what's happening here with address-sanitizer in (newly added) McEliece-AVX code ? @bhess Are you OK with the changes done to Anyone, maybe @xvzcf (as I have no experience whatsoever with this): Any idea what this is?
|
It seems like one of the keywords used in this file is a language extension, which clang with One fix is to add the following to
I verified locally that the CircleCI AddressSanitizer workflow passes with that option. |
Oh, don't forget to update the algorithm data sheets in the docs folder. |
Could fix #896 and #917
Please review initial commit to see changes that led to full PR (running
copy_from_upstream
)