Closed briansmith closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.79%. Comparing base (
03c3593
) to head (23b5553
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
On x86_64, when we have SSE 4.1, which is pretty much always the case, we use the integrated implementation. We also have the non-SSE implementation to fall back on. This middle one is infrequently used but creates difficulties with cross-compilation because of the use of the header file, which forces a dependency on stdlib.h we wouldn't otherwise need.