Skip to content

P3844R4 Reword [simd.math] for consteval conversions#8943

Open
mattkretz wants to merge 1 commit intocplusplus:mainfrom
mattkretz:motions-2026-03-lwg-04
Open

P3844R4 Reword [simd.math] for consteval conversions#8943
mattkretz wants to merge 1 commit intocplusplus:mainfrom
mattkretz:motions-2026-03-lwg-04

Conversation

@mattkretz
Copy link
Copy Markdown
Member

Fixes #8838
Also fixes cplusplus/papers#2453

@eisenwave eisenwave added this to the post-2026-03 milestone Apr 13, 2026
Comment thread source/numerics.tex Outdated
Comment thread source/numerics.tex
Comment on lines +17121 to +17126
template<@\exposconcept{math-floating-point}@ V>
constexpr @\exposid{deduced-vec-t}@<V>
remquo(const @\exposid{deduced-vec-t}@<V>& x, const V& y, rebind_t<int, @\exposid{deduced-vec-t}@<V>>* quo);
template<@\exposconcept{math-floating-point}@ V>
constexpr @\exposid{deduced-vec-t}@<V>
remquo(const V& x, const @\exposid{deduced-vec-t}@<V>& y, rebind_t<int, @\exposid{deduced-vec-t}@<V>>* quo);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The paper doesn't add * here.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sources of the paper do. That's a LaTeX rendering bug in the paper. Not having * here is an obvious bug.

Comment thread source/numerics.tex
Comment thread source/numerics.tex
Comment thread source/numerics.tex Outdated
@mattkretz mattkretz force-pushed the motions-2026-03-lwg-04 branch from b713a6d to 39f5b04 Compare April 16, 2026 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[2026-03 LWG Motion 4] P3844R4 Reword [simd.math] for consteval conversions P3844 R4 Reword [simd.math] for consteval conversions

2 participants