summaryrefslogtreecommitdiff
path: root/src/vm/fieldmarshaler.h
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2018-01-21 19:35:47 -0800
committerTanner Gooding <tagoo@outlook.com>2018-01-27 11:37:13 -0800
commitab4f699cef72204b96919447a3c5ca7034fcf567 (patch)
treec3187bd8fbe730f8ef1697f96068e0c5c06c2aac /src/vm/fieldmarshaler.h
parent7121570db6f356277647ebaa6d2185da489403e5 (diff)
downloadcoreclr-ab4f699cef72204b96919447a3c5ca7034fcf567.tar.gz
coreclr-ab4f699cef72204b96919447a3c5ca7034fcf567.tar.bz2
coreclr-ab4f699cef72204b96919447a3c5ca7034fcf567.zip
Updating the VM to properly pack the SIMD hardware intrinsic types.
Diffstat (limited to 'src/vm/fieldmarshaler.h')
-rw-r--r--src/vm/fieldmarshaler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/fieldmarshaler.h b/src/vm/fieldmarshaler.h
index 2d11068f15..8c1f8fe1ac 100644
--- a/src/vm/fieldmarshaler.h
+++ b/src/vm/fieldmarshaler.h
@@ -88,7 +88,7 @@ enum NStructFieldType
// Currently we set this to the packing size of the largest supported
// fundamental type and let the field marshaller downsize where needed.
//=======================================================================
-#define DEFAULT_PACKING_SIZE 8
+#define DEFAULT_PACKING_SIZE 32
//=======================================================================