Add kext to patch Intel Math Kernel Library for AMD CPU systems

This commit is contained in:
Hoang Hong Quan
2024-11-09 16:08:36 +07:00
parent 563bc66bb4
commit 3969760a1f
2 changed files with 13 additions and 0 deletions

View File

@@ -672,6 +672,16 @@ kexts = [
"repo": "HibernationFixup"
}
),
KextInfo(
name = "IntelMKLFixup",
description = "Dead-simple Intel(tm) Math Kernel Library patcher for AMD CPU systems",
category = "Extras",
requires_kexts = ["Lilu"],
github_repo = {
"owner": "Carnations-Botanica",
"repo": "IntelMKLFixup"
}
),
KextInfo(
name = "NoTouchID",
description = "Avoid lag in authentication dialogs for board IDs with Touch ID sensors",