SIGN IN SIGN UP

src: remove orphan features_*.h headers (#61821)

The processor_{x86,arm,fallback}.cpp files that included these headers
were deleted in #61292, which replaced the hand-maintained CPU/feature
tables with the [cpufeatures](https://github.com/JuliaLang/cpufeatures)
library. No remaining code in the tree references features_x86.h,
features_aarch32.h, or features_aarch64.h, nor the JL_FEATURE_DEF macro
they defined.

#61292 listed these headers under Files to delete.
J
Jesper Stemann Andersen committed
8c4818189c0ff90ab96ba32c53cdacae6fb8ad99
Parent: d0c9f4c
Committed by GitHub <noreply@github.com> on 5/16/2026, 3:50:12 PM