From 195311657a5eb0a40c1af49de9ffe378a117e0bc Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 10 Oct 2022 08:23:27 -0400 Subject: =?UTF-8?q?=E2=80=A2bit=20not=20=E2=80=A2bits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/spec/system.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/spec/system.html') diff --git a/docs/spec/system.html b/docs/spec/system.html index fadf914b..22851df2 100644 --- a/docs/spec/system.html +++ b/docs/spec/system.html @@ -633,7 +633,7 @@

In Range, 𝕩 may be 0. In this case the result consists of floating-point numbers in the unit interval from 0 to 1. The numbers should have an overall uniform distribution, but their precision and whether the endpoints 0 and 1 are possible may depend on the implementation.

Ranges up to 232 must be supported (that is, a maximum integer result of (232)-1) if the number system accommodates it. In implementations based on double-precision floats it's preferable but not required to support ranges up to 253.

Bitwise operations

-

The system namespace •bits gives functions for efficiently applying bitwise and two's complement integer operations to arrays of data. These functions should compute result values with native CPU instructions, preferably SIMD if available.

+

The system namespace •bit gives functions for efficiently applying bitwise and two's complement integer operations to arrays of data. These functions should compute result values with native CPU instructions, preferably SIMD if available.

-- cgit v1.2.3