summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2017-12-15 23:06:47 -0600
committerJan Kotas <jkotas@microsoft.com>2017-12-16 00:06:47 -0500
commite2837daec1d3a32aa33942c11d5820b09caafc7b (patch)
tree60f9c60be6b9bb7bcce6c950a05344dd97a1a01f /src
parentef74ed68fdb108ed9432c40eb2acae4bf7c35bd3 (diff)
downloadcoreclr-e2837daec1d3a32aa33942c11d5820b09caafc7b.tar.gz
coreclr-e2837daec1d3a32aa33942c11d5820b09caafc7b.tar.bz2
coreclr-e2837daec1d3a32aa33942c11d5820b09caafc7b.zip
Update CoreClr to preview1-26015-09 (master) (#15550)
* Update CoreClr to preview1-26015-09 * Fix formatting
Diffstat (limited to 'src')
-rw-r--r--src/jit/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/compiler.h b/src/jit/compiler.h
index 5e448d8f6a..e8c5b12ab6 100644
--- a/src/jit/compiler.h
+++ b/src/jit/compiler.h
@@ -7702,7 +7702,7 @@ private:
int getSIMDTypeAlignment(var_types simdType);
// Get the number of bytes in a System.Numeric.Vector<T> for the current compilation.
- // Note - cannot be used for System.Runtime.Intrinsic
+ // Note - cannot be used for System.Runtime.Intrinsic
unsigned getSIMDVectorRegisterByteLength()
{
#if defined(_TARGET_XARCH_) && !defined(LEGACY_BACKEND)