Index: libcfa/src/stdhdr/math.h
===================================================================
--- libcfa/src/stdhdr/math.h	(revision 301071a0f667405b02aece06d1b5a265df4b1ba8)
+++ libcfa/src/stdhdr/math.h	(revision 195d1d89c805c47fc486b2b8cf91431ffa3d0689)
@@ -10,6 +10,6 @@
 // Created On       : Mon Jul  4 23:25:26 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Feb  7 19:05:27 2020
-// Update Count     : 15
+// Last Modified On : Tue May  7 16:41:02 2024
+// Update Count     : 22
 // 
 
@@ -18,4 +18,12 @@
 #define exception ``exception							// make keyword an identifier
 #define __CFA_MATH_H__
+#endif
+
+#if __aarch64__ && __GNUC__ == 13						// TEMPORARY: gcc-13 problem on ARM in /usr/include/aarch64-linux-gnu/bits/math-vector.h
+typedef double __Float32x4_t;
+typedef double __Float64x2_t;
+typedef float __SVFloat32_t;
+typedef float __SVFloat64_t;
+typedef int __SVBool_t;
 #endif
 
