summaryrefslogtreecommitdiff
path: root/src/inc/corjitflags.h
AgeCommit message (Collapse)AuthorFilesLines
2018-02-28ARM64 SHA256 Crypto intrinsics implementationDebayan Ghosh1-1/+1
2018-01-04Merge changes from TFS (#15732)dotnet bot1-2/+2
* Remove unused CORJIT_FLAG_USE_SSE3_4 This changes the JIT-EE interface GUID. This is the desktop side of https://github.com/dotnet/coreclr/pull/14825. [tfs-changeset: 1685154] * Pick up rest of desktop side changes
2017-12-13[Arm64/Linux] PAL_GetJitCpuCapabilityFlags() (#15447)Steve MacLean1-0/+250
Initial PAL API definition Implementation for ARM64/Linux