👍🎉 First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to SSE2NEON, hosted on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
The new intrinsic conversion should be added in the sse2neon.h
file,
and it should be placed in the correct classification with the alphabetical order.
The classification can be referenced from Intel Intrinsics Guide.
Classification: SSE
, SSE2
, SSE3
, SSSE3
, SSE4.1
, SSE4.2
Software requirement: clang-format-12
Use the command $ make indent
to enforce a consistent coding style.