From 7dd712d8206bdc4a0b3c3c68f02b60e2c5cc4bf4 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 17 Oct 2025 19:20:01 +0100 Subject: [PATCH] [simd.permute.mask] clarify list is in ascending order Fixes NB US 183-290 (C++26 CD). --- source/numerics.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/numerics.tex b/source/numerics.tex index 9fedf97488..b072589f4c 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -18923,7 +18923,7 @@ \begin{itemize} \item \exposid{set-indices} be a list of the index positions of \tcode{true} -elements in \tcode{selector}. +elements in \tcode{selector}, in ascending order. \item \tcode{\exposidnc{bit-lookup}($b$)} be a function which returns the index where $b$ appears in \tcode{\exposid{set-indices}}.