From 2464a5551a6e0ee260b6a36d24e31a8e7dac0d69 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Tue, 11 Jan 2022 00:12:12 +0900 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb7fe3e220..6ca8f3b5c2 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ on a simulated 8-core 16-threads machine. | Firefox 89 libxul (1.64 GiB) | 32.95s | 6.80s | 1.42s mold is so fast that it is only 2x _slower_ than `cp` on the same -machine. +machine. Feel free to [file a bug](https://github.com/rui314/mold/issues) +if you find mold is not faster than other linkers. -Feel free to [file a bug](https://github.com/rui314/mold/issues) if -you find mold is not faster than other linkers. +mold currently supports x86-64, i386 and ARM64. ## Why does the speed of linking matter?