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

Unified Diff: third_party/qcms/src/transform.c

Issue 1206353002: [qcms] Make half float code self-contained: add halffloat.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « third_party/qcms/src/halffloat.h ('k') | third_party/qcms/src/transform_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/qcms/src/transform.c
diff --git a/third_party/qcms/src/transform.c b/third_party/qcms/src/transform.c
index 3ebfe1cd6077abbfc1e81cf11ce9ca3dbe965786..6cb1fc78b74fa709013450ee6384ff8601b9956e 100644
--- a/third_party/qcms/src/transform.c
+++ b/third_party/qcms/src/transform.c
@@ -27,6 +27,7 @@
#include <string.h> //memcpy
#include "qcmsint.h"
#include "chain.h"
+#include "halffloat.h"
#include "matrix.h"
#include "transform_util.h"
« no previous file with comments | « third_party/qcms/src/halffloat.h ('k') | third_party/qcms/src/transform_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698