Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++23 support #142

Open
8 tasks
KyleVaughn opened this issue Jan 30, 2024 · 0 comments
Open
8 tasks

C++23 support #142

KyleVaughn opened this issue Jan 30, 2024 · 0 comments
Labels

Comments

@KyleVaughn
Copy link
Owner

KyleVaughn commented Jan 30, 2024

Once C++ 23 is supported, the following tasks should be completed:

  • Update the ASSUME macro to use [[assume(expr)]] instead of the compiler specific implementation
  • Add multidimensional index operator to the matrix classes
  • Make ceil constexpr
  • Make cos constexpr
  • Make floor constexpr
  • Make fma constexpr
  • Make sin constexpr
  • Fixed width floating point types (float32, float64, float128)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant