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

Unified Diff: include/libyuv/row.h

Issue 2387713002: HalfFloat_SSE2 for Visual C (Closed)
Patch Set: planar functions sse2 only Created 4 years, 2 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 | source/planar_functions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/libyuv/row.h
diff --git a/include/libyuv/row.h b/include/libyuv/row.h
index b810221ec7a787a1fc106ca3e09fce365a080e15..7bbad513c338eb9b36868ce0a9e027d80969d98e 100644
--- a/include/libyuv/row.h
+++ b/include/libyuv/row.h
@@ -140,6 +140,7 @@ extern "C" {
#define HAS_YUY2TOUV422ROW_SSE2
#define HAS_YUY2TOUVROW_SSE2
#define HAS_YUY2TOYROW_SSE2
+#define HAS_HALFFLOATROW_SSE2
// Effects:
#define HAS_ARGBADDROW_SSE2
@@ -262,13 +263,6 @@ extern "C" {
#define HAS_I422TOARGBROW_SSSE3
#endif
-// The following are available on gcc x86 platforms:
-// TODO(fbarchard): Port to Visual C.
-#if !defined(LIBYUV_DISABLE_X86) && \
- (defined(__x86_64__) || (defined(__i386__) && !defined(_MSC_VER)))
-#define HAS_HALFFLOATROW_SSE2
-#endif
-
// The following are available on Neon platforms:
#if !defined(LIBYUV_DISABLE_NEON) && \
(defined(__aarch64__) || defined(__ARM_NEON__) || defined(LIBYUV_NEON))
« no previous file with comments | « no previous file | source/planar_functions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698