I am honestly impressed by the SIMDe (SIMD everywhere) library
https://github.com/simd-everywhere/simde
It simplified considerably some #bioinformatics relevant code I am writing since I don't have to reinvent the wheel and use complicated preprocessor directives and macros to figure out where the program compiles. Kudos to the authors and the team!
I have working examples of the #Perl + SIMDe marriage for extreme portability.
See also this paper about ARM NEON and RISCV