Skip to content

Conversation

Rohanjames1997
Copy link

The vfmaq_f32 intrinsic compiles to the FMLA instruction which is more performant than separate fmul+fadd instructions that vmlaq_f32 compiles to on latest GCC versions: https://godbolt.org/z/aYc9as5Wh

@github-actions github-actions bot added the arm label Aug 6, 2025
@codecov-commenter
Copy link

codecov-commenter commented Aug 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.92%. Comparing base (9b91fe5) to head (279edd8).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6237   +/-   ##
=======================================
  Coverage   95.92%   95.92%           
=======================================
  Files         836      836           
  Lines      264899   264899           
=======================================
  Hits       254098   254098           
  Misses      10801    10801           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@nihui nihui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is no vfmaq_f32 in arm 32bit, guard it with __aarch64__ macro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants