Skip to content

Add negate_mul_add ops to Simd Trait#26

Open
jcapriot wants to merge 1 commit intosarah-quinones:mainfrom
jcapriot:neg_mul_add
Open

Add negate_mul_add ops to Simd Trait#26
jcapriot wants to merge 1 commit intosarah-quinones:mainfrom
jcapriot:neg_mul_add

Conversation

@jcapriot
Copy link

@jcapriot jcapriot commented Feb 20, 2026

Was in need of these operations for a small project of mine. There are of course workarounds to make it work without them, but was just cleaner with these.

The name was chosen to be consistent with the set of functions negate_mul_add_f32x4 that were already present on x86(_64) V3's impl.

All of the patterns were done to be consistent with the existing mul_add_fXX implementations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant