aboutsummaryrefslogtreecommitdiff
path: root/host/include/loongarch64/host/cpuinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/include/loongarch64/host/cpuinfo.h')
-rw-r--r--host/include/loongarch64/host/cpuinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/loongarch64/host/cpuinfo.h b/host/include/loongarch64/host/cpuinfo.h
index fab664a..d7bf275 100644
--- a/host/include/loongarch64/host/cpuinfo.h
+++ b/host/include/loongarch64/host/cpuinfo.h
@@ -8,6 +8,7 @@
#define CPUINFO_ALWAYS (1u << 0) /* so cpuinfo is nonzero */
#define CPUINFO_LSX (1u << 1)
+#define CPUINFO_LASX (1u << 2)
/* Initialized with a constructor. */
extern unsigned cpuinfo;