Skip to content

[x86-64] Typo in FPU type string

Summary

This merge request fixes a typographical error in the fputypestr array. The entry for fpu_x86_64_v2 is X86-64-V1 (which appears twice as a result) instead of X86-64-V2.

System

  • Processor architecture: x86-64

What is the current bug behavior?

fpu_x86_64_v2 is listed as X86-64-V1 instead of X86-64-V2 and so can't be selected with the -Cf option, for example, since X86-64-V1 also corresponds to fpu_x86_64_v1.

What is the behaviour after applying this patch?

fpu_x86_64_v2 is now correctly referred by X86-64-V2.

Merge request reports