Index: head/emulators/citra/files/patch-src_video__core_shader_shader__jit__x64__compiler.cpp =================================================================== --- head/emulators/citra/files/patch-src_video__core_shader_shader__jit__x64__compiler.cpp (revision 443545) +++ head/emulators/citra/files/patch-src_video__core_shader_shader__jit__x64__compiler.cpp (nonexistent) @@ -1,17 +0,0 @@ -https://github.com/llvm-mirror/clang/commit/41885d36e85ead75a1d18ef7d2f43663f90ed67e - ---- src/video_core/shader/shader_jit_x64_compiler.cpp.orig 2017-02-21 21:47:34 UTC -+++ src/video_core/shader/shader_jit_x64_compiler.cpp -@@ -6,7 +6,12 @@ - #include - #include - #include -+#if defined(__clang__) && (__clang_major__ == 3 && __clang_minor__ < 8) -+// requires -msse4.1 with Clang before 3.8 -+#define _MM_FROUND_FLOOR 0x01 -+#else - #include -+#endif - #include - #include "common/assert.h" - #include "common/logging/log.h" Property changes on: head/emulators/citra/files/patch-src_video__core_shader_shader__jit__x64__compiler.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property