Skip to content

Commit

Permalink
Fix intendation
Browse files Browse the repository at this point in the history
  • Loading branch information
rkennke committed Jan 29, 2024
1 parent 179a4b5 commit 856cbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/x86/vm_version_x86.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ class VM_Version : public Abstract_VM_Version {
//
// Feature identification not affected by VM flags
//
static bool cpu_supports_evex() { return (_cpu_features & CPU_AVX512F) != 0; }
static bool cpu_supports_evex() { return (_cpu_features & CPU_AVX512F) != 0; }

// Intel features
static bool is_intel_family_core() { return is_intel() &&
Expand Down

0 comments on commit 856cbfa

Please sign in to comment.