Merge pull request #750 from pcercuei/lightrec-update-20230826
[pcsx_rearmed.git] / deps / lightning / include / lightning / jit_x86.h
index 4c48013..9491afc 100644 (file)
@@ -193,6 +193,10 @@ typedef struct {
     jit_uint32_t abm           : 1;
     /* adcx and adox instructions available? */
     jit_uint32_t adx           : 1;
+    /* pdep and pext instructions available? */
+    jit_uint32_t bmi2          : 1;
+    /* fma 4 arguments instruction available? */
+    jit_uint32_t fma4          : 1;
 } jit_cpu_t;
 
 /*