Skip to content

Commit

Permalink
neon64: apply BASE64_FORCE_INLINE macro
Browse files Browse the repository at this point in the history
  • Loading branch information
aklomp committed Feb 29, 2024
1 parent a4e2252 commit 5b63302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/arch/neon64/enc_loop.c
@@ -1,4 +1,4 @@
static inline void
static BASE64_FORCE_INLINE void
enc_loop_neon64_inner (const uint8_t **s, uint8_t **o, const uint8x16x4_t tbl_enc)
{
// Load 48 bytes and deinterleave:
Expand Down
2 changes: 1 addition & 1 deletion lib/arch/neon64/enc_reshuffle.c
@@ -1,4 +1,4 @@
static inline uint8x16x4_t
static BASE64_FORCE_INLINE uint8x16x4_t
enc_reshuffle (const uint8x16x3_t in)
{
uint8x16x4_t out;
Expand Down

0 comments on commit 5b63302

Please sign in to comment.