Skip to content

Commit

Permalink
add support for cannon lake and ice lake
Browse files Browse the repository at this point in the history
  • Loading branch information
graysky2 committed May 7, 2018
1 parent c4a72f8 commit f5a2575
Show file tree
Hide file tree
Showing 2 changed files with 587 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,21 @@ The kernel uses its own set of CFLAGS, KCFLAGS. For exmaple, see:
<td>-march=broadwell</td>
</tr>
<tr>
<td>Intel 6th Gen Core i3/i5/i7-family (Skylake)</td>
<td>Intel 6th Gen Core i3/i5/i7-family (Sky Lake)</td>
<td>-march=skylake</td>
</tr>
<tr>
<td>Intel 6th Gen Core i7/i9-family (Skylake X)</td>
<td>Intel 6th Gen Core i7/i9-family (Sky Lake X)</td>
<td>-march=skylake-avx512</td>
</tr>
<tr>
<td>Intel 8th Gen Core i3/i5/i7-family (Cannon Lake)</td>
<td>-march=cannonlake</td>
</tr>
<tr>
<td>Intel 8th Gen Core i7/i9-family (Ice Lake)</td>
<td>-march=icelake</td>
</tr>
</table>

# Benchmarks
Expand Down
Loading

0 comments on commit f5a2575

Please sign in to comment.