Index: libcfa/src/bits/align.hfa
===================================================================
--- libcfa/src/bits/align.hfa	(revision 16cc9f715f4583ccd06157ad2250122a5bb1c2cf)
+++ libcfa/src/bits/align.hfa	(revision bf0263c9b7b4fb1f0eeb41eb13f2e11fe44991d3)
@@ -10,6 +10,6 @@
 // Created On       : Mon Nov 28 12:27:26 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Nov 16 18:58:22 2019
-// Update Count     : 3
+// Last Modified On : Fri Apr 29 19:14:43 2022
+// Update Count     : 4
 //
 // This  library is free  software; you  can redistribute  it and/or  modify it
@@ -35,5 +35,5 @@
 //#define libAlign() (sizeof(double))
 // gcc-7 uses xmms instructions, which require 16 byte alignment.
-#define libAlign() (16)
+#define libAlign() (__BIGGEST_ALIGNMENT__)
 
 // Check for power of 2
