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

keccak: Fix __builtin_memcpy detection #179

Merged
merged 2 commits into from
Aug 7, 2021
Merged

keccak: Fix __builtin_memcpy detection #179

merged 2 commits into from
Aug 7, 2021

Conversation

chfast
Copy link
Owner

@chfast chfast commented Aug 6, 2021

Improve rules for __builtin_memcpy detection. Previous conditions were
failing when building with clang-cl.

Improve rules for __builtin_memcpy detection. Previous conditions were
failing when building with clang-cl.
@codecov-commenter
Copy link

codecov-commenter commented Aug 6, 2021

Codecov Report

Merging #179 (63d8e7b) into master (4576af3) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #179   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         1652      1652           
=========================================
  Hits          1652      1652           
Flag Coverage Δ
be 89.31% <ø> (ø)
default 99.81% <ø> (ø)
x86_64 89.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/keccak/keccak.c 100.00% <ø> (ø)

@chfast chfast force-pushed the portability branch 3 times, most recently from 3129f09 to 63d8e7b Compare August 7, 2021 19:46
@chfast chfast merged commit 63d8e7b into master Aug 7, 2021
@chfast chfast deleted the portability branch August 7, 2021 20:16
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.

None yet

2 participants