* Restore the remaining utests * Try fork test on Cygwin and Linux only, it hangs on at least ARMv8/Android as well * Use generic sswap/dswap kernels for NEHALEM 32bit to fix fault found by the restored swap utest * Disable zdotu test for MS cl to work around runtime error -1073741819 on AppVeyor for now (probably coding error in the initialization of the complex numbers or wrong choice of zdotu API)
4 lines
93 B
Plaintext
4 lines
93 B
Plaintext
include $(KERNELDIR)/KERNEL.PENRYN
|
|
SSWAPKERNEL = ../arm/swap.c
|
|
DSWAPKERNEL = ../arm/swap.c
|