Checks for AltiVec presence. More...
#include "config.h"#include "dsputil_altivec.h"Go to the source code of this file.
Functions | |
| int | has_altivec (void) |
| This function MAY rely on signal() or fork() in order to make sure AltiVec is present. | |
Checks for AltiVec presence.
Definition in file check_altivec.c.
| int has_altivec | ( | void | ) |
This function MAY rely on signal() or fork() in order to make sure AltiVec is present.
Definition at line 46 of file check_altivec.c.
Referenced by dsputil_h264_init_ppc(), dsputil_init_ppc(), ff_h264dsp_init_ppc(), mm_support(), and xvid_encode_init().
1.7.1