repo_name
stringclasses
6 values
pr_number
int64
512
78.9k
pr_title
stringlengths
3
144
pr_description
stringlengths
0
30.3k
author
stringlengths
2
21
date_created
timestamp[ns, tz=UTC]
date_merged
timestamp[ns, tz=UTC]
previous_commit
stringlengths
40
40
pr_commit
stringlengths
40
40
query
stringlengths
17
30.4k
filepath
stringlengths
9
210
before_content
stringlengths
0
112M
after_content
stringlengths
0
112M
label
int64
-1
1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/coreclr/jit/lsra.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*****************************************************************************/ #ifndef _LSRA_H_ #define _LSRA_H_ #include "arraylist.h" #include "smallhash.h" // Minor and forwar...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*****************************************************************************/ #ifndef _LSRA_H_ #define _LSRA_H_ #include "arraylist.h" #include "smallhash.h" // Minor and forwar...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/coreclr/vm/stubmgr.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // StubMgr.h // // // The stub manager exists so that the debugger can accurately step through // the myriad stubs & wrappers which exist in the EE, without imposing undue // overhea...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // StubMgr.h // // // The stub manager exists so that the debugger can accurately step through // the myriad stubs & wrappers which exist in the EE, without imposing undue // overhea...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/native/public/mono/utils/mono-jemalloc.h
/** * \file * * Header for jemalloc registration code */ #ifndef __MONO_JEMALLOC_H__ #define __MONO_JEMALLOC_H__ #if defined(MONO_JEMALLOC_ENABLED) #include <jemalloc/jemalloc.h> /* Jemalloc can be configured in three ways. * 1. You can use it with library loading hacks at run-time * 2. You can use it as a gl...
/** * \file * * Header for jemalloc registration code */ #ifndef __MONO_JEMALLOC_H__ #define __MONO_JEMALLOC_H__ #if defined(MONO_JEMALLOC_ENABLED) #include <jemalloc/jemalloc.h> /* Jemalloc can be configured in three ways. * 1. You can use it with library loading hacks at run-time * 2. You can use it as a gl...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/coreclr/md/tables/external.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // File: external.h // // // External types used in MetaData\Storage subcomponent classes. // This file is used for precompiled headers, so it has to be included at the beginning ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // File: external.h // // // External types used in MetaData\Storage subcomponent classes. // This file is used for precompiled headers, so it has to be included at the beginning ...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/native/eventpipe/ds-ipc-pal-types.h
#ifndef __DIAGNOSTICS_IPC_PAL_TYPES_H__ #define __DIAGNOSTICS_IPC_PAL_TYPES_H__ #ifdef ENABLE_PERFTRACING #include "ep-ipc-pal-types.h" #undef DS_IMPL_GETTER_SETTER #ifdef DS_IMPL_IPC_PAL_GETTER_SETTER #define DS_IMPL_GETTER_SETTER #endif #include "ds-getter-setter.h" /* * Diagnostics IPC PAL Structs. */ typedef ...
#ifndef __DIAGNOSTICS_IPC_PAL_TYPES_H__ #define __DIAGNOSTICS_IPC_PAL_TYPES_H__ #ifdef ENABLE_PERFTRACING #include "ep-ipc-pal-types.h" #undef DS_IMPL_GETTER_SETTER #ifdef DS_IMPL_IPC_PAL_GETTER_SETTER #define DS_IMPL_GETTER_SETTER #endif #include "ds-getter-setter.h" /* * Diagnostics IPC PAL Structs. */ typedef ...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/coreclr/pal/src/libunwind/src/ia64/Gtables.c
/* libunwind - a platform-independent unwind library Copyright (c) 2001-2005 Hewlett-Packard Development Company, L.P. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of libunwind. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and as...
/* libunwind - a platform-independent unwind library Copyright (c) 2001-2005 Hewlett-Packard Development Company, L.P. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of libunwind. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and as...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/mono/dlls/mscordbi/cordb.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // File: CORDB.H // #ifndef __MONO_DEBUGGER_CORDB_H__ #define __MONO_DEBUGGER_CORDB_H__ #include "cor.h" #include "cordebug.h" #include "corhdr.h" #include "xcordebug.h" #includ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // File: CORDB.H // #ifndef __MONO_DEBUGGER_CORDB_H__ #define __MONO_DEBUGGER_CORDB_H__ #include "cor.h" #include "cordebug.h" #include "corhdr.h" #include "xcordebug.h" #includ...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/native/public/mono/metadata/details/mono-config-functions.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // This file does not have ifdef guards, it is meant to be included multiple times with different definitions of MONO_API_FUNCTION #ifndef MONO_API_FUNCTION #error "MONO_API_FUNCTI...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // This file does not have ifdef guards, it is meant to be included multiple times with different definitions of MONO_API_FUNCTION #ifndef MONO_API_FUNCTION #error "MONO_API_FUNCTI...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/coreclr/inc/ecmakey.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #pragma once // The byte values of the ECMA pseudo public key and its token. const BYTE g_rbNeutralPublicKey[] = { 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0 }; const BYTE g_rbNe...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #pragma once // The byte values of the ECMA pseudo public key and its token. const BYTE g_rbNeutralPublicKey[] = { 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0 }; const BYTE g_rbNe...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/mono/mono/eglib/glib.h
#ifndef __GLIB_H #define __GLIB_H // Ask stdint.h and inttypes.h for the full C99 features for CentOS 6 g++ 4.4, Android, etc. // See for example: // $HOME/android-toolchain/toolchains/armeabi-v7a-clang/sysroot/usr/include/inttypes.h // $HOME/android-toolchain/toolchains/armeabi-v7a-clang/sysroot/usr/include/stdint.h ...
#ifndef __GLIB_H #define __GLIB_H // Ask stdint.h and inttypes.h for the full C99 features for CentOS 6 g++ 4.4, Android, etc. // See for example: // $HOME/android-toolchain/toolchains/armeabi-v7a-clang/sysroot/usr/include/inttypes.h // $HOME/android-toolchain/toolchains/armeabi-v7a-clang/sysroot/usr/include/stdint.h ...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/coreclr/gc/gcevent_serializers.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #ifndef __GCEVENT_SERIALIZERS_H__ #define __GCEVENT_SERIALIZERS_H__ /* * gcevent_serializers.h - Serialization traits and plumbing for * serializing dynamic events. * * Dynamic ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #ifndef __GCEVENT_SERIALIZERS_H__ #define __GCEVENT_SERIALIZERS_H__ /* * gcevent_serializers.h - Serialization traits and plumbing for * serializing dynamic events. * * Dynamic ...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/mono/mono/sgen/gc-internal-agnostic.h
/** * \file * Mono-agnostic GC interface. * * Copyright (C) 2015 Xamarin Inc * * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #ifndef __MONO_METADATA_GCINTERNALAGNOSTIC_H__ #define __MONO_METADATA_GCINTERNALAGNOSTIC_H__ #include <config.h> #include <glib...
/** * \file * Mono-agnostic GC interface. * * Copyright (C) 2015 Xamarin Inc * * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #ifndef __MONO_METADATA_GCINTERNALAGNOSTIC_H__ #define __MONO_METADATA_GCINTERNALAGNOSTIC_H__ #include <config.h> #include <glib...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/coreclr/pal/inc/rt/winnt.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // // =========================================================================== // File: winnt.h // // ==========================================================================...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // // =========================================================================== // File: winnt.h // // ==========================================================================...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/coreclr/pal/src/libunwind/src/mips/Ginit_local.c
/* libunwind - a platform-independent unwind library Copyright (C) 2008 CodeSourcery This file is part of libunwind. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, includ...
/* libunwind - a platform-independent unwind library Copyright (C) 2008 CodeSourcery This file is part of libunwind. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, includ...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/coreclr/pal/src/libunwind/src/hppa/Gstep.c
/* libunwind - a platform-independent unwind library Copyright (C) 2003-2004 Hewlett-Packard Co Contributed by David Mosberger This file is part of libunwind. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), t...
/* libunwind - a platform-independent unwind library Copyright (C) 2003-2004 Hewlett-Packard Co Contributed by David Mosberger This file is part of libunwind. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), t...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/coreclr/vm/callingconvention.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // // Provides an abstraction over platform specific calling conventions (specifically, the calling convention // utilized by the JIT on that platform). The caller enumerates eac...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // // Provides an abstraction over platform specific calling conventions (specifically, the calling convention // utilized by the JIT on that platform). The caller enumerates eac...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/coreclr/nativeaot/libunwind/src/config.h
//===----------------------------- config.h -------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // // // Defines macros used withi...
//===----------------------------- config.h -------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // // // Defines macros used withi...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/coreclr/pal/src/libunwind/include/tdep-s390x/libunwind_i.h
/* libunwind - a platform-independent unwind library Copyright (C) 2002-2005 Hewlett-Packard Co Contributed by David Mosberger-Tang <davidm@hpl.hp.com> Modified for x86_64 by Max Asbock <masbock@us.ibm.com> This file is part of libunwind. Permission is hereby granted, free of charge, to any person obta...
/* libunwind - a platform-independent unwind library Copyright (C) 2002-2005 Hewlett-Packard Co Contributed by David Mosberger-Tang <davidm@hpl.hp.com> Modified for x86_64 by Max Asbock <masbock@us.ibm.com> This file is part of libunwind. Permission is hereby granted, free of charge, to any person obta...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/coreclr/pal/src/libunwind/src/x86/Lregs.c
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gregs.c" #endif
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gregs.c" #endif
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/tests/JIT/Methodical/eh/rethrow/samerethrowtwice_d.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="samerethrowtwice.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Inclu...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="samerethrowtwice.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Inclu...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Threading; using System.Diagnostics; namespace System.Diagnostics.Metrics { /// <summary> /// Meter is the class responsible f...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Threading; using System.Diagnostics; namespace System.Diagnostics.Metrics { /// <summary> /// Meter is the class responsible f...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/tests/GC/Scenarios/GCSimulator/GCSimulator_82.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments> ...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/mono/System.Private.CoreLib/src/System/Diagnostics/StackTrace.Mono.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namesp...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namesp...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/tests/Loader/classloader/generics/regressions/188892/test188892.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="test188892.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="test188892.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptSignHash.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; using System.Security.Cryptography; internal static partial class Interop { internal static partial class Advapi32 { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; using System.Security.Cryptography; internal static partial class Interop { internal static partial class Advapi32 { ...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/libraries/System.Speech/Directory.Build.props
<Project> <Import Project="..\Directory.Build.props" /> <PropertyGroup> <!-- this assembly is inbox in desktop, do not version it unless you plan on shipping a new desktop version out of band. Instead add API to a different assembly. --> <AssemblyVersion>4.0.0.0</AssemblyVersion> <Str...
<Project> <Import Project="..\Directory.Build.props" /> <PropertyGroup> <!-- this assembly is inbox in desktop, do not version it unless you plan on shipping a new desktop version out of band. Instead add API to a different assembly. --> <AssemblyVersion>4.0.0.0</AssemblyVersion> <Str...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/coreclr/utilcode/executableallocator.cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #include "pedecoder.h" #include "executableallocator.h" #if USE_LAZY_PREFERRED_RANGE // Preferred region to allocate the code in. BYTE * ExecutableAllocator::g_lazyPreferredRangeSta...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #include "pedecoder.h" #include "executableallocator.h" #if USE_LAZY_PREFERRED_RANGE // Preferred region to allocate the code in. BYTE * ExecutableAllocator::g_lazyPreferredRangeSta...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/libraries/Common/tests/System/IO/Compression/StreamHelpers.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; using System.Threading.Tasks; public static partial class StreamHelpers { public static async Task<MemoryStream> CreateTempCopyStream(string path)...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; using System.Threading.Tasks; public static partial class StreamHelpers { public static async Task<MemoryStream> CreateTempCopyStream(string path)...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EmptyStruct.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #if ES_BUILD_STANDALONE namespace Microsoft.Diagnostics.Tracing #else namespace System.Diagnostics.Tracing #endif { /// <summary> /// TraceLogging: Empty struct indicating no...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #if ES_BUILD_STANDALONE namespace Microsoft.Diagnostics.Tracing #else namespace System.Diagnostics.Tracing #endif { /// <summary> /// TraceLogging: Empty struct indicating no...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/Dataflow/ReferenceSource/ValueNode.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Text; using Mono.Cecil; using FieldDe...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Text; using Mono.Cecil; using FieldDe...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42387/b42387.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).il" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/libraries/System.Net.Sockets/tests/FunctionalTests/InlineCompletions.Unix.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.IO; using System.Diagnostics; using System.Threading.Tasks; using Xunit; using Xunit.Abstractions; using Microsoft.DotNet.RemoteExecutor; namespace System.Net.Sockets.T...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.IO; using System.Diagnostics; using System.Threading.Tasks; using Xunit; using Xunit.Abstractions; using Microsoft.DotNet.RemoteExecutor; namespace System.Net.Sockets.T...
-1
dotnet/runtime
65,889
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE
Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
simonrozsival
2022-02-25T12:07:00Z
2022-03-09T14:24:14Z
e32f3b61cd41e6a97ebe8f512ff673b63ff40640
cbcc616cf386b88e49f97f74182ffff241528179
[Mono] Add SIMD intrinsics for Vector64/128 "All" and "Any" variants of GT/GE/LT/LE. Related to #64072 - `GreaterThanAll` - `GreaterThanAny` - `GreaterThanOrEqualAll` - `GreaterThanOrEqualAny` - `LessThanAll` - `LessThanAny` - `LessThanOrEqualAll` - `LessThanOrEqualAny`
./src/libraries/System.Globalization/tests/Invariant/InvariantMode.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Buffers; using System.Reflection; using System.Buffers.Binary; using System.Collections.Generic; using System.IO; using System.Runtime.InteropServices; using System.Text...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Buffers; using System.Reflection; using System.Buffers.Binary; using System.Collections.Generic; using System.IO; using System.Runtime.InteropServices; using System.Text...
-1