projects
/
platform
/
upstream
/
coreclr.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updating genSIMDZero to only use `xorps` (#21249)
[platform/upstream/coreclr.git]
/
Directory.Build.props
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
<PropertyGroup>
3
<CL_MPCount>$(NumberOfCores)</CL_MPCount>
4
</PropertyGroup>
5
<PropertyGroup>
6
<!-- Enables Strict mode for Roslyn compiler -->
7
<Features>strict</Features>
8
</PropertyGroup>
9
</Project>