 f9f111bc85
			
		
	
	
		f9f111bc85
		
			
		
	
	
	
	
		
			
			* Initial intrinsics support * Update tests to work with the new Vector128 type and intrinsics * Drop SSE4.1 requirement * Fix copy-paste mistake
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			680 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			680 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>netcoreapp2.1</TargetFramework>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
 | |
|     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
 | |
|     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\ChocolArm64\ChocolArm64.csproj" />
 | |
|     <ProjectReference Include="..\Ryujinx.Audio\Ryujinx.Audio.csproj" />
 | |
|     <ProjectReference Include="..\Ryujinx.Graphics\Ryujinx.Graphics.csproj" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project>
 |