avutil: Add av_cold attributes to init functions missing them
This commit is contained in:
@@ -19,11 +19,12 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "libavutil/attributes.h"
|
||||
#include "libavutil/cpu.h"
|
||||
#include "libavutil/float_dsp.h"
|
||||
#include "float_dsp_altivec.h"
|
||||
|
||||
void ff_float_dsp_init_ppc(AVFloatDSPContext *fdsp, int bit_exact)
|
||||
av_cold void ff_float_dsp_init_ppc(AVFloatDSPContext *fdsp, int bit_exact)
|
||||
{
|
||||
#if HAVE_ALTIVEC
|
||||
int mm_flags = av_get_cpu_flags();
|
||||
|
||||
Reference in New Issue
Block a user