Support for unaligned accesses is optional in armv6.
---
Wouldn't unaligned accesses fail on armv7 as well, if the OS
vendor had set SCTLR.A to 1?
Mental note to self, an armv6 device that doesn't support unaligned
loads is HTC Magic, while the HTC G1 seems to support it.
---
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index c84050c..391e40d 100755
--- a/configure
+++ b/configure
@@ -2769,8 +2769,8 @@ elif enabled arm; then
esac
case "$subarch" in
- armv5t*) enable fast_clz ;;
- armv[6-8]*) enable fast_clz fast_unaligned ;;
+ armv5t*|armv6*) enable fast_clz ;;
+ armv[7-8]*) enable fast_clz fast_unaligned ;;
esac
elif enabled avr32; then
--
1.7.9.4
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel