Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Aug 1, 2024
1 parent 5af7296 commit b4dd891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/astcenccli_entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ static bool validate_cpu_isa()
#include <sys/auxv.h>
static bool cpu_supports_sve_256()
{
long hwcaps = getauxval(AT_HWCAP);
long hwcaps = getauxval(AT_HWCAP);
return (hwcaps & HWCAP_SVE) != 0;
}

Expand Down

0 comments on commit b4dd891

Please sign in to comment.