jatinchowdhury18 / RTNeural

Real-time neural network inferencing
BSD 3-Clause "New" or "Revised" License
543 stars 57 forks source link

support multiple architectures (e.g. SSE, AVX) in the same executable… #118

Closed JeffMcClintock closed 7 months ago

JeffMcClintock commented 7 months ago

… via a macro

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (37fde44) 95.64% compared to head (fab98d1) 95.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #118 +/- ## ======================================= Coverage 95.64% 95.64% ======================================= Files 58 58 Lines 3860 3860 ======================================= Hits 3692 3692 Misses 168 168 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jatinchowdhury18 commented 7 months ago

Awesome, thanks again! Merging now...