summaryrefslogtreecommitdiff
path: root/libavutil/float_dsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/float_dsp.h')
-rw-r--r--libavutil/float_dsp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavutil/float_dsp.h b/libavutil/float_dsp.h
index 4e266304da..95cef62f29 100644
--- a/libavutil/float_dsp.h
+++ b/libavutil/float_dsp.h
@@ -42,12 +42,12 @@ typedef struct AVFloatDSPContext {
* overlap exactly or not at all.
*
* @param dst result vector
- * constraints: 16-byte aligned
+ * constraints: 32-byte aligned
* @param src input vector
- * constraints: 16-byte aligned
+ * constraints: 32-byte aligned
* @param mul scalar value
* @param len length of vector
- * constraints: multiple of 4
+ * constraints: multiple of 16
*/
void (*vector_fmac_scalar)(float *dst, const float *src, float mul,
int len);