summaryrefslogtreecommitdiff
path: root/src/pal/inc/rt/cpp/emmintrin.h
diff options
context:
space:
mode:
authorGleb Balykov/Platform Lab /SRR/Engineer/Samsung Electronics <g.balykov@samsung.com>2020-08-25 11:35:27 +0300
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>2020-08-25 17:35:27 +0900
commit7a0186fe2611e00cd8019adced7af3a269e2e7f4 (patch)
treee08f2c1712e927ea6adc9087d2ea6d000ffc8bf9 /src/pal/inc/rt/cpp/emmintrin.h
parentdc5ea62a519533d193194025ad31135262acf0e9 (diff)
downloadcoreclr-7a0186fe2611e00cd8019adced7af3a269e2e7f4.tar.gz
coreclr-7a0186fe2611e00cd8019adced7af3a269e2e7f4.tar.bz2
coreclr-7a0186fe2611e00cd8019adced7af3a269e2e7f4.zip
* Add -msse2 compile option Cherry-pick of https://github.com/dotnet/runtime/pull/33135 * Use prefixed hex format in asm Cherry-pick of https://github.com/dotnet/runtime/pull/33205 * [Tizen] Add CoreCLR tests build dependencies v3.1.3 for x86 * [Tizen] Add CoreCLR tests build dependencies v3.1.3 for x64 * [Tizen] Allow build of tests for x86/x64
Diffstat (limited to 'src/pal/inc/rt/cpp/emmintrin.h')
-rw-r--r--src/pal/inc/rt/cpp/emmintrin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/inc/rt/cpp/emmintrin.h b/src/pal/inc/rt/cpp/emmintrin.h
index cd633a336a..89e14929ac 100644
--- a/src/pal/inc/rt/cpp/emmintrin.h
+++ b/src/pal/inc/rt/cpp/emmintrin.h
@@ -40,7 +40,7 @@ typedef char __v16qi __attribute__((__vector_size__(16)));
/* Define the default attribute for the functions in this file. */
-#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, NODEBUG_ATTRIBUTE, __target__("sse2")))
+#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, NODEBUG_ATTRIBUTE))
/// \brief Performs a bitwise OR of two 128-bit integer vectors.
///