Commit 2ec883ba authored by Eero Häkkinen's avatar Eero Häkkinen Committed by Commit Bot

[Reland] Implement test cases for blink::VectorMath functions

Original CL: https://chromium-review.googlesource.com/737877

This CL avoids erroneous array bound checks in the standard algorithm
library.

This is a preparation for AVX optimization of blink::VectorMath
functions.

Bug: 778262
Change-Id: Ifc8465644a048cd0815c993dd824bdf62d04415a
Reviewed-on: https://chromium-review.googlesource.com/744005Reviewed-by: default avatarRaymond Toy <rtoy@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Eero Häkkinen <eero.hakkinen@intel.com>
Cr-Commit-Position: refs/heads/master@{#512674}
parent 26c0aca7
......@@ -1736,6 +1736,7 @@ jumbo_source_set("blink_platform_unittests_sources") {
"animation/CompositorFloatAnimationCurveTest.cpp",
"animation/TimingFunctionTest.cpp",
"audio/PushPullFIFOTest.cpp",
"audio/VectorMathTest.cpp",
"bindings/RuntimeCallStatsTest.cpp",
"exported/FilePathConversionTest.cpp",
"exported/WebCORSPreflightResultCacheTest.cpp",
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment