Skip to content

Commit

Permalink
Change cpu suffix and other file names
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzhi committed May 12, 2024
1 parent 5834039 commit dc80b0c
Show file tree
Hide file tree
Showing 19 changed files with 1,479 additions and 3,278 deletions.
234 changes: 73 additions & 161 deletions CMakeLists.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/gf128.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void gf128_add(gf128_t r, const gf128_t a, const gf128_t b)
r[1] = a[1] ^ b[1];
}

#ifndef ENABLE_GMUL_AARCH64
#ifndef ENABLE_GMUL_ARM64
void gf128_mul(gf128_t r, const gf128_t a, const gf128_t b)
{
const uint64_t mask = (uint64_t)1 << 63;
Expand Down
File renamed without changes.
28 changes: 0 additions & 28 deletions src/sdf/Makefile

This file was deleted.

Loading

0 comments on commit dc80b0c

Please sign in to comment.