about summary refs log tree commit diff stats
path: root/src/os/hostext_linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/hostext_linux.c')
-rw-r--r--src/os/hostext_linux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/hostext_linux.c b/src/os/hostext_linux.c
index a2a45db2..c202a33f 100644
--- a/src/os/hostext_linux.c
+++ b/src/os/hostext_linux.c
@@ -191,6 +191,7 @@ int DetectHostCpuFeatures(void)
         if (((cpucfg2 >> 6) & 0b11) != 3) return 0; // LSX/LASX must present
 
         cpuext.lbt = (cpucfg2 >> 18) & 0b1;
+        cpuext.frecipe = (cpucfg2 >> 25) & 0b1;
         cpuext.lam_bh = (cpucfg2 >> 27) & 0b1;
         cpuext.lamcas = (cpucfg2 >> 28) & 0b1;
         cpuext.scq = (cpucfg2 >> 30) & 0b1;