From 244863139cb6a43861953bd349479e3236301613 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 13 Nov 2022 12:28:37 -0500 Subject: Guix no longer even tries to build with Singeli --- docs/running.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/running.html b/docs/running.html index 56dc89e7..1489ba93 100644 --- a/docs/running.html +++ b/docs/running.html @@ -6,14 +6,13 @@

How to run BQN

CBQN is the primary offline implementation. Scripts in this repository start with #! /usr/bin/env bqn in order to look up the user's bqn executable, which is expected to be CBQN.

-

Third-party packages are available for Windows and a few Linux distributions. Our Singeli code is used for faster implementations of primitives on x86; generally, for the best performance, you'll have to compile CBQN for the target hardware instead of using packages.

+

Third-party packages are available for Windows and a few Linux distributions. Because they run on an unknown target system, none of these packages are built with the highest-performance settings. If you need top speed (you probably don't!) you should compile CBQN for the target hardware instead.

- @@ -21,25 +20,21 @@ - - - -
OS/distro Package TypeSingeli
Windows download WinBQN BinaryNo
Arch AUR cbqn-git SourceNo
Nix cbqn Source/BinaryNo
Guix cbqn Source/BinaryYes
-- cgit v1.2.3