vpx/vp8/common/arm/neon
Johann 2057d3ef75 use memcpy for unaligned neon stores
Advise the compiler that the store is eventually going to a uint8_t
buffer. This helps avoid getting alignment hints which would cause the
memory access to fail.

Originally added as a workaround for clang:
https://bugs.llvm.org//show_bug.cgi?id=24421

Change-Id: Ie9854b777cfb2f4baaee66764f0e51dcb094d51e
2017-05-17 12:11:31 -07:00
..
bilinearpredict_neon.c use memcpy for unaligned neon stores 2017-05-17 12:11:31 -07:00
copymem_neon.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
dc_only_idct_add_neon.c *idct*_neon.c: add missing rtcd include 2016-09-30 11:41:26 -07:00
dequant_idct_neon.c *idct*_neon.c: add missing rtcd include 2016-09-30 11:41:26 -07:00
dequantizeb_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
idct_blk_neon.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
idct_dequant_0_2x_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
idct_dequant_full_2x_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
iwalsh_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
loopfiltersimplehorizontaledge_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
loopfiltersimpleverticaledge_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
mbloopfilter_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
shortidct4x4llm_neon.c *idct*_neon.c: add missing rtcd include 2016-09-30 11:41:26 -07:00
sixtappredict_neon.c use memcpy for unaligned neon stores 2017-05-17 12:11:31 -07:00
vp8_loopfilter_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00