Frank Barchard c67db60534 HalfFloat_SSE2 use movd from memory
pshufd requires 16 byte aligned memory or a register.
Use movd to a register to avoid a segfault if memory for float
is misaligned

Bug: libyuv:759
Test: 32 bit build of LibYUVPlanarTest.TestHalfFloatPlane_16bit_denormal
Change-Id: I6fdcc4317453af5acd4700f9d46425bb2f4a205b
Reviewed-on: https://chromium-review.googlesource.com/840459
Reviewed-by: Miguel Casas <mcasas@chromium.org>
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
Commit-Queue: Frank Barchard <fbarchard@chromium.org>
2017-12-21 19:37:50 +00:00
..
compare_common.cc Fix odd length HammingDistance 2017-10-04 22:21:36 +00:00
compare_gcc.cc Mark a bunch of kArray variables as const. 2017-11-27 23:38:44 +00:00
compare_msa.cc Remove DISABLE_CLANG_MSA 2017-11-08 19:55:14 +00:00
compare_neon64.cc fix clang-format-ing for row arm functions 2017-09-14 21:35:06 +00:00
compare_neon.cc fix clang-format-ing for row arm functions 2017-09-14 21:35:06 +00:00
compare_win.cc HammingDistance_X86 using popcnt assembly 2017-10-23 21:15:12 +00:00
compare.cc HammingDistance_X86 using popcnt assembly 2017-10-23 21:15:12 +00:00
convert_argb.cc Add AR30ToARGB function 2017-12-19 01:54:42 +00:00
convert_from_argb.cc Remove Mips DSPR2 code 2017-12-14 18:22:16 +00:00
convert_from.cc H010Copy function to copy 16 bit planar formats 2017-12-15 03:34:34 +00:00
convert_jpeg.cc clang-format libyuv 2016-11-07 17:37:23 -08:00
convert_to_argb.cc add Intel Code Analyst markers 2017-01-13 15:50:24 -08:00
convert_to_i420.cc clang-format libyuv 2016-11-07 17:37:23 -08:00
convert.cc H010Copy function to copy 16 bit planar formats 2017-12-15 03:34:34 +00:00
cpu_id.cc Remove Mips DSPR2 code 2017-12-14 18:22:16 +00:00
mjpeg_decoder.cc Revert "include <new> header for benefit of new clang builds" 2017-08-03 22:03:47 +00:00
mjpeg_validate.cc casting for c89 compatibility and lint cleanup 2017-11-09 18:22:17 +00:00
planar_functions.cc H010Copy function to copy 16 bit planar formats 2017-12-15 03:34:34 +00:00
rotate_any.cc Remove Mips DSPR2 code 2017-12-14 18:22:16 +00:00
rotate_argb.cc Remove Mips DSPR2 code 2017-12-14 18:22:16 +00:00
rotate_common.cc clang-format 5.0 applied to libyuv 2017-03-08 18:50:12 +00:00
rotate_gcc.cc clang-format 5.0 applied to libyuv 2017-03-08 18:50:12 +00:00
rotate_msa.cc Add MSA optimized rotate functions (used 16x16 transpose) 2017-01-13 15:50:02 +05:30
rotate_neon64.cc Mark a bunch of kArray variables as const. 2017-11-27 23:38:44 +00:00
rotate_neon.cc Mark a bunch of kArray variables as const. 2017-11-27 23:38:44 +00:00
rotate_win.cc mingw fix ifdefs to use gcc source 2017-10-17 17:36:35 +00:00
rotate.cc Remove Mips DSPR2 code 2017-12-14 18:22:16 +00:00
row_any.cc Remove Mips DSPR2 code 2017-12-14 18:22:16 +00:00
row_common.cc Add AR30ToARGB function 2017-12-19 01:54:42 +00:00
row_gcc.cc HalfFloat_SSE2 use movd from memory 2017-12-21 19:37:50 +00:00
row_msa.cc Remove DISABLE_CLANG_MSA 2017-11-08 19:55:14 +00:00
row_neon64.cc Port HammingDistance to SSSE3 2017-10-03 19:11:05 +00:00
row_neon.cc fix clang-format-ing for row arm functions 2017-09-14 21:35:06 +00:00
row_win.cc scale float samples and return max value 2017-08-04 23:34:30 +00:00
scale_any.cc Remove Mips DSPR2 code 2017-12-14 18:22:16 +00:00
scale_argb.cc Remove Mips DSPR2 code 2017-12-14 18:22:16 +00:00
scale_common.cc Remove Mips DSPR2 code 2017-12-14 18:22:16 +00:00
scale_gcc.cc Mark a bunch of kArray variables as const. 2017-11-27 23:38:44 +00:00
scale_msa.cc Remove DISABLE_CLANG_MSA 2017-11-08 19:55:14 +00:00
scale_neon64.cc Mark a bunch of kArray variables as const. 2017-11-27 23:38:44 +00:00
scale_neon.cc Mark a bunch of kArray variables as const. 2017-11-27 23:38:44 +00:00
scale_win.cc Mark a bunch of kArray variables as const. 2017-11-27 23:38:44 +00:00
scale.cc Remove Mips DSPR2 code 2017-12-14 18:22:16 +00:00
video_common.cc clang-format libyuv 2016-11-07 17:37:23 -08:00