Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: third_party/WebKit/Source/platform/transforms/TransformationMatrix.cpp

Issue 2663983003: Add clang build fix for MSA (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/transforms/TransformationMatrix.cpp
diff --git a/third_party/WebKit/Source/platform/transforms/TransformationMatrix.cpp b/third_party/WebKit/Source/platform/transforms/TransformationMatrix.cpp
index 9ac95bb6ec56810f4a121e069a3af57f93340496..6b6aeef07b8553e0be52ec155cb83e5304144af7 100644
--- a/third_party/WebKit/Source/platform/transforms/TransformationMatrix.cpp
+++ b/third_party/WebKit/Source/platform/transforms/TransformationMatrix.cpp
@@ -163,7 +163,7 @@ static double determinant4x4(const TransformationMatrix::Matrix4& m) {
d1 * determinant3x3(a2, a3, a4, b2, b3, b4, c2, c3, c4);
}
-#if !CPU(ARM64)
+#if !CPU(ARM64) && !HAVE(MIPS_MSA_INTRINSICS)
// adjoint( original_matrix, inverse_matrix )
//
// calculate the adjoint of a 4x4 matrix
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698