From b58e6d7274fb84286ed388007c631ac6e9bd8339 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Tue, 17 Dec 2024 23:37:28 -0500
Subject: [PATCH] .wikiheaders-options: Include CPU intrinsics macros in quick
reference.
---
.wikiheaders-options | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.wikiheaders-options b/.wikiheaders-options
index 76656ea737c36..d72f9178de590 100644
--- a/.wikiheaders-options
+++ b/.wikiheaders-options
@@ -27,4 +27,4 @@ quickrefcategoryorder = Init,Hints,Error,Version,Properties,Log,Video,Events,Key
quickreftitle = SDL3 API Quick Reference
quickrefurl = https://libsdl.org/
quickrefdesc = The latest version of this document can be found at https://wiki.libsdl.org/SDL3/QuickReference
-quickrefmacroregex = \A(SDL_PLATFORM_.*|SDL_Atomic...Ref|SDL_assert.*?|SDL_arraysize|SDL_Swap[BL]E\d\d|SDL_[a-z]+_cast)\Z
+quickrefmacroregex = \A(SDL_PLATFORM_.*|SDL_.*_INTRINSICS|SDL_Atomic...Ref|SDL_assert.*?|SDL_arraysize|SDL_Swap[BL]E\d\d|SDL_[a-z]+_cast)\Z