Revision cc078b5d
configure | ||
---|---|---|
924 | 924 |
truncf |
925 | 925 |
VirtualAlloc |
926 | 926 |
winsock2_h |
927 |
xform_asm |
|
927 | 928 |
yasm |
928 | 929 |
" |
929 | 930 |
|
... | ... | |
1908 | 1909 |
|
1909 | 1910 |
enabled ppc && check_asm dcbzl '"dcbzl 0, 1"' |
1910 | 1911 |
enabled ppc && check_asm ppc4xx '"maclhw r10, r11, r12"' |
1912 |
enabled ppc && check_asm xform_asm '"lwzx 0, %y0" :: "Z"(*(int*)0)' |
|
1911 | 1913 |
|
1912 | 1914 |
# check for SIMD availability |
1913 | 1915 |
|
libavutil/ppc/intreadwrite.h | ||
---|---|---|
24 | 24 |
#include <stdint.h> |
25 | 25 |
#include "config.h" |
26 | 26 |
|
27 |
#if HAVE_XFORM_ASM |
|
28 |
|
|
27 | 29 |
#define AV_RL16 AV_RL16 |
28 | 30 |
static inline uint16_t AV_RL16(const void *p) |
29 | 31 |
{ |
... | ... | |
93 | 95 |
|
94 | 96 |
#endif /* HAVE_LDBRX */ |
95 | 97 |
|
98 |
#endif /* HAVE_XFORM_ASM */ |
|
99 |
|
|
96 | 100 |
/* |
97 | 101 |
* GCC fails miserably on the packed struct version which is used by |
98 | 102 |
* default, so we override it here. |
Also available in: Unified diff