We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e4d52 commit db31432Copy full SHA for db31432
lib/refrepo/gen/wiki/generators/hardware.rb
@@ -318,7 +318,8 @@ def get_date(microarchitecture)
318
'Haswell' => '2013',
319
'Broadwell' => '2015',
320
'Skylake' => '2016',
321
- 'Zen' => '2017'
+ 'Zen' => '2017',
322
+ 'Cascade Lake-SP' => '2019',
323
}
324
date = release_dates[microarchitecture]
325
raise "ERROR: microarchitecture not found: '#{microarchitecture}'. Add in hardware.rb" if date.nil?
0 commit comments