Comment Re: Enshittification marches ever onward (Score 2) 28
If it's in the CPU I bought, how should it never have had that feature that's clearly in the CPU I bought?
This is the CPU equivalent of those car makers wanting a subscription to enable the heated seats. Maybe AMD will enable it for $5 a month or something.
It's basically buying a car and having heated seats installed even if you didn't pay for them. They did it because it simplifies production. If you choose to enable it yourself, it's unsupported - so if you activate the heated seats yourself that sets your car on fire, they may not warrant the vehicle against the damage and insurance might deny coverage. And yes, usually the heated seats are just left unconnected, so people have hooked their own power connections and switches to manually turn them on and off.
Likewise, producing a a die is very expensive - it's like $100K per mask, and you need 20-30 masks per chip (so about $2-3M to produce a mask set which needs ot be done before you can make one chip). Those chips are then fused so they can be customized per requirements. So one die design can fulfill several lines of processors from low to mid to high end chips and create product differentiation.
Of course, the documentation also will usually not describe features you're not supposed to have,usually those registers are marked as "must be set to zero" and configuration registers are not documented. It's why you often find missing registers in register listings.
Enterprising people who have access often can discover hidden functionality if they try misconfiguring the register and seeing what happens. But such things are unofficial.
Of course, it's entirely possible that because to fix some bugs, they may need to disconnect some blocks so they could re-use the transistors - because often you can get away with just re-wiring the transistors rather than having to remake the entire mask set. It's what makes the difference between say, B1 to B2 steppings from B5 to C0 steppings - the B1 to B2 usually just means a metal layer rework so it's much cheaper as you only need to redo a subset of masks. When they go from B5 to C0, it usually indicates that a whole new mask set was created.
But it could easily mean that they fused out the MEU so you couldn't unofficially enable it, or maybe they borrowed the transistors to fix some other flaw.