Skip to content

Commit

Permalink
aes: fix _mm_aesimc_si128 alias signature
Browse files Browse the repository at this point in the history
Co-authored-by: Michael R. Crusoe <[email protected]>
  • Loading branch information
Vineg and mr-c authored Oct 12, 2023
1 parent cfbea4e commit aee2965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simde/x86/aes.h
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ simde__m128i simde_mm_aesimc_si128(simde__m128i a) {
#endif
}
#if defined(SIMDE_X86_AES_ENABLE_NATIVE_ALIASES)
#define _mm_aesimc_si128(a, b) simde_mm_aesimc_si128(a, b)
#define _mm_aesimc_si128(a) simde_mm_aesimc_si128(a)
#endif

#undef simde_x_aes_Nb
Expand Down

0 comments on commit aee2965

Please sign in to comment.