You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.183
Former-commit-id: 52d866fe5c7f8a1e61b372993391b8bfdfac2bd0
This commit is contained in:
parent
7aefecd37c
commit
82da664f86
@@ -9,8 +9,12 @@ include ../../build/rules.make
|
||||
LIBRARY = Mono.Runtime.Tests.dll
|
||||
NO_BUILD = 1
|
||||
NO_INSTALL = 1
|
||||
LIB_REFS = System System.Core System.Numerics System.Numerics.Vectors Mono.Simd
|
||||
LIB_REFS = System System.Core System.Numerics System.Numerics.Vectors
|
||||
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -unsafe -d:__MOBILE__ -nowarn:CS0169,CS0649,CS0414,CS0618,CS0219,CS0168
|
||||
|
||||
ifneq ($(PROFILE),monodroid)
|
||||
LIB_REFS += Mono.Simd
|
||||
endif
|
||||
|
||||
include ../../build/library.make
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../mono/mini/basic-simd.cs
|
||||
Reference in New Issue
Block a user