Merge pull request #12587 from Homebrew/fxcoudert-patch-1-1
Add latest CPUs
This commit is contained in:
		
						commit
						2c57a98572
					
				@ -107,6 +107,8 @@ module Hardware
 | 
			
		||||
          :arm_lightning_thunder
 | 
			
		||||
        when 0x573b5eec, 0x1b588bb3 # ARMv8.4-A (Firestorm, Icestorm)
 | 
			
		||||
          :arm_firestorm_icestorm
 | 
			
		||||
        when 0xda33d83d             # ARMv8.5-A (Blizzard, Avalanche)
 | 
			
		||||
          :arm_blizzard_avalanche
 | 
			
		||||
        else
 | 
			
		||||
          :dunno
 | 
			
		||||
        end
 | 
			
		||||
@ -138,6 +140,8 @@ module Hardware
 | 
			
		||||
          :kabylake
 | 
			
		||||
        when 0x38435547 # Ice Lake
 | 
			
		||||
          :icelake
 | 
			
		||||
        when 0x1cf8a03e # Comet Lake
 | 
			
		||||
          :cometlake
 | 
			
		||||
        else
 | 
			
		||||
          :dunno
 | 
			
		||||
        end
 | 
			
		||||
 | 
			
		||||
@ -28,6 +28,7 @@ describe Hardware::CPU do
 | 
			
		||||
        :amd_k10,
 | 
			
		||||
        :amd_k12,
 | 
			
		||||
        :arm,
 | 
			
		||||
        :arm_blizzard_avalanche,
 | 
			
		||||
        :arm_firestorm_icestorm,
 | 
			
		||||
        :arm_hurricane_zephyr,
 | 
			
		||||
        :arm_lightning_thunder,
 | 
			
		||||
@ -40,6 +41,7 @@ describe Hardware::CPU do
 | 
			
		||||
        :broadwell,
 | 
			
		||||
        :bulldozer,
 | 
			
		||||
        :cannonlake,
 | 
			
		||||
        :cometlake,
 | 
			
		||||
        :core,
 | 
			
		||||
        :core2,
 | 
			
		||||
        :dothan,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user