Skip to content

Commit

Permalink
Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 30, 2024
1 parent 197d925 commit 549cb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ _runtime_intel_cpu_features(CPUFeatures *const cpu_features)
static int
_runtime_powerpc_cpu_features(CPUFeatures *const cpu_features)
{
cpu_features->has_altivec = 0;
#if defined(__ALTIVEC__) && defined(__CRYPTO__)
cpu_features->has_altivec = 1;
#endif
Expand Down

0 comments on commit 549cb76

Please sign in to comment.