Native windows support using clang (#227)

* Add appveyor file

* Build script

* Remove fPIC for now

* copy as

* set CC and CXX

* Change the order of immintrin.h

* Fix testsuite header

* Move testsuite defs to .c

* Fix appveyor file

* Remove fPIC again and fix strerror_r missing bug

* Remove appveyor script

* cd to blis directory

* Fix sleep implementation

* Add f2c_types_win.h

* Fix f2c compilation

* Remove rdp and rename appveyor.yml

* Remove setenv declaration in test header

* set CPICFLAGS to empty

* Fix another immintrin.h issue

* Escape CFLAGS and LDFLAGS

* Fix more ?mmintrin.h issues

* Build x86_64 in appveyor

* override LIBM LIBPTHREAD AR AS

* override pthreads in configure

* Move windows definitions to bli_winsys.h

* Fix LIBPTHREAD default value

* Build intel64 in appveyor for now
This commit is contained in:
Isuru Fernando
2018-07-04 16:48:42 -06:00
committed by Field G. Van Zee
parent b45ea92fc6
commit 14648e1376
32 changed files with 249 additions and 29 deletions

View File

@@ -32,8 +32,8 @@
*/
#include "blis.h"
#include <immintrin.h>
#include "blis.h"
#if 0