Remove flag __FFTW3_UNALIGNED

This commit is contained in:
Ole Schütt 2025-12-19 13:25:19 +01:00 committed by Ole Schütt
parent 759b24ff12
commit 449fa423b8
3 changed files with 1 additions and 12 deletions

View file

@ -91,7 +91,6 @@ FLAG_EXCEPTIONS = (
r"__CRAY_PM_ENERGY",
r"__STATM_RESIDENT",
r"__STATM_TOTAL",
r"__FFTW3_UNALIGNED",
)
FLAG_EXCEPTIONS_RE = re.compile(r"|".join(FLAG_EXCEPTIONS))