Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 874 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 874 Bytes

Contributing to SSE2NEON

👍🎉 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.

Add New Intrinsic

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

Coding Convention

Software requirement: clang-format-11

Use the command $ make indent to enforce a consistent coding style.