Updated Intel HEXL's commit hash to fix a bug with AVX512-DQ.

This commit is contained in:
Wei Dai 2021-10-11 13:38:04 -07:00
Родитель 15d21d47e5
Коммит fa685e7a04
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,7 @@ FetchContent_Declare(
hexl
PREFIX hexl
GIT_REPOSITORY https://github.com/intel/hexl
GIT_TAG df6c26f # 1.2.1
GIT_TAG f976b7d820a605973819863cb201a0e1a4ecf96b # beyond 1.2.1
)
FetchContent_GetProperties(hexl)