Finish revert of r358672, missed in r358688.
Manual reverts never succeed correctly. Reported by: luporl
This commit is contained in:
parent
ce610b77ee
commit
9bf29f5271
@ -66,7 +66,7 @@ DEFINE_UIFUNC(, FN_RET, FN_NAME, FN_PARAMS)
|
||||
* Since POWER ISA 2.07B this is solved transparently
|
||||
* by the hardware
|
||||
*/
|
||||
if (cpu_features2 & PPC_FEATURE_HAS_VSX)
|
||||
if (cpu_features & PPC_FEATURE_HAS_VSX)
|
||||
return (FN_NAME_VSX);
|
||||
else
|
||||
return (FN_NAME_NOVSX);
|
||||
|
Loading…
x
Reference in New Issue
Block a user