From bd591aaf08d499a98344c7d3d34d17912590cf7a Mon Sep 17 00:00:00 2001 From: inky Date: Wed, 10 Jan 2024 23:04:47 -0600 Subject: [PATCH] Readme: add new arch: `loongarch64` (#287) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63609a57..cb36d5ab 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ consistently across compilers and operating systems, and in 32-bit and OpenLibm builds on Linux, macOS, Windows, FreeBSD, OpenBSD, NetBSD, and DragonFly BSD. It builds with both GCC and clang. Although largely tested and widely used on the x86 and x86-64 architectures, OpenLibm -also supports arm, aarch64, ppc64le, mips, wasm32, riscv, and s390(x). +also supports arm, aarch64, ppc64le, mips, wasm32, riscv, s390(x), and +loongarch64. ## Build instructions