diff --git a/source/threads.tex b/source/threads.tex index 679466c713..9be4571b79 100644 --- a/source/threads.tex +++ b/source/threads.tex @@ -5430,29 +5430,29 @@ memory_order = memory_order::seq_cst) volatile noexcept; constexpr @\placeholdernc{floating-point-type}@ fetch_sub(@\placeholdernc{floating-point-type}@, memory_order = memory_order::seq_cst) noexcept; - @\placeholdernc{floating-point-type}@ fetch_max(@\placeholdernc{floating-point-type}@, + @\placeholdernc{floating-point-type}@ fetch_max(@\placeholdernc{floating-point-type}@, memory_order = memory_order::seq_cst) volatile noexcept; - constexpr @\placeholdernc{floating-point-type}@ fetch_max(@\placeholdernc{floating-point-type}@, + constexpr @\placeholdernc{floating-point-type}@ fetch_max(@\placeholdernc{floating-point-type}@, memory_order = memory_order::seq_cst) noexcept; - @\placeholdernc{floating-point-type}@ fetch_min(@\placeholdernc{floating-point-type}@, + @\placeholdernc{floating-point-type}@ fetch_min(@\placeholdernc{floating-point-type}@, memory_order = memory_order::seq_cst) volatile noexcept; - constexpr @\placeholdernc{floating-poin-type}@t fetch_min(@\placeholdernc{floating-point-type}@, + constexpr @\placeholdernc{floating-poin-type}@t fetch_min(@\placeholdernc{floating-point-type}@, memory_order = memory_order::seq_cst) noexcept; - @\placeholdernc{floating-point-type}@ fetch_fmaximum(@\placeholdernc{floating-point-type}@, + @\placeholdernc{floating-point-type}@ fetch_fmaximum(@\placeholdernc{floating-point-type}@, memory_order = memory_order::seq_cst) volatile noexcept; - constexpr @\placeholdernc{floating-point-type}@ fetch_fmaximum(@\placeholdernc{floating-point-type}@, + constexpr @\placeholdernc{floating-point-type}@ fetch_fmaximum(@\placeholdernc{floating-point-type}@, memory_order = memory_order::seq_cst) noexcept; - @\placeholdernc{floating-point-type}@ fetch_fminimum(@\placeholdernc{floating-point-type}@, + @\placeholdernc{floating-point-type}@ fetch_fminimum(@\placeholdernc{floating-point-type}@, memory_order = memory_order::seq_cst) volatile noexcept; - constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum(@\placeholdernc{floating-point-type}@, + constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum(@\placeholdernc{floating-point-type}@, memory_order = memory_order::seq_cst) noexcept; - @\placeholdernc{floating-point-type}@ fetch_fmaximum_num(@\placeholdernc{floating-point-type}@, + @\placeholdernc{floating-point-type}@ fetch_fmaximum_num(@\placeholdernc{floating-point-type}@, memory_order = memory_order::seq_cst) volatile noexcept; - constexpr @\placeholdernc{floating-point-type}@ fetch_fmaximum_num(@\placeholdernc{floating-point-type}@, + constexpr @\placeholdernc{floating-point-type}@ fetch_fmaximum_num(@\placeholdernc{floating-point-type}@, memory_order = memory_order::seq_cst) noexcept; - @\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@, + @\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@, memory_order = memory_order::seq_cst) volatile noexcept; - constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@, + constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@, memory_order = memory_order::seq_cst) noexcept; void store_add(@\placeholdernc{floating-point-type}@,