Skip to content

Commit 8fb4ff0

Browse files
committed
Switched to new implementation of xsimd
1 parent 2591a43 commit 8fb4ff0

File tree

222 files changed

+1140
-47951
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+1140
-47951
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install:
3838
- conda install cmake xtl -c conda-forge
3939
- cmake -G "NMake Makefiles" -D DOWNLOAD_GTEST=1 -D ENABLE_XTL_COMPLEX=1 -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\LIBRARY -D CMAKE_BUILD_TYPE=Release .
4040
- nmake test_xsimd
41-
- cd test-refactoring
41+
- cd test
4242

4343
build_script:
4444
- "%RUNTEST%"

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
cd test
8282
.\test_xsimd
8383
displayName: "Test xsimd"
84-
workingDirectory: $(Build.BinariesDirectory)/build/test-refactoring
84+
workingDirectory: $(Build.BinariesDirectory)/build/test

.azure-pipelines/unix-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ steps:
5151
workingDirectory: $(Build.BinariesDirectory)/build
5252
5353
- script: |
54-
cd test-refactoring
54+
cd test
5555
source activate xsimd
5656
if [[ $(avx512) == 1 ]]; then
5757
../../sde-external-8.56.0-2020-07-05-lin/sde64 -skx -- ./test_xsimd

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.1)
1212
project(xsimd)
1313
option(XSIMD_REFACTORING ON)
1414

15-
set(XSIMD_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include-refactoring)
15+
set(XSIMD_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
1616

1717
# Versionning
1818
# ===========
@@ -100,7 +100,7 @@ endif()
100100

101101
if(BUILD_TESTS)
102102
enable_testing()
103-
add_subdirectory(test-refactoring)
103+
add_subdirectory(test)
104104
endif()
105105

106106
OPTION(BUILD_BENCHMARK "xsimd benchmarks" OFF)

include-refactoring/xsimd/config/xsimd_arch.hpp

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)