aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/ChocolArm64.csproj
AgeCommit message (Collapse)Author
2019-02-19ARM exclusive monitor and multicore fixes (#589)gdkchan
* Implement ARM exclusive load/store with compare exchange insts, and enable multicore by default * Fix comment typo * Support Linux and OSX on MemoryAlloc and CompareExchange128, some cleanup * Use intel syntax on assembly code * Adjust identation * Add CPUID check and fix exclusive reservation granule size * Update schema multicore scheduling default value * Make the cpu id check code lower case aswell
2018-06-30Add linux-x64 to RID property to make tests works on linux (#205)Thomas Guillemard
2018-05-11Add intrinsics support (#121)gdkchan
* Initial intrinsics support * Update tests to work with the new Vector128 type and intrinsics * Drop SSE4.1 requirement * Fix copy-paste mistake
2018-02-20Split main project into core,graphics and chocolarm4 subproject (#29)emmauss