SDL: Sync wiki -> header (7cd16)

From 7cd165e2d97c24ae286c7c63707138a86f732043 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 6 Jun 2022 15:51:04 +0000
Subject: [PATCH] Sync wiki -> header

---
 include/SDL_cpuinfo.h | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/include/SDL_cpuinfo.h b/include/SDL_cpuinfo.h
index e1069ed6c63..08dc674b640 100644
--- a/include/SDL_cpuinfo.h
+++ b/include/SDL_cpuinfo.h
@@ -444,9 +444,11 @@ extern DECLSPEC SDL_bool SDLCALL SDL_HasNEON(void);
 /**
  * Determine whether the CPU has LSX (LOONGARCH SIMD) features.
  *
- * This always returns false on CPUs that aren't using LOONGARCH instruction sets.
+ * This always returns false on CPUs that aren't using LOONGARCH instruction
+ * sets.
  *
- * \returns SDL_TRUE if the CPU has LOONGARCH LSX features or SDL_FALSE if not.
+ * \returns SDL_TRUE if the CPU has LOONGARCH LSX features or SDL_FALSE if
+ *          not.
  *
  * \since This function is available since SDL 2.0.23.
  */
@@ -455,9 +457,11 @@ extern DECLSPEC SDL_bool SDLCALL SDL_HasLSX(void);
 /**
  * Determine whether the CPU has LASX (LOONGARCH SIMD) features.
  *
- * This always returns false on CPUs that aren't using LOONGARCH instruction sets.
+ * This always returns false on CPUs that aren't using LOONGARCH instruction
+ * sets.
  *
- * \returns SDL_TRUE if the CPU has LOONGARCH LASX features or SDL_FALSE if not.
+ * \returns SDL_TRUE if the CPU has LOONGARCH LASX features or SDL_FALSE if
+ *          not.
  *
  * \since This function is available since SDL 2.0.23.
  */