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

Restore C++17 support which does not support __VA_OPT__ #37

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

mattkretz
Copy link
Owner

ChangeLog:

* .github/workflows/CI.yml:

ChangeLog:

	* .github/workflows/CI.yml:
ChangeLog:

	* CMakeLists.txt: Compile with /permissive- on MSVC.
@mattkretz mattkretz force-pushed the support_cxx17 branch 2 times, most recently from c3d005f to 4e5f64d Compare September 27, 2024 09:49
ChangeLog:

	* .github/workflows/CI.yml: Renamed to Clang.yml.
	* .github/workflows/Emscripten.yml: New file.
	* .github/workflows/GCC.yml: New file.
	* .github/workflows/MSVC.yml: New file.
	* README.md:
Also fix the format string for size_t arguments.

ChangeLog:

	* vir/simd.h: Copy vir_simd_precondition macros to
	vir_simd_precondition_vaargs. The former allows no additional
	arguments, the latter does.
	* vir/simd_execution.h: Use vir_simd_precondition_vaargs and use
	%zu for size_t.
ChangeLog:

	* vir/simd_permute.h: Use VIR_CONSTEVAL placeholder to declare
	permutation functions as consteval/constexpr.
@mattkretz mattkretz changed the title Add Clang 10 + 13 and cmake builds to CI Restore C++17 support which does not support __VA_OPT__ Sep 28, 2024
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.

1 participant