Skip to content

Commit c6bceae

Browse files
mjcharnemarkcharney
authored andcommitted
rename bf16 to avx512-bf16
(cherry picked from commit a8aa8acc40538ef760a15a2b73b8d4178ccfdc37)
1 parent 6fc4348 commit c6bceae

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

xed_mbuild.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ def _add_normal_ext(tenv,x , y='files.cfg'):
13701370
_add_normal_ext(env,'vnni')
13711371
if env['cpx']:
13721372
_add_normal_ext(env,'cpx')
1373-
_add_normal_ext(env,'bf16')
1373+
_add_normal_ext(env,'avx512-bf16')
13741374
if env['knl']:
13751375
_add_normal_ext(env,'knl')
13761376
if env['knm']:
@@ -1413,7 +1413,7 @@ def _add_normal_ext(tenv,x , y='files.cfg'):
14131413
_add_normal_ext(env,'spr')
14141414
_add_normal_ext(env,'amx-spr')
14151415
_add_normal_ext(env,'waitpkg')
1416-
_add_normal_ext(env,'bf16')
1416+
_add_normal_ext(env,'avx512-bf16')
14171417
_add_normal_ext(env,'enqcmd')
14181418
_add_normal_ext(env,'tsx-ldtrk')
14191419
_add_normal_ext(env,'serialize')

0 commit comments

Comments
 (0)