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 10, 2018
1 parent 1550ef1 commit 87168bf
Show file tree
Hide file tree
Showing 2 changed files with 583 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -101,6 +101,14 @@ The kernel uses its own set of CFLAGS, KCFLAGS. For exmaple, see:
<td>Intel 6th Gen Core i7/i9-family (Skylake 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

0 comments on commit 87168bf

Please sign in to comment.