Skip to content

Instantly share code, notes, and snippets.

@mr-c
Last active June 2, 2020 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mr-c/01905058bcf5b022667bc947561aabce to your computer and use it in GitHub Desktop.
Save mr-c/01905058bcf5b022667bc947561aabce to your computer and use it in GitHub Desktop.
dpkg-buildpackage: info: source package simde
dpkg-buildpackage: info: source version 0.0.0.git.20200526-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Michael R. Crusoe <michael.crusoe@gmail.com>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture ppc64el
debian/rules clean
dh clean --sourcedirectory=test --builddirectory=gcc_test
debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526'
dh_auto_clean --builddirectory=gcc_test --sourcedirectory=test
dh_auto_clean --builddirectory=clang_test --sourcedirectory=test
make[1]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526'
dh_autoreconf_clean -O--sourcedirectory=test -O--builddirectory=gcc_test
dh_clean -O--sourcedirectory=test -O--builddirectory=gcc_test
dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building simde using existing ./simde_0.0.0.git.20200526.orig.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building simde in simde_0.0.0.git.20200526-1.debian.tar.xz
dpkg-source: info: building simde in simde_0.0.0.git.20200526-1.dsc
debian/rules binary
dh binary --sourcedirectory=test --builddirectory=gcc_test
dh_update_autotools_config -O--sourcedirectory=test -O--builddirectory=gcc_test
dh_autoreconf -O--sourcedirectory=test -O--builddirectory=gcc_test
debian/rules override_dh_auto_configure
make[1]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526'
CC=clang CXX=clang++ dh_auto_configure --builddirectory=clang_test --sourcedirectory=test
cd clang_test && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang\+\+ -DCMAKE_INSTALL_LIBDIR=lib/powerpc64le-linux-gnu ../test
-- The C compiler identification is Clang 9.0.1
-- The CXX compiler identification is Clang 9.0.1
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for fegetround
-- Looking for fegetround - found
-- Performing Test CFLAG_fopenmp_simd
-- Performing Test CFLAG_fopenmp_simd - Success
-- Performing Test CFLAG_w
-- Performing Test CFLAG_w - Success
-- Performing Test CFLAG_Wno_psabi
-- Performing Test CFLAG_Wno_psabi - Failed
-- Performing Test CXXFLAG_Wno_psabi
-- Performing Test CXXFLAG_Wno_psabi - Failed
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LOCALSTATEDIR
CMAKE_INSTALL_RUNSTATEDIR
CMAKE_INSTALL_SYSCONFDIR
-- Build files have been written to: /home/crusoe/simde-0.0.0.git.20200526/clang_test
CC=gcc CXX=g++ dh_auto_configure --builddirectory=gcc_test --sourcedirectory=test
cd gcc_test && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g\+\+ -DCMAKE_INSTALL_LIBDIR=lib/powerpc64le-linux-gnu ../test
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for fegetround
-- Looking for fegetround - found
-- Performing Test CFLAG_fopenmp_simd
-- Performing Test CFLAG_fopenmp_simd - Success
-- Performing Test CFLAG_w
-- Performing Test CFLAG_w - Success
-- Performing Test CFLAG_Wpsabi
-- Performing Test CFLAG_Wpsabi - Success
-- Performing Test CXXFLAG_Wpsabi
-- Performing Test CXXFLAG_Wpsabi - Success
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LOCALSTATEDIR
CMAKE_INSTALL_RUNSTATEDIR
CMAKE_INSTALL_SYSCONFDIR
-- Build files have been written to: /home/crusoe/simde-0.0.0.git.20200526/gcc_test
make[1]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526'
debian/rules override_dh_auto_build
make[1]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526'
dh_auto_build --builddirectory=gcc_test --sourcedirectory=test
cd gcc_test && make -j1 "INSTALL=install --strip-program=true"
make[2]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
/usr/bin/cmake -S/home/crusoe/simde-0.0.0.git.20200526/test -B/home/crusoe/simde-0.0.0.git.20200526/gcc_test --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/crusoe/simde-0.0.0.git.20200526/gcc_test/CMakeFiles /home/crusoe/simde-0.0.0.git.20200526/gcc_test/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
make -f CMakeFiles/simde-test-emul.dir/build.make CMakeFiles/simde-test-emul.dir/depend
make[4]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
cd /home/crusoe/simde-0.0.0.git.20200526/gcc_test && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/crusoe/simde-0.0.0.git.20200526/test /home/crusoe/simde-0.0.0.git.20200526/test /home/crusoe/simde-0.0.0.git.20200526/gcc_test /home/crusoe/simde-0.0.0.git.20200526/gcc_test /home/crusoe/simde-0.0.0.git.20200526/gcc_test/CMakeFiles/simde-test-emul.dir/DependInfo.cmake --color=
Scanning dependencies of target simde-test-emul
make[4]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
make -f CMakeFiles/simde-test-emul.dir/build.make CMakeFiles/simde-test-emul.dir/build
make[4]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
[ 1%] Building C object CMakeFiles/simde-test-emul.dir/x86/mmx.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/mmx.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/mmx.c
[ 2%] Building C object CMakeFiles/simde-test-emul.dir/x86/sse.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/sse.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse.c
[ 3%] Building C object CMakeFiles/simde-test-emul.dir/x86/sse2.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/sse2.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse2.c
[ 4%] Building C object CMakeFiles/simde-test-emul.dir/x86/sse3.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/sse3.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse3.c
[ 5%] Building C object CMakeFiles/simde-test-emul.dir/x86/ssse3.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/ssse3.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/ssse3.c
[ 6%] Building C object CMakeFiles/simde-test-emul.dir/x86/sse4.1.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/sse4.1.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse4.1.c
[ 7%] Building C object CMakeFiles/simde-test-emul.dir/x86/sse4.2.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/sse4.2.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse4.2.c
[ 8%] Building C object CMakeFiles/simde-test-emul.dir/x86/avx.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/avx.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx.c
[ 9%] Building C object CMakeFiles/simde-test-emul.dir/x86/avx2.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/avx2.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx2.c
[ 10%] Building C object CMakeFiles/simde-test-emul.dir/x86/avx512f.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/avx512f.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx512f.c
[ 11%] Building C object CMakeFiles/simde-test-emul.dir/x86/avx512bw.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/avx512bw.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx512bw.c
[ 12%] Building C object CMakeFiles/simde-test-emul.dir/x86/avx512vl.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/avx512vl.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx512vl.c
[ 13%] Building C object CMakeFiles/simde-test-emul.dir/x86/avx512dq.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/avx512dq.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx512dq.c
[ 15%] Building C object CMakeFiles/simde-test-emul.dir/x86/avx512cd.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/avx512cd.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx512cd.c
[ 16%] Building C object CMakeFiles/simde-test-emul.dir/x86/gfni.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/gfni.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/gfni.c
[ 17%] Building C object CMakeFiles/simde-test-emul.dir/x86/fma.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/fma.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/fma.c
[ 18%] Building C object CMakeFiles/simde-test-emul.dir/x86/svml.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/svml.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/svml.c
[ 19%] Building C object CMakeFiles/simde-test-emul.dir/arm/neon/vadd.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/arm/neon/vadd.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/vadd.c
[ 20%] Building C object CMakeFiles/simde-test-emul.dir/arm/neon/vdup_n.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/arm/neon/vdup_n.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/vdup_n.c
[ 21%] Building C object CMakeFiles/simde-test-emul.dir/arm/neon/vmul.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/arm/neon/vmul.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/vmul.c
[ 22%] Building C object CMakeFiles/simde-test-emul.dir/arm/neon/vsub.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/arm/neon/vsub.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/vsub.c
[ 23%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/mmx.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/mmx.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/mmx.cpp
[ 24%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/sse.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/sse.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/sse.cpp
[ 25%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/sse2.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/sse2.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/sse2.cpp
[ 26%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/sse3.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/sse3.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/sse3.cpp
[ 27%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/ssse3.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/ssse3.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/ssse3.cpp
[ 29%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/sse4.1.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/sse4.1.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/sse4.1.cpp
[ 30%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/sse4.2.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/sse4.2.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/sse4.2.cpp
[ 31%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/avx.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/avx.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/avx.cpp
[ 32%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/avx2.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/avx2.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/avx2.cpp
[ 33%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/avx512f.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/avx512f.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/avx512f.cpp
[ 34%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/avx512bw.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/avx512bw.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/avx512bw.cpp
[ 35%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/avx512vl.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/avx512vl.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/avx512vl.cpp
[ 36%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/avx512dq.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/avx512dq.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/avx512dq.cpp
[ 37%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/avx512cd.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/avx512cd.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/avx512cd.cpp
[ 38%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/gfni.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/gfni.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/gfni.cpp
[ 39%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/fma.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/fma.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/fma.cpp
[ 40%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/svml.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/x86/svml.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/svml.cpp
[ 41%] Building CXX object CMakeFiles/simde-test-emul.dir/arm/neon/vadd.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/arm/neon/vadd.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/arm/neon/vadd.cpp
[ 43%] Building CXX object CMakeFiles/simde-test-emul.dir/arm/neon/vdup_n.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/arm/neon/vdup_n.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/arm/neon/vdup_n.cpp
[ 44%] Building CXX object CMakeFiles/simde-test-emul.dir/arm/neon/vmul.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/arm/neon/vmul.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/arm/neon/vmul.cpp
[ 45%] Building CXX object CMakeFiles/simde-test-emul.dir/arm/neon/vsub.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-emul.dir/arm/neon/vsub.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/arm/neon/vsub.cpp
[ 46%] Linking CXX static library libsimde-test-emul.a
/usr/bin/cmake -P CMakeFiles/simde-test-emul.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/simde-test-emul.dir/link.txt --verbose=1
/usr/bin/ar qc libsimde-test-emul.a CMakeFiles/simde-test-emul.dir/x86/mmx.c.o CMakeFiles/simde-test-emul.dir/x86/sse.c.o CMakeFiles/simde-test-emul.dir/x86/sse2.c.o CMakeFiles/simde-test-emul.dir/x86/sse3.c.o CMakeFiles/simde-test-emul.dir/x86/ssse3.c.o CMakeFiles/simde-test-emul.dir/x86/sse4.1.c.o CMakeFiles/simde-test-emul.dir/x86/sse4.2.c.o CMakeFiles/simde-test-emul.dir/x86/avx.c.o CMakeFiles/simde-test-emul.dir/x86/avx2.c.o CMakeFiles/simde-test-emul.dir/x86/avx512f.c.o CMakeFiles/simde-test-emul.dir/x86/avx512bw.c.o CMakeFiles/simde-test-emul.dir/x86/avx512vl.c.o CMakeFiles/simde-test-emul.dir/x86/avx512dq.c.o CMakeFiles/simde-test-emul.dir/x86/avx512cd.c.o CMakeFiles/simde-test-emul.dir/x86/gfni.c.o CMakeFiles/simde-test-emul.dir/x86/fma.c.o CMakeFiles/simde-test-emul.dir/x86/svml.c.o CMakeFiles/simde-test-emul.dir/arm/neon/vadd.c.o CMakeFiles/simde-test-emul.dir/arm/neon/vdup_n.c.o CMakeFiles/simde-test-emul.dir/arm/neon/vmul.c.o CMakeFiles/simde-test-emul.dir/arm/neon/vsub.c.o CMakeFiles/simde-test-emul.dir/x86/mmx.cpp.o CMakeFiles/simde-test-emul.dir/x86/sse.cpp.o CMakeFiles/simde-test-emul.dir/x86/sse2.cpp.o CMakeFiles/simde-test-emul.dir/x86/sse3.cpp.o CMakeFiles/simde-test-emul.dir/x86/ssse3.cpp.o CMakeFiles/simde-test-emul.dir/x86/sse4.1.cpp.o CMakeFiles/simde-test-emul.dir/x86/sse4.2.cpp.o CMakeFiles/simde-test-emul.dir/x86/avx.cpp.o CMakeFiles/simde-test-emul.dir/x86/avx2.cpp.o CMakeFiles/simde-test-emul.dir/x86/avx512f.cpp.o CMakeFiles/simde-test-emul.dir/x86/avx512bw.cpp.o CMakeFiles/simde-test-emul.dir/x86/avx512vl.cpp.o CMakeFiles/simde-test-emul.dir/x86/avx512dq.cpp.o CMakeFiles/simde-test-emul.dir/x86/avx512cd.cpp.o CMakeFiles/simde-test-emul.dir/x86/gfni.cpp.o CMakeFiles/simde-test-emul.dir/x86/fma.cpp.o CMakeFiles/simde-test-emul.dir/x86/svml.cpp.o CMakeFiles/simde-test-emul.dir/arm/neon/vadd.cpp.o CMakeFiles/simde-test-emul.dir/arm/neon/vdup_n.cpp.o CMakeFiles/simde-test-emul.dir/arm/neon/vmul.cpp.o CMakeFiles/simde-test-emul.dir/arm/neon/vsub.cpp.o
/usr/bin/ranlib libsimde-test-emul.a
make[4]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
[ 46%] Built target simde-test-emul
make -f CMakeFiles/simde-test-native.dir/build.make CMakeFiles/simde-test-native.dir/depend
make[4]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
cd /home/crusoe/simde-0.0.0.git.20200526/gcc_test && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/crusoe/simde-0.0.0.git.20200526/test /home/crusoe/simde-0.0.0.git.20200526/test /home/crusoe/simde-0.0.0.git.20200526/gcc_test /home/crusoe/simde-0.0.0.git.20200526/gcc_test /home/crusoe/simde-0.0.0.git.20200526/gcc_test/CMakeFiles/simde-test-native.dir/DependInfo.cmake --color=
Scanning dependencies of target simde-test-native
make[4]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
make -f CMakeFiles/simde-test-native.dir/build.make CMakeFiles/simde-test-native.dir/build
make[4]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
[ 47%] Building C object CMakeFiles/simde-test-native.dir/x86/mmx.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/mmx.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/mmx.c
[ 48%] Building C object CMakeFiles/simde-test-native.dir/x86/sse.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/sse.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse.c
[ 49%] Building C object CMakeFiles/simde-test-native.dir/x86/sse2.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/sse2.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse2.c
[ 50%] Building C object CMakeFiles/simde-test-native.dir/x86/sse3.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/sse3.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse3.c
[ 51%] Building C object CMakeFiles/simde-test-native.dir/x86/ssse3.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/ssse3.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/ssse3.c
[ 52%] Building C object CMakeFiles/simde-test-native.dir/x86/sse4.1.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/sse4.1.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse4.1.c
[ 53%] Building C object CMakeFiles/simde-test-native.dir/x86/sse4.2.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/sse4.2.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse4.2.c
[ 54%] Building C object CMakeFiles/simde-test-native.dir/x86/avx.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/avx.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx.c
[ 55%] Building C object CMakeFiles/simde-test-native.dir/x86/avx2.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/avx2.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx2.c
[ 56%] Building C object CMakeFiles/simde-test-native.dir/x86/avx512f.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/avx512f.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx512f.c
[ 58%] Building C object CMakeFiles/simde-test-native.dir/x86/avx512bw.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/avx512bw.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx512bw.c
[ 59%] Building C object CMakeFiles/simde-test-native.dir/x86/avx512vl.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/avx512vl.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx512vl.c
[ 60%] Building C object CMakeFiles/simde-test-native.dir/x86/avx512dq.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/avx512dq.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx512dq.c
[ 61%] Building C object CMakeFiles/simde-test-native.dir/x86/avx512cd.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/avx512cd.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx512cd.c
[ 62%] Building C object CMakeFiles/simde-test-native.dir/x86/gfni.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/gfni.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/gfni.c
[ 63%] Building C object CMakeFiles/simde-test-native.dir/x86/fma.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/fma.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/fma.c
[ 64%] Building C object CMakeFiles/simde-test-native.dir/x86/svml.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/svml.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/svml.c
[ 65%] Building C object CMakeFiles/simde-test-native.dir/arm/neon/vadd.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/arm/neon/vadd.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/vadd.c
[ 66%] Building C object CMakeFiles/simde-test-native.dir/arm/neon/vdup_n.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/arm/neon/vdup_n.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/vdup_n.c
[ 67%] Building C object CMakeFiles/simde-test-native.dir/arm/neon/vmul.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/arm/neon/vmul.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/vmul.c
[ 68%] Building C object CMakeFiles/simde-test-native.dir/arm/neon/vsub.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/arm/neon/vsub.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/vsub.c
[ 69%] Building CXX object CMakeFiles/simde-test-native.dir/x86/mmx.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/mmx.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/mmx.cpp
[ 70%] Building CXX object CMakeFiles/simde-test-native.dir/x86/sse.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/sse.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/sse.cpp
[ 72%] Building CXX object CMakeFiles/simde-test-native.dir/x86/sse2.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/sse2.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/sse2.cpp
[ 73%] Building CXX object CMakeFiles/simde-test-native.dir/x86/sse3.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/sse3.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/sse3.cpp
[ 74%] Building CXX object CMakeFiles/simde-test-native.dir/x86/ssse3.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/ssse3.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/ssse3.cpp
[ 75%] Building CXX object CMakeFiles/simde-test-native.dir/x86/sse4.1.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/sse4.1.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/sse4.1.cpp
[ 76%] Building CXX object CMakeFiles/simde-test-native.dir/x86/sse4.2.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/sse4.2.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/sse4.2.cpp
[ 77%] Building CXX object CMakeFiles/simde-test-native.dir/x86/avx.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/avx.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/avx.cpp
[ 78%] Building CXX object CMakeFiles/simde-test-native.dir/x86/avx2.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/avx2.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/avx2.cpp
[ 79%] Building CXX object CMakeFiles/simde-test-native.dir/x86/avx512f.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/avx512f.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/avx512f.cpp
[ 80%] Building CXX object CMakeFiles/simde-test-native.dir/x86/avx512bw.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/avx512bw.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/avx512bw.cpp
[ 81%] Building CXX object CMakeFiles/simde-test-native.dir/x86/avx512vl.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/avx512vl.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/avx512vl.cpp
[ 82%] Building CXX object CMakeFiles/simde-test-native.dir/x86/avx512dq.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/avx512dq.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/avx512dq.cpp
[ 83%] Building CXX object CMakeFiles/simde-test-native.dir/x86/avx512cd.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/avx512cd.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/avx512cd.cpp
[ 84%] Building CXX object CMakeFiles/simde-test-native.dir/x86/gfni.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/gfni.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/gfni.cpp
[ 86%] Building CXX object CMakeFiles/simde-test-native.dir/x86/fma.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/fma.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/fma.cpp
[ 87%] Building CXX object CMakeFiles/simde-test-native.dir/x86/svml.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/x86/svml.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/x86/svml.cpp
[ 88%] Building CXX object CMakeFiles/simde-test-native.dir/arm/neon/vadd.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/arm/neon/vadd.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/arm/neon/vadd.cpp
[ 89%] Building CXX object CMakeFiles/simde-test-native.dir/arm/neon/vdup_n.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/arm/neon/vdup_n.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/arm/neon/vdup_n.cpp
[ 90%] Building CXX object CMakeFiles/simde-test-native.dir/arm/neon/vmul.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/arm/neon/vmul.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/arm/neon/vmul.cpp
[ 91%] Building CXX object CMakeFiles/simde-test-native.dir/arm/neon/vsub.cpp.o
/usr/bin/g++ -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-psabi -Wno-psabi -o CMakeFiles/simde-test-native.dir/arm/neon/vsub.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/gcc_test/arm/neon/vsub.cpp
[ 92%] Linking CXX static library libsimde-test-native.a
/usr/bin/cmake -P CMakeFiles/simde-test-native.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/simde-test-native.dir/link.txt --verbose=1
/usr/bin/ar qc libsimde-test-native.a CMakeFiles/simde-test-native.dir/x86/mmx.c.o CMakeFiles/simde-test-native.dir/x86/sse.c.o CMakeFiles/simde-test-native.dir/x86/sse2.c.o CMakeFiles/simde-test-native.dir/x86/sse3.c.o CMakeFiles/simde-test-native.dir/x86/ssse3.c.o CMakeFiles/simde-test-native.dir/x86/sse4.1.c.o CMakeFiles/simde-test-native.dir/x86/sse4.2.c.o CMakeFiles/simde-test-native.dir/x86/avx.c.o CMakeFiles/simde-test-native.dir/x86/avx2.c.o CMakeFiles/simde-test-native.dir/x86/avx512f.c.o CMakeFiles/simde-test-native.dir/x86/avx512bw.c.o CMakeFiles/simde-test-native.dir/x86/avx512vl.c.o CMakeFiles/simde-test-native.dir/x86/avx512dq.c.o CMakeFiles/simde-test-native.dir/x86/avx512cd.c.o CMakeFiles/simde-test-native.dir/x86/gfni.c.o CMakeFiles/simde-test-native.dir/x86/fma.c.o CMakeFiles/simde-test-native.dir/x86/svml.c.o CMakeFiles/simde-test-native.dir/arm/neon/vadd.c.o CMakeFiles/simde-test-native.dir/arm/neon/vdup_n.c.o CMakeFiles/simde-test-native.dir/arm/neon/vmul.c.o CMakeFiles/simde-test-native.dir/arm/neon/vsub.c.o CMakeFiles/simde-test-native.dir/x86/mmx.cpp.o CMakeFiles/simde-test-native.dir/x86/sse.cpp.o CMakeFiles/simde-test-native.dir/x86/sse2.cpp.o CMakeFiles/simde-test-native.dir/x86/sse3.cpp.o CMakeFiles/simde-test-native.dir/x86/ssse3.cpp.o CMakeFiles/simde-test-native.dir/x86/sse4.1.cpp.o CMakeFiles/simde-test-native.dir/x86/sse4.2.cpp.o CMakeFiles/simde-test-native.dir/x86/avx.cpp.o CMakeFiles/simde-test-native.dir/x86/avx2.cpp.o CMakeFiles/simde-test-native.dir/x86/avx512f.cpp.o CMakeFiles/simde-test-native.dir/x86/avx512bw.cpp.o CMakeFiles/simde-test-native.dir/x86/avx512vl.cpp.o CMakeFiles/simde-test-native.dir/x86/avx512dq.cpp.o CMakeFiles/simde-test-native.dir/x86/avx512cd.cpp.o CMakeFiles/simde-test-native.dir/x86/gfni.cpp.o CMakeFiles/simde-test-native.dir/x86/fma.cpp.o CMakeFiles/simde-test-native.dir/x86/svml.cpp.o CMakeFiles/simde-test-native.dir/arm/neon/vadd.cpp.o CMakeFiles/simde-test-native.dir/arm/neon/vdup_n.cpp.o CMakeFiles/simde-test-native.dir/arm/neon/vmul.cpp.o CMakeFiles/simde-test-native.dir/arm/neon/vsub.cpp.o
/usr/bin/ranlib libsimde-test-native.a
make[4]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
[ 92%] Built target simde-test-native
make -f CMakeFiles/munit.dir/build.make CMakeFiles/munit.dir/depend
make[4]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
cd /home/crusoe/simde-0.0.0.git.20200526/gcc_test && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/crusoe/simde-0.0.0.git.20200526/test /home/crusoe/simde-0.0.0.git.20200526/test /home/crusoe/simde-0.0.0.git.20200526/gcc_test /home/crusoe/simde-0.0.0.git.20200526/gcc_test /home/crusoe/simde-0.0.0.git.20200526/gcc_test/CMakeFiles/munit.dir/DependInfo.cmake --color=
Scanning dependencies of target munit
make[4]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
make -f CMakeFiles/munit.dir/build.make CMakeFiles/munit.dir/build
make[4]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
[ 93%] Building C object CMakeFiles/munit.dir/munit/munit.c.o
/usr/bin/gcc -DMUNIT_ALLOW_CLOCK_GETTIME -DSIMDE_BUILD_CPP_TESTS -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -w -o CMakeFiles/munit.dir/munit/munit.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/munit/munit.c
[ 94%] Linking C static library libmunit.a
/usr/bin/cmake -P CMakeFiles/munit.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/munit.dir/link.txt --verbose=1
/usr/bin/ar qc libmunit.a CMakeFiles/munit.dir/munit/munit.c.o
/usr/bin/ranlib libmunit.a
make[4]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
[ 94%] Built target munit
make -f CMakeFiles/run-tests.dir/build.make CMakeFiles/run-tests.dir/depend
make[4]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
cd /home/crusoe/simde-0.0.0.git.20200526/gcc_test && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/crusoe/simde-0.0.0.git.20200526/test /home/crusoe/simde-0.0.0.git.20200526/test /home/crusoe/simde-0.0.0.git.20200526/gcc_test /home/crusoe/simde-0.0.0.git.20200526/gcc_test /home/crusoe/simde-0.0.0.git.20200526/gcc_test/CMakeFiles/run-tests.dir/DependInfo.cmake --color=
Scanning dependencies of target run-tests
make[4]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
make -f CMakeFiles/run-tests.dir/build.make CMakeFiles/run-tests.dir/build
make[4]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
[ 95%] Building C object CMakeFiles/run-tests.dir/run-tests.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/run-tests.dir/run-tests.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/run-tests.c
[ 96%] Building C object CMakeFiles/run-tests.dir/x86/test-x86.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/run-tests.dir/x86/test-x86.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/test-x86.c
[ 97%] Building C object CMakeFiles/run-tests.dir/arm/neon/test-neon.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/run-tests.dir/arm/neon/test-neon.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/test-neon.c
In file included from /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/../../../simde/arm/neon.h:63,
from /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/test-neon-internal.h:6,
from /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/test-neon.c:2:
/home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/../../../simde/arm/neon/int8x8.h:45:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
45 | } simde_int8x8_t;
| ^
[ 98%] Building C object CMakeFiles/run-tests.dir/arm/test-arm.c.o
/usr/bin/gcc -DSIMDE_BUILD_CPP_TESTS -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/run-tests.dir/arm/test-arm.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/arm/test-arm.c
[100%] Linking CXX executable run-tests
/usr/bin/cmake -E cmake_link_script CMakeFiles/run-tests.dir/link.txt --verbose=1
/usr/bin/g++ -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/run-tests.dir/run-tests.c.o CMakeFiles/run-tests.dir/x86/test-x86.c.o CMakeFiles/run-tests.dir/arm/neon/test-neon.c.o CMakeFiles/run-tests.dir/arm/test-arm.c.o -o run-tests libmunit.a libsimde-test-native.a libsimde-test-emul.a
make[4]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
[100%] Built target run-tests
make[3]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
/usr/bin/cmake -E cmake_progress_start /home/crusoe/simde-0.0.0.git.20200526/gcc_test/CMakeFiles 0
make[2]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/gcc_test'
dh_auto_build --builddirectory=clang_test --sourcedirectory=test
cd clang_test && make -j1 "INSTALL=install --strip-program=true"
make[2]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/clang_test'
/usr/bin/cmake -S/home/crusoe/simde-0.0.0.git.20200526/test -B/home/crusoe/simde-0.0.0.git.20200526/clang_test --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/crusoe/simde-0.0.0.git.20200526/clang_test/CMakeFiles /home/crusoe/simde-0.0.0.git.20200526/clang_test/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/clang_test'
make -f CMakeFiles/simde-test-emul.dir/build.make CMakeFiles/simde-test-emul.dir/depend
make[4]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/clang_test'
cd /home/crusoe/simde-0.0.0.git.20200526/clang_test && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/crusoe/simde-0.0.0.git.20200526/test /home/crusoe/simde-0.0.0.git.20200526/test /home/crusoe/simde-0.0.0.git.20200526/clang_test /home/crusoe/simde-0.0.0.git.20200526/clang_test /home/crusoe/simde-0.0.0.git.20200526/clang_test/CMakeFiles/simde-test-emul.dir/DependInfo.cmake --color=
Scanning dependencies of target simde-test-emul
make[4]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/clang_test'
make -f CMakeFiles/simde-test-emul.dir/build.make CMakeFiles/simde-test-emul.dir/build
make[4]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/clang_test'
[ 1%] Building C object CMakeFiles/simde-test-emul.dir/x86/mmx.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/mmx.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/mmx.c
[ 2%] Building C object CMakeFiles/simde-test-emul.dir/x86/sse.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/sse.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse.c
[ 3%] Building C object CMakeFiles/simde-test-emul.dir/x86/sse2.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/sse2.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse2.c
[ 4%] Building C object CMakeFiles/simde-test-emul.dir/x86/sse3.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/sse3.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse3.c
[ 5%] Building C object CMakeFiles/simde-test-emul.dir/x86/ssse3.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/ssse3.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/ssse3.c
[ 6%] Building C object CMakeFiles/simde-test-emul.dir/x86/sse4.1.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/sse4.1.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse4.1.c
[ 7%] Building C object CMakeFiles/simde-test-emul.dir/x86/sse4.2.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/sse4.2.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse4.2.c
[ 8%] Building C object CMakeFiles/simde-test-emul.dir/x86/avx.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/avx.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx.c
[ 9%] Building C object CMakeFiles/simde-test-emul.dir/x86/avx2.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/avx2.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx2.c
[ 10%] Building C object CMakeFiles/simde-test-emul.dir/x86/avx512f.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/avx512f.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx512f.c
[ 11%] Building C object CMakeFiles/simde-test-emul.dir/x86/avx512bw.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/avx512bw.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx512bw.c
[ 12%] Building C object CMakeFiles/simde-test-emul.dir/x86/avx512vl.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/avx512vl.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx512vl.c
[ 13%] Building C object CMakeFiles/simde-test-emul.dir/x86/avx512dq.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/avx512dq.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx512dq.c
[ 15%] Building C object CMakeFiles/simde-test-emul.dir/x86/avx512cd.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/avx512cd.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/avx512cd.c
[ 16%] Building C object CMakeFiles/simde-test-emul.dir/x86/gfni.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/gfni.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/gfni.c
[ 17%] Building C object CMakeFiles/simde-test-emul.dir/x86/fma.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/fma.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/fma.c
[ 18%] Building C object CMakeFiles/simde-test-emul.dir/x86/svml.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/x86/svml.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/svml.c
[ 19%] Building C object CMakeFiles/simde-test-emul.dir/arm/neon/vadd.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/arm/neon/vadd.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/vadd.c
[ 20%] Building C object CMakeFiles/simde-test-emul.dir/arm/neon/vdup_n.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/arm/neon/vdup_n.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/vdup_n.c
[ 21%] Building C object CMakeFiles/simde-test-emul.dir/arm/neon/vmul.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/arm/neon/vmul.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/vmul.c
[ 22%] Building C object CMakeFiles/simde-test-emul.dir/arm/neon/vsub.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-emul.dir/arm/neon/vsub.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/arm/neon/vsub.c
[ 23%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/mmx.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/mmx.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/mmx.cpp
[ 24%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/sse.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/sse.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/sse.cpp
[ 25%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/sse2.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/sse2.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/sse2.cpp
[ 26%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/sse3.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/sse3.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/sse3.cpp
[ 27%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/ssse3.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/ssse3.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/ssse3.cpp
[ 29%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/sse4.1.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/sse4.1.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/sse4.1.cpp
[ 30%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/sse4.2.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/sse4.2.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/sse4.2.cpp
[ 31%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/avx.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/avx.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/avx.cpp
[ 32%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/avx2.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/avx2.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/avx2.cpp
[ 33%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/avx512f.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/avx512f.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/avx512f.cpp
[ 34%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/avx512bw.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/avx512bw.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/avx512bw.cpp
[ 35%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/avx512vl.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/avx512vl.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/avx512vl.cpp
[ 36%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/avx512dq.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/avx512dq.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/avx512dq.cpp
[ 37%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/avx512cd.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/avx512cd.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/avx512cd.cpp
[ 38%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/gfni.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/gfni.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/gfni.cpp
[ 39%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/fma.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/fma.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/fma.cpp
[ 40%] Building CXX object CMakeFiles/simde-test-emul.dir/x86/svml.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/x86/svml.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/x86/svml.cpp
[ 41%] Building CXX object CMakeFiles/simde-test-emul.dir/arm/neon/vadd.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/arm/neon/vadd.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/arm/neon/vadd.cpp
[ 43%] Building CXX object CMakeFiles/simde-test-emul.dir/arm/neon/vdup_n.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/arm/neon/vdup_n.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/arm/neon/vdup_n.cpp
[ 44%] Building CXX object CMakeFiles/simde-test-emul.dir/arm/neon/vmul.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/arm/neon/vmul.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/arm/neon/vmul.cpp
[ 45%] Building CXX object CMakeFiles/simde-test-emul.dir/arm/neon/vsub.cpp.o
/usr/bin/clang++ -DSIMDE_BUILD_CPP_TESTS -DSIMDE_NO_NATIVE -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/simde-test-emul.dir/arm/neon/vsub.cpp.o -c /home/crusoe/simde-0.0.0.git.20200526/clang_test/arm/neon/vsub.cpp
[ 46%] Linking CXX static library libsimde-test-emul.a
/usr/bin/cmake -P CMakeFiles/simde-test-emul.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/simde-test-emul.dir/link.txt --verbose=1
/usr/bin/ar qc libsimde-test-emul.a CMakeFiles/simde-test-emul.dir/x86/mmx.c.o CMakeFiles/simde-test-emul.dir/x86/sse.c.o CMakeFiles/simde-test-emul.dir/x86/sse2.c.o CMakeFiles/simde-test-emul.dir/x86/sse3.c.o CMakeFiles/simde-test-emul.dir/x86/ssse3.c.o CMakeFiles/simde-test-emul.dir/x86/sse4.1.c.o CMakeFiles/simde-test-emul.dir/x86/sse4.2.c.o CMakeFiles/simde-test-emul.dir/x86/avx.c.o CMakeFiles/simde-test-emul.dir/x86/avx2.c.o CMakeFiles/simde-test-emul.dir/x86/avx512f.c.o CMakeFiles/simde-test-emul.dir/x86/avx512bw.c.o CMakeFiles/simde-test-emul.dir/x86/avx512vl.c.o CMakeFiles/simde-test-emul.dir/x86/avx512dq.c.o CMakeFiles/simde-test-emul.dir/x86/avx512cd.c.o CMakeFiles/simde-test-emul.dir/x86/gfni.c.o CMakeFiles/simde-test-emul.dir/x86/fma.c.o CMakeFiles/simde-test-emul.dir/x86/svml.c.o CMakeFiles/simde-test-emul.dir/arm/neon/vadd.c.o CMakeFiles/simde-test-emul.dir/arm/neon/vdup_n.c.o CMakeFiles/simde-test-emul.dir/arm/neon/vmul.c.o CMakeFiles/simde-test-emul.dir/arm/neon/vsub.c.o CMakeFiles/simde-test-emul.dir/x86/mmx.cpp.o CMakeFiles/simde-test-emul.dir/x86/sse.cpp.o CMakeFiles/simde-test-emul.dir/x86/sse2.cpp.o CMakeFiles/simde-test-emul.dir/x86/sse3.cpp.o CMakeFiles/simde-test-emul.dir/x86/ssse3.cpp.o CMakeFiles/simde-test-emul.dir/x86/sse4.1.cpp.o CMakeFiles/simde-test-emul.dir/x86/sse4.2.cpp.o CMakeFiles/simde-test-emul.dir/x86/avx.cpp.o CMakeFiles/simde-test-emul.dir/x86/avx2.cpp.o CMakeFiles/simde-test-emul.dir/x86/avx512f.cpp.o CMakeFiles/simde-test-emul.dir/x86/avx512bw.cpp.o CMakeFiles/simde-test-emul.dir/x86/avx512vl.cpp.o CMakeFiles/simde-test-emul.dir/x86/avx512dq.cpp.o CMakeFiles/simde-test-emul.dir/x86/avx512cd.cpp.o CMakeFiles/simde-test-emul.dir/x86/gfni.cpp.o CMakeFiles/simde-test-emul.dir/x86/fma.cpp.o CMakeFiles/simde-test-emul.dir/x86/svml.cpp.o CMakeFiles/simde-test-emul.dir/arm/neon/vadd.cpp.o CMakeFiles/simde-test-emul.dir/arm/neon/vdup_n.cpp.o CMakeFiles/simde-test-emul.dir/arm/neon/vmul.cpp.o CMakeFiles/simde-test-emul.dir/arm/neon/vsub.cpp.o
/usr/bin/ranlib libsimde-test-emul.a
make[4]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/clang_test'
[ 46%] Built target simde-test-emul
make -f CMakeFiles/simde-test-native.dir/build.make CMakeFiles/simde-test-native.dir/depend
make[4]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/clang_test'
cd /home/crusoe/simde-0.0.0.git.20200526/clang_test && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/crusoe/simde-0.0.0.git.20200526/test /home/crusoe/simde-0.0.0.git.20200526/test /home/crusoe/simde-0.0.0.git.20200526/clang_test /home/crusoe/simde-0.0.0.git.20200526/clang_test /home/crusoe/simde-0.0.0.git.20200526/clang_test/CMakeFiles/simde-test-native.dir/DependInfo.cmake --color=
Scanning dependencies of target simde-test-native
make[4]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/clang_test'
make -f CMakeFiles/simde-test-native.dir/build.make CMakeFiles/simde-test-native.dir/build
make[4]: Entering directory '/home/crusoe/simde-0.0.0.git.20200526/clang_test'
[ 47%] Building C object CMakeFiles/simde-test-native.dir/x86/mmx.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-native.dir/x86/mmx.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/mmx.c
[ 48%] Building C object CMakeFiles/simde-test-native.dir/x86/sse.c.o
/usr/bin/clang -DSIMDE_BUILD_CPP_TESTS -I/home/crusoe/simde-0.0.0.git.20200526/test/.. -g -O2 -fdebug-prefix-map=/home/crusoe/simde-0.0.0.git.20200526=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DSIMDE_ENABLE_OPENMP -fopenmp-simd -std=gnu99 -o CMakeFiles/simde-test-native.dir/x86/sse.c.o -c /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse.c
In file included from /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse.c:25:
In file included from /home/crusoe/simde-0.0.0.git.20200526/test/../test/x86/test-sse2.h:1:
/home/crusoe/simde-0.0.0.git.20200526/test/x86/../../simde/x86/sse2.h:2394:10: error: call to 'vec_extract' is ambiguous
return vec_extract(a_.i64, 0);
^~~~~~~~~~~
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:12498:44: note: candidate function
static __inline__ signed char __ATTRS_o_ai vec_extract(vector signed char __a,
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:12504:1: note: candidate function
vec_extract(vector unsigned char __a, int __b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:12508:46: note: candidate function
static __inline__ unsigned char __ATTRS_o_ai vec_extract(vector bool char __a,
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:12513:45: note: candidate function
static __inline__ signed short __ATTRS_o_ai vec_extract(vector signed short __a,
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:12519:1: note: candidate function
vec_extract(vector unsigned short __a, int __b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:12523:47: note: candidate function
static __inline__ unsigned short __ATTRS_o_ai vec_extract(vector bool short __a,
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:12528:43: note: candidate function
static __inline__ signed int __ATTRS_o_ai vec_extract(vector signed int __a,
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:12533:45: note: candidate function
static __inline__ unsigned int __ATTRS_o_ai vec_extract(vector unsigned int __a,
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:12538:45: note: candidate function
static __inline__ unsigned int __ATTRS_o_ai vec_extract(vector bool int __a,
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:12545:1: note: candidate function
vec_extract(vector signed long long __a, int __b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:12550:1: note: candidate function
vec_extract(vector unsigned long long __a, int __b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:12555:1: note: candidate function
vec_extract(vector bool long long __a, int __b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:12559:39: note: candidate function
static __inline__ double __ATTRS_o_ai vec_extract(vector double __a, int __b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:12564:38: note: candidate function
static __inline__ float __ATTRS_o_ai vec_extract(vector float __a, int __b) {
^
In file included from /home/crusoe/simde-0.0.0.git.20200526/test/x86/sse.c:25:
In file included from /home/crusoe/simde-0.0.0.git.20200526/test/../test/x86/test-sse2.h:1:
/home/crusoe/simde-0.0.0.git.20200526/test/x86/../../simde/x86/sse2.h:2741:24: error: call to 'vec_ld' is ambiguous
r_.altivec_f64 = vec_ld(0, HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(double) const*, mem_addr));
^~~~~~
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3446:1: note: candidate function
vec_ld(int __a, const vector signed char *__b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3451:1: note: candidate function
vec_ld(int __a, const signed char *__b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3456:1: note: candidate function
vec_ld(int __a, const vector unsigned char *__b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3461:1: note: candidate function
vec_ld(int __a, const unsigned char *__b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3466:1: note: candidate function
vec_ld(int __a, const vector bool char *__b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3470:45: note: candidate function
static __inline__ vector short __ATTRS_o_ai vec_ld(int __a,
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3475:45: note: candidate function
static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, const short *__b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3480:1: note: candidate function
vec_ld(int __a, const vector unsigned short *__b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3485:1: note: candidate function
vec_ld(int __a, const unsigned short *__b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3490:1: note: candidate function
vec_ld(int __a, const vector bool short *__b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3494:45: note: candidate function
static __inline__ vector pixel __ATTRS_o_ai vec_ld(int __a,
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3499:43: note: candidate function
static __inline__ vector int __ATTRS_o_ai vec_ld(int __a,
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3504:43: note: candidate function
static __inline__ vector int __ATTRS_o_ai vec_ld(int __a, const int *__b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3509:1: note: candidate function
vec_ld(int __a, const vector unsigned int *__b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3514:1: note: candidate function
vec_ld(int __a, const unsigned int *__b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3519:1: note: candidate function
vec_ld(int __a, const vector bool int *__b) {
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3523:45: note: candidate function
static __inline__ vector float __ATTRS_o_ai vec_ld(int __a,
^
/usr/lib/llvm-9/lib/clang/9.0.1/include/altivec.h:3528:45: note: candidate function
static __inline__ vector float __ATTRS_o_ai vec_ld(int __a, const float *__b) {
^
2 errors generated.
make[4]: *** [CMakeFiles/simde-test-native.dir/build.make:79: CMakeFiles/simde-test-native.dir/x86/sse.c.o] Error 1
make[4]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/clang_test'
make[3]: *** [CMakeFiles/Makefile2:112: CMakeFiles/simde-test-native.dir/all] Error 2
make[3]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/clang_test'
make[2]: *** [Makefile:98: all] Error 2
make[2]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526/clang_test'
dh_auto_build: error: cd clang_test && make -j1 "INSTALL=install --strip-program=true" returned exit code 2
make[1]: *** [debian/rules:36: override_dh_auto_build] Error 25
make[1]: Leaving directory '/home/crusoe/simde-0.0.0.git.20200526'
make: *** [debian/rules:17: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
cd clang_test && make -j8 test ARGS\+=-j8
Running tests...
/usr/bin/ctest --force-new-ctest-process -j8
Test project /build/simde-0.0.0.git.20200531/clang_test
Start 1: /x86/mmx/
Start 2: /x86/sse/
Start 3: /x86/sse2/
Start 4: /x86/sse3/
Start 5: /x86/ssse3/
Start 6: /x86/sse4.1/
Start 7: /x86/sse4.2/
Start 8: /x86/avx/
1/16 Test #6: /x86/sse4.1/ ..................... Passed 0.05 sec
Start 9: /x86/fma/
2/16 Test #7: /x86/sse4.2/ ..................... Passed 0.07 sec
Start 10: /x86/avx2/
3/16 Test #4: /x86/sse3/ ....................... Passed 0.38 sec
Start 11: /x86/avx512f/
4/16 Test #5: /x86/ssse3/ ...................... Passed 1.08 sec
Start 12: /x86/avx512bw/
5/16 Test #9: /x86/fma/ ........................ Passed 1.20 sec
Start 13: /x86/avx512vl/
6/16 Test #13: /x86/avx512vl/ ................... Passed 0.45 sec
Start 14: /x86/avx512dq/
7/16 Test #1: /x86/mmx/ ........................ Passed 1.99 sec
Start 15: /x86/gfni/
8/16 Test #14: /x86/avx512dq/ ................... Passed 0.48 sec
Start 16: /x86/svml/
9/16 Test #15: /x86/gfni/ ....................... Passed 1.25 sec
10/16 Test #12: /x86/avx512bw/ ................... Passed 2.71 sec
11/16 Test #2: /x86/sse/ ........................ Passed 4.11 sec
12/16 Test #10: /x86/avx2/ ....................... Passed 4.43 sec
13/16 Test #8: /x86/avx/ ........................ Passed 5.99 sec
14/16 Test #3: /x86/sse2/ ....................... Passed 6.48 sec
15/16 Test #11: /x86/avx512f/ .................... Passed 7.57 sec
16/16 Test #16: /x86/svml/ .......................***Failed 7.14 sec
Running test suite with seed 0x0d9b09e8...
/x86/svml/mm_acos_ps/native/c [ OK ] [ 0.00126674 / 0.00127849 CPU ]
/x86/svml/mm_acos_pd/native/c [ OK ] [ 0.00203670 / 0.00201623 CPU ]
/x86/svml/mm256_acos_ps/native/c [ OK ] [ 0.00182063 / 0.00181680 CPU ]
/x86/svml/mm256_acos_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:227: assertion failed[0]: 2.41886 ≈ 1.21 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_acos_ps/native/c [ OK ] [ 0.00445298 / 0.00347660 CPU ]
/x86/svml/mm512_acos_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:518: assertion failed[0]: 2.41886 ≈ 1.21 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_acos_ps/native/c[ OK ] [ 0.00497485 / 0.00496768 CPU ]
/x86/svml/mm512_mask_acos_pd/native/c[ OK ] [ 0.00636163 / 0.00481561 CPU ]
/x86/svml/mm_acosh_ps/native/c [ OK ] [ 0.00203605 / 0.00202620 CPU ]
/x86/svml/mm_acosh_pd/native/c [ OK ] [ 0.00153577 / 0.00152485 CPU ]
/x86/svml/mm256_acosh_ps/native/c [ OK ] [ 0.00237058 / 0.00236219 CPU ]
/x86/svml/mm256_acosh_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:847: assertion failed[0]: 1.19957 ≈ 2.38 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_acosh_ps/native/c [ OK ] [ 0.00373739 / 0.00372926 CPU ]
/x86/svml/mm512_acosh_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:1138: assertion failed[0]: 1.19957 ≈ 2.38 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_acosh_ps/native/c[ OK ] [ 0.00548091 / 0.00536648 CPU ]
/x86/svml/mm512_mask_acosh_pd/native/c[ OK ] [ 0.00327307 / 0.00326272 CPU ]
/x86/svml/mm_asin_ps/native/c [ OK ] [ 0.00143477 / 0.00142235 CPU ]
/x86/svml/mm_asin_pd/native/c [ OK ] [ 0.00183883 / 0.00182589 CPU ]
/x86/svml/mm256_asin_ps/native/c [ OK ] [ 0.00196430 / 0.00195486 CPU ]
/x86/svml/mm256_asin_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:1467: assertion failed[0]: -0.848062 ≈ 0.36 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_asin_ps/native/c [ OK ] [ 0.00321210 / 0.00316966 CPU ]
/x86/svml/mm512_asin_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:1758: assertion failed[0]: -0.848062 ≈ 0.36 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_asin_ps/native/c[ OK ] [ 0.00427333 / 0.00413439 CPU ]
/x86/svml/mm512_mask_asin_pd/native/c[ OK ] [ 0.00438316 / 0.00437442 CPU ]
/x86/svml/mm_asinh_ps/native/c [ OK ] [ 0.00117779 / 0.00115878 CPU ]
/x86/svml/mm_asinh_pd/native/c [ OK ] [ 0.00108974 / 0.00107278 CPU ]
/x86/svml/mm256_asinh_ps/native/c [ OK ] [ 0.00175003 / 0.00174363 CPU ]
/x86/svml/mm256_asinh_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:2087: assertion failed[0]: -7.31904 ≈ 6.54 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_asinh_ps/native/c [ OK ] [ 0.00301129 / 0.00300033 CPU ]
/x86/svml/mm512_asinh_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:2378: assertion failed[0]: -7.31904 ≈ 6.54 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_asinh_ps/native/c[ OK ] [ 0.00423861 / 0.00423168 CPU ]
/x86/svml/mm512_mask_asinh_pd/native/c[ OK ] [ 0.00272077 / 0.00271195 CPU ]
/x86/svml/mm_atan_ps/native/c [ OK ] [ 0.00121633 / 0.00120414 CPU ]
/x86/svml/mm_atan_pd/native/c [ OK ] [ 0.00126312 / 0.00108838 CPU ]
/x86/svml/mm256_atan_ps/native/c [ OK ] [ 0.00184840 / 0.00184212 CPU ]
/x86/svml/mm256_atan_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:2707: assertion failed[0]: -1.56947 ≈ 1.57 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_atan_ps/native/c [ OK ] [ 0.00299427 / 0.00297408 CPU ]
/x86/svml/mm512_atan_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:2998: assertion failed[0]: -1.56947 ≈ 1.57 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_atan_ps/native/c[ OK ] [ 0.00465996 / 0.00462767 CPU ]
/x86/svml/mm512_mask_atan_pd/native/c[ OK ] [ 0.00309389 / 0.00307336 CPU ]
/x86/svml/mm_atan2_ps/native/c [ OK ] [ 0.00245397 / 0.00244255 CPU ]
/x86/svml/mm_atan2_pd/native/c [ OK ] [ 0.00245803 / 0.00245012 CPU ]
/x86/svml/mm_atanh_ps/native/c [ OK ] [ 0.00204052 / 0.00203239 CPU ]
/x86/svml/mm_atanh_pd/native/c [ OK ] [ 0.00170476 / 0.00169617 CPU ]
/x86/svml/mm256_atanh_ps/native/c [ OK ] [ 0.00271041 / 0.00269864 CPU ]
/x86/svml/mm256_atanh_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:3418: assertion failed[0]: -0.972955 ≈ 0.37 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_atanh_ps/native/c [ OK ] [ 0.00375553 / 0.00374806 CPU ]
/x86/svml/mm512_atanh_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:3709: assertion failed[0]: -0.972955 ≈ 0.37 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_atanh_ps/native/c[ OK ] [ 0.00573921 / 0.00572472 CPU ]
/x86/svml/mm512_mask_atanh_pd/native/c[ OK ] [ 0.00260081 / 0.00261218 CPU ]
/x86/svml/mm_cos_ps/native/c [ OK ] [ 0.00092439 / 0.00091824 CPU ]
/x86/svml/mm_cos_pd/native/c [ OK ] [ 0.00219149 / 0.00218391 CPU ]
/x86/svml/mm256_cos_ps/native/c [ OK ] [ 0.00202535 / 0.00196356 CPU ]
/x86/svml/mm256_cos_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:4038: assertion failed[0]: 0.92193 ≈ 0.49 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_cos_ps/native/c [ OK ] [ 0.00558958 / 0.00283421 CPU ]
/x86/svml/mm512_cos_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:4329: assertion failed[0]: 0.92193 ≈ 0.49 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_cos_ps/native/c [ OK ] [ 0.00466884 / 0.00466025 CPU ]
/x86/svml/mm512_mask_cos_pd/native/c [ OK ] [ 0.00337842 / 0.00336869 CPU ]
/x86/svml/mm_cosd_ps/native/c [ OK ] [ 0.00126239 / 0.00125303 CPU ]
/x86/svml/mm_cosd_pd/native/c [ OK ] [ 0.00222195 / 0.00204284 CPU ]
/x86/svml/mm256_cosd_ps/native/c [ OK ] [ 0.00199227 / 0.00194522 CPU ]
/x86/svml/mm256_cosd_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:4693: assertion failed[0]: 0.825311 ≈ 0.97 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_cosd_ps/native/c [ OK ] [ 0.00283127 / 0.00275031 CPU ]
/x86/svml/mm512_cosd_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:4984: assertion failed[0]: 0.825311 ≈ 0.97 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_cosd_ps/native/c[ OK ] [ 0.00414591 / 0.00390987 CPU ]
/x86/svml/mm512_mask_cosd_pd/native/c[ OK ] [ 0.00706023 / 0.00384156 CPU ]
/x86/svml/mm_cosh_ps/native/c [ OK ] [ 0.00150075 / 0.00152647 CPU ]
/x86/svml/mm_cosh_pd/native/c [ OK ] [ 0.00132370 / 0.00131278 CPU ]
/x86/svml/mm256_cosh_ps/native/c [ OK ] [ 0.00188904 / 0.00188034 CPU ]
/x86/svml/mm256_cosh_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:5314: assertion failed[0]: 1.03399 ≈ 10.48 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_cosh_ps/native/c [ OK ] [ 0.00289214 / 0.00281181 CPU ]
/x86/svml/mm512_cosh_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:5605: assertion failed[0]: 1.03399 ≈ 10.48 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_cosh_ps/native/c[ OK ] [ 0.00450361 / 0.00433307 CPU ]
/x86/svml/mm512_mask_cosh_pd/native/c[ OK ] [ 0.00256246 / 0.00254577 CPU ]
/x86/svml/mm_div_epi8/native/c [ OK ] [ 0.00118632 / 0.00117719 CPU ]
/x86/svml/mm_div_epi16/native/c [ OK ] [ 0.00095254 / 0.00093810 CPU ]
/x86/svml/mm_div_epi32/native/c [ OK ] [ 0.00068792 / 0.00068010 CPU ]
/x86/svml/mm512_mask_div_epi32/native/c[ OK ] [ 0.00279221 / 0.00279454 CPU ]
/x86/svml/mm_div_epi64/native/c [ OK ] [ 0.00055727 / 0.00054867 CPU ]
/x86/svml/mm_div_epu8/native/c [ OK ] [ 0.00108113 / 0.00107239 CPU ]
/x86/svml/mm_div_epu16/native/c [ OK ] [ 0.00048844 / 0.00048228 CPU ]
/x86/svml/mm_div_epu32/native/c [ OK ] [ 0.00065285 / 0.00064133 CPU ]
/x86/svml/mm_div_epu64/native/c [ OK ] [ 0.00034443 / 0.00033801 CPU ]
/x86/svml/mm256_div_epi8/native/c [ OK ] [ 0.00173329 / 0.00172844 CPU ]
/x86/svml/mm256_div_epi16/native/c [ OK ] [ 0.00110927 / 0.00111686 CPU ]
/x86/svml/mm256_div_epi32/native/c [ OK ] [ 0.00087627 / 0.00086689 CPU ]
/x86/svml/mm256_div_epi64/native/c [ OK ] [ 0.00077227 / 0.00076999 CPU ]
/x86/svml/mm256_div_epu8/native/c [ OK ] [ 0.00179093 / 0.00176178 CPU ]
/x86/svml/mm256_div_epu16/native/c [ OK ] [ 0.00112594 / 0.00111807 CPU ]
/x86/svml/mm256_div_epu32/native/c [ OK ] [ 0.00090493 / 0.00089664 CPU ]
/x86/svml/mm512_mask_div_epu32/native/c[ OK ] [ 0.00313789 / 0.00310232 CPU ]
/x86/svml/mm256_div_epu64/native/c [ OK ] [ 0.00073837 / 0.00074441 CPU ]
/x86/svml/mm512_div_epi8/native/c [ OK ] [ 0.00307253 / 0.00306626 CPU ]
/x86/svml/mm512_div_epi16/native/c [ OK ] [ 0.00166953 / 0.00167568 CPU ]
/x86/svml/mm512_div_epi32/native/c [ OK ] [ 0.00151539 / 0.00150675 CPU ]
/x86/svml/mm512_div_epi64/native/c [ OK ] [ 0.00123854 / 0.00123116 CPU ]
/x86/svml/mm512_div_epu8/native/c [ OK ] [ 0.00308645 / 0.00308392 CPU ]
/x86/svml/mm512_div_epu16/native/c [ OK ] [ 0.00179442 / 0.00178338 CPU ]
/x86/svml/mm512_div_epu32/native/c [ OK ] [ 0.00144380 / 0.00143171 CPU ]
/x86/svml/mm512_div_epu64/native/c [ OK ] [ 0.00077504 / 0.00076721 CPU ]
/x86/svml/mm_idivrem_epi32/native/c [ OK ] [ 0.00089135 / 0.00085737 CPU ]
/x86/svml/mm256_idivrem_epi32/native/c[ OK ] [ 0.00126660 / 0.00123071 CPU ]
/x86/svml/mm_rem_epi8/native/c [ OK ] [ 0.00144403 / 0.00142112 CPU ]
/x86/svml/mm_rem_epi16/native/c [ OK ] [ 0.00072066 / 0.00071373 CPU ]
/x86/svml/mm_rem_epi32/native/c [ OK ] [ 0.00073063 / 0.00072922 CPU ]
/x86/svml/mm_rem_epi64/native/c [ OK ] [ 0.00054246 / 0.00053154 CPU ]
/x86/svml/mm_rem_epu8/native/c [ OK ] [ 0.00108988 / 0.00107502 CPU ]
/x86/svml/mm_rem_epu16/native/c [ OK ] [ 0.00094936 / 0.00093965 CPU ]
/x86/svml/mm_rem_epu32/native/c [ OK ] [ 0.00086855 / 0.00085584 CPU ]
/x86/svml/mm_rem_epu64/native/c [ OK ] [ 0.00068320 / 0.00061682 CPU ]
/x86/svml/mm256_rem_epi8/native/c [ OK ] [ 0.00237232 / 0.00231597 CPU ]
/x86/svml/mm256_rem_epi16/native/c [ OK ] [ 0.00169010 / 0.00168319 CPU ]
/x86/svml/mm256_rem_epi32/native/c [ OK ] [ 0.00112966 / 0.00111821 CPU ]
/x86/svml/mm512_mask_rem_epi32/native/c[ OK ] [ 0.00364039 / 0.00365058 CPU ]
/x86/svml/mm256_rem_epi64/native/c [ OK ] [ 0.00110229 / 0.00105863 CPU ]
/x86/svml/mm256_rem_epu8/native/c [ OK ] [ 0.00144164 / 0.00144222 CPU ]
/x86/svml/mm256_rem_epu16/native/c [ OK ] [ 0.00133476 / 0.00133111 CPU ]
/x86/svml/mm256_rem_epu32/native/c [ OK ] [ 0.00070259 / 0.00069033 CPU ]
/x86/svml/mm512_mask_rem_epu32/native/c[ OK ] [ 0.00335583 / 0.00336716 CPU ]
/x86/svml/mm256_rem_epu64/native/c [ OK ] [ 0.00067577 / 0.00066301 CPU ]
/x86/svml/mm512_rem_epi8/native/c [ OK ] [ 0.00373793 / 0.00372273 CPU ]
/x86/svml/mm512_rem_epi16/native/c [ OK ] [ 0.00303001 / 0.00304215 CPU ]
/x86/svml/mm512_rem_epi32/native/c [ OK ] [ 0.00159294 / 0.00153598 CPU ]
/x86/svml/mm512_rem_epi64/native/c [ OK ] [ 0.00123791 / 0.00122934 CPU ]
/x86/svml/mm512_rem_epu8/native/c [ OK ] [ 0.00458702 / 0.00384149 CPU ]
/x86/svml/mm512_rem_epu16/native/c [ OK ] [ 0.00131112 / 0.00130493 CPU ]
/x86/svml/mm512_rem_epu32/native/c [ OK ] [ 0.00183832 / 0.00159386 CPU ]
/x86/svml/mm512_rem_epu64/native/c [ OK ] [ 0.00123207 / 0.00122327 CPU ]
/x86/svml/mm_sin_ps/native/c [ OK ] [ 0.00069821 / 0.00069216 CPU ]
/x86/svml/mm_sin_pd/native/c [ OK ] [ 0.00192155 / 0.00193405 CPU ]
/x86/svml/mm256_sin_ps/native/c [ OK ] [ 0.00179228 / 0.00178737 CPU ]
/x86/svml/mm256_sin_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:13044: assertion failed[0]: -0.387357 ≈ 0.87 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_sin_ps/native/c [ OK ] [ 0.00182498 / 0.00181961 CPU ]
/x86/svml/mm512_sin_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:13335: assertion failed[0]: -0.387357 ≈ 0.87 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_sin_ps/native/c [ OK ] [ 0.00361520 / 0.00278015 CPU ]
/x86/svml/mm512_mask_sin_pd/native/c [ OK ] [ 0.00311252 / 0.00311859 CPU ]
/x86/svml/mm_sind_ps/native/c [ OK ] [ 0.00109002 / 0.00108141 CPU ]
/x86/svml/mm_sind_pd/native/c [ OK ] [ 0.00184712 / 0.00183902 CPU ]
/x86/svml/mm256_sind_ps/native/c [ OK ] [ 0.00100097 / 0.00099345 CPU ]
/x86/svml/mm256_sind_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:13664: assertion failed[0]: -0.564679 ≈ -0.23 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_sind_ps/native/c [ OK ] [ 0.00207261 / 0.00205112 CPU ]
/x86/svml/mm512_sind_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:13956: assertion failed[0]: -0.564679 ≈ -0.23 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_sind_ps/native/c[ OK ] [ 0.00290872 / 0.00290366 CPU ]
/x86/svml/mm512_mask_sind_pd/native/c[ OK ] [ 0.00345387 / 0.00345969 CPU ]
/x86/svml/mm_sinh_ps/native/c [ OK ] [ 0.00174958 / 0.00173821 CPU ]
/x86/svml/mm_sinh_pd/native/c [ OK ] [ 0.00153645 / 0.00152524 CPU ]
/x86/svml/mm256_sinh_ps/native/c [ OK ] [ 0.00220925 / 0.00219283 CPU ]
/x86/svml/mm256_sinh_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:14285: assertion failed[0]: 0.060036 ≈ 60.15 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_sinh_ps/native/c [ OK ] [ 0.00699915 / 0.00309242 CPU ]
/x86/svml/mm512_sinh_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:14576: assertion failed[0]: 0.060036 ≈ 60.15 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_sinh_ps/native/c[ OK ] [ 0.00486358 / 0.00484528 CPU ]
/x86/svml/mm512_mask_sinh_pd/native/c[ OK ] [ 0.00207858 / 0.00207191 CPU ]
/x86/svml/mm_tan_ps/native/c [ OK ] [ 0.00168234 / 0.00166764 CPU ]
/x86/svml/mm_tan_pd/native/c [ OK ] [ 0.00116852 / 0.00116147 CPU ]
/x86/svml/mm256_tan_ps/native/c [ OK ] [ 0.00194005 / 0.00192863 CPU ]
/x86/svml/mm256_tan_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:14905: assertion failed[0]: -0.420159 ≈ 1.76 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_tan_ps/native/c [ OK ] [ 0.00254515 / 0.00254136 CPU ]
/x86/svml/mm512_tan_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:15196: assertion failed[0]: -0.420159 ≈ 1.76 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_tan_ps/native/c [ OK ] [ 0.00364574 / 0.00328608 CPU ]
/x86/svml/mm512_mask_tan_pd/native/c [ OK ] [ 0.00298275 / 0.00297889 CPU ]
/x86/svml/mm_tand_ps/native/c [ OK ] [ 0.00094757 / 0.00094189 CPU ]
/x86/svml/mm_tand_pd/native/c [ OK ] [ 0.00178004 / 0.00177023 CPU ]
/x86/svml/mm256_tand_ps/native/c [ OK ] [ 0.00134247 / 0.00133563 CPU ]
/x86/svml/mm256_tand_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:15525: assertion failed[0]: -0.684202 ≈ -0.24 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_tand_ps/native/c [ OK ] [ 0.00319987 / 0.00319291 CPU ]
/x86/svml/mm512_tand_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:15816: assertion failed[0]: -0.684202 ≈ -0.24 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_tand_ps/native/c[ OK ] [ 0.00379119 / 0.00379453 CPU ]
/x86/svml/mm512_mask_tand_pd/native/c[ OK ] [ 0.00468985 / 0.00470678 CPU ]
/x86/svml/mm_tanh_ps/native/c [ OK ] [ 0.00127161 / 0.00126574 CPU ]
/x86/svml/mm_tanh_pd/native/c [ OK ] [ 0.00099630 / 0.00098888 CPU ]
/x86/svml/mm256_tanh_ps/native/c [ OK ] [ 0.00177913 / 0.00177385 CPU ]
/x86/svml/mm256_tanh_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:16200: assertion failed[0]: -0.635149 ≈ 0.34 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_tanh_ps/native/c [ OK ] [ 0.00469501 / 0.00327942 CPU ]
/x86/svml/mm512_tanh_pd/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:16491: assertion failed[0]: -0.635149 ≈ 0.34 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_tanh_ps/native/c[ OK ] [ 0.00378553 / 0.00376400 CPU ]
/x86/svml/mm512_mask_tanh_pd/native/c[ OK ] [ 0.00193703 / 0.00193054 CPU ]
/x86/svml/mm_udivrem_epi32/native/c [ OK ] [ 0.00062637 / 0.00060380 CPU ]
/x86/svml/mm256_udivrem_epi32/native/c[ OK ] [ 0.00091733 / 0.00091523 CPU ]
/x86/svml/mm_acos_ps/emul/c [ OK ] [ 0.00154028 / 0.00154340 CPU ]
/x86/svml/mm_acos_pd/emul/c [ OK ] [ 0.00158469 / 0.00157900 CPU ]
/x86/svml/mm256_acos_ps/emul/c [ OK ] [ 0.00205203 / 0.00204361 CPU ]
/x86/svml/mm256_acos_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:227: assertion failed[0]: 2.41886 ≈ 1.21 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_acos_ps/emul/c [ OK ] [ 0.00266689 / 0.00266338 CPU ]
/x86/svml/mm512_acos_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:518: assertion failed[0]: 2.41886 ≈ 1.21 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_acos_ps/emul/c [ OK ] [ 0.00385959 / 0.00384865 CPU ]
/x86/svml/mm512_mask_acos_pd/emul/c [ OK ] [ 0.00426216 / 0.00425651 CPU ]
/x86/svml/mm_acosh_ps/emul/c [ OK ] [ 0.00109522 / 0.00108951 CPU ]
/x86/svml/mm_acosh_pd/emul/c [ OK ] [ 0.00086073 / 0.00085428 CPU ]
/x86/svml/mm256_acosh_ps/emul/c [ OK ] [ 0.00133451 / 0.00132924 CPU ]
/x86/svml/mm256_acosh_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:847: assertion failed[0]: 1.19957 ≈ 2.38 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_acosh_ps/emul/c [ OK ] [ 0.00207988 / 0.00207538 CPU ]
/x86/svml/mm512_acosh_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:1138: assertion failed[0]: 1.19957 ≈ 2.38 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_acosh_ps/emul/c [ OK ] [ 0.00343743 / 0.00343238 CPU ]
/x86/svml/mm512_mask_acosh_pd/emul/c [ OK ] [ 0.00245202 / 0.00245097 CPU ]
/x86/svml/mm_asin_ps/emul/c [ OK ] [ 0.00107997 / 0.00107533 CPU ]
/x86/svml/mm_asin_pd/emul/c [ OK ] [ 0.00124026 / 0.00124439 CPU ]
/x86/svml/mm256_asin_ps/emul/c [ OK ] [ 0.00165135 / 0.00163853 CPU ]
/x86/svml/mm256_asin_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:1467: assertion failed[0]: -0.848062 ≈ 0.36 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_asin_ps/emul/c [ OK ] [ 0.00230878 / 0.00229750 CPU ]
/x86/svml/mm512_asin_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:1758: assertion failed[0]: -0.848062 ≈ 0.36 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_asin_ps/emul/c [ OK ] [ 0.00441171 / 0.00427608 CPU ]
/x86/svml/mm512_mask_asin_pd/emul/c [ OK ] [ 0.00278070 / 0.00277555 CPU ]
/x86/svml/mm_asinh_ps/emul/c [ OK ] [ 0.00068926 / 0.00068328 CPU ]
/x86/svml/mm_asinh_pd/emul/c [ OK ] [ 0.00099158 / 0.00098249 CPU ]
/x86/svml/mm256_asinh_ps/emul/c [ OK ] [ 0.00103070 / 0.00102992 CPU ]
/x86/svml/mm256_asinh_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:2087: assertion failed[0]: -7.31904 ≈ 6.54 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_asinh_ps/emul/c [ OK ] [ 0.00259220 / 0.00258382 CPU ]
/x86/svml/mm512_asinh_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:2378: assertion failed[0]: -7.31904 ≈ 6.54 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_asinh_ps/emul/c [ OK ] [ 0.00361662 / 0.00360765 CPU ]
/x86/svml/mm512_mask_asinh_pd/emul/c [ OK ] [ 0.00155114 / 0.00154550 CPU ]
/x86/svml/mm_atan_ps/emul/c [ OK ] [ 0.00114512 / 0.00113654 CPU ]
/x86/svml/mm_atan_pd/emul/c [ OK ] [ 0.00071719 / 0.00072096 CPU ]
/x86/svml/mm256_atan_ps/emul/c [ OK ] [ 0.00101021 / 0.00100129 CPU ]
/x86/svml/mm256_atan_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:2707: assertion failed[0]: -1.56947 ≈ 1.57 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_atan_ps/emul/c [ OK ] [ 0.00268055 / 0.00267097 CPU ]
/x86/svml/mm512_atan_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:2998: assertion failed[0]: -1.56947 ≈ 1.57 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_atan_ps/emul/c [ OK ] [ 0.00446706 / 0.00445790 CPU ]
/x86/svml/mm512_mask_atan_pd/emul/c [ OK ] [ 0.00279272 / 0.00278454 CPU ]
/x86/svml/mm_atan2_ps/emul/c [ OK ] [ 0.00227201 / 0.00227139 CPU ]
/x86/svml/mm_atan2_pd/emul/c [ OK ] [ 0.00225933 / 0.00225157 CPU ]
/x86/svml/mm_atanh_ps/emul/c [ OK ] [ 0.00139511 / 0.00135698 CPU ]
/x86/svml/mm_atanh_pd/emul/c [ OK ] [ 0.00109528 / 0.00108902 CPU ]
/x86/svml/mm256_atanh_ps/emul/c [ OK ] [ 0.00254494 / 0.00254708 CPU ]
/x86/svml/mm256_atanh_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:3418: assertion failed[0]: -0.972955 ≈ 0.37 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_atanh_ps/emul/c [ OK ] [ 0.00373211 / 0.00357584 CPU ]
/x86/svml/mm512_atanh_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:3709: assertion failed[0]: -0.972955 ≈ 0.37 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_atanh_ps/emul/c [ OK ] [ 0.00356351 / 0.00355665 CPU ]
/x86/svml/mm512_mask_atanh_pd/emul/c [ OK ] [ 0.00250308 / 0.00249478 CPU ]
/x86/svml/mm_cos_ps/emul/c [ OK ] [ 0.00087542 / 0.00086998 CPU ]
/x86/svml/mm_cos_pd/emul/c [ OK ] [ 0.00201884 / 0.00201510 CPU ]
/x86/svml/mm256_cos_ps/emul/c [ OK ] [ 0.00178050 / 0.00177127 CPU ]
/x86/svml/mm256_cos_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:4038: assertion failed[0]: 0.92193 ≈ 0.49 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_cos_ps/emul/c [ OK ] [ 0.00176196 / 0.00176402 CPU ]
/x86/svml/mm512_cos_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:4329: assertion failed[0]: 0.92193 ≈ 0.49 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_cos_ps/emul/c [ OK ] [ 0.00380342 / 0.00373179 CPU ]
/x86/svml/mm512_mask_cos_pd/emul/c [ OK ] [ 0.00189731 / 0.00189196 CPU ]
/x86/svml/mm_cosd_ps/emul/c [ OK ] [ 0.00170432 / 0.00095536 CPU ]
/x86/svml/mm_cosd_pd/emul/c [ OK ] [ 0.00184674 / 0.00183894 CPU ]
/x86/svml/mm256_cosd_ps/emul/c [ OK ] [ 0.00114127 / 0.00113949 CPU ]
/x86/svml/mm256_cosd_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:4693: assertion failed[0]: 0.825311 ≈ 0.97 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_cosd_ps/emul/c [ OK ] [ 0.00171229 / 0.00170806 CPU ]
/x86/svml/mm512_cosd_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:4984: assertion failed[0]: 0.825311 ≈ 0.97 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_cosd_ps/emul/c [ OK ] [ 0.00311722 / 0.00311938 CPU ]
/x86/svml/mm512_mask_cosd_pd/emul/c [ OK ] [ 0.00373382 / 0.00372224 CPU ]
/x86/svml/mm_cosh_ps/emul/c [ OK ] [ 0.00086329 / 0.00085700 CPU ]
/x86/svml/mm_cosh_pd/emul/c [ OK ] [ 0.00090355 / 0.00089566 CPU ]
/x86/svml/mm256_cosh_ps/emul/c [ OK ] [ 0.00123732 / 0.00117786 CPU ]
/x86/svml/mm256_cosh_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:5314: assertion failed[0]: 1.03399 ≈ 10.48 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_cosh_ps/emul/c [ OK ] [ 0.00171824 / 0.00171367 CPU ]
/x86/svml/mm512_cosh_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:5605: assertion failed[0]: 1.03399 ≈ 10.48 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_cosh_ps/emul/c [ OK ] [ 0.00267070 / 0.00266564 CPU ]
/x86/svml/mm512_mask_cosh_pd/emul/c [ OK ] [ 0.00154701 / 0.00154077 CPU ]
/x86/svml/mm_div_epi8/emul/c [ OK ] [ 0.00067623 / 0.00067042 CPU ]
/x86/svml/mm_div_epi16/emul/c [ OK ] [ 0.00049141 / 0.00048585 CPU ]
/x86/svml/mm_div_epi32/emul/c [ OK ] [ 0.00037670 / 0.00037025 CPU ]
/x86/svml/mm512_mask_div_epi32/emul/c[ OK ] [ 0.00193136 / 0.00192447 CPU ]
/x86/svml/mm_div_epi64/emul/c [ OK ] [ 0.00038635 / 0.00037843 CPU ]
/x86/svml/mm_div_epu8/emul/c [ OK ] [ 0.00062635 / 0.00062035 CPU ]
/x86/svml/mm_div_epu16/emul/c [ OK ] [ 0.00044357 / 0.00043725 CPU ]
/x86/svml/mm_div_epu32/emul/c [ OK ] [ 0.00039614 / 0.00039097 CPU ]
/x86/svml/mm_div_epu64/emul/c [ OK ] [ 0.00026184 / 0.00025588 CPU ]
/x86/svml/mm256_div_epi8/emul/c [ OK ] [ 0.00105767 / 0.00105205 CPU ]
/x86/svml/mm256_div_epi16/emul/c [ OK ] [ 0.00071300 / 0.00070739 CPU ]
/x86/svml/mm256_div_epi32/emul/c [ OK ] [ 0.00055007 / 0.00054365 CPU ]
/x86/svml/mm256_div_epi64/emul/c [ OK ] [ 0.00064870 / 0.00063442 CPU ]
/x86/svml/mm256_div_epu8/emul/c [ OK ] [ 0.00114155 / 0.00113681 CPU ]
/x86/svml/mm256_div_epu16/emul/c [ OK ] [ 0.00072052 / 0.00072028 CPU ]
/x86/svml/mm256_div_epu32/emul/c [ OK ] [ 0.00051074 / 0.00050413 CPU ]
/x86/svml/mm512_mask_div_epu32/emul/c[ OK ] [ 0.00195493 / 0.00179127 CPU ]
/x86/svml/mm256_div_epu64/emul/c [ OK ] [ 0.00044525 / 0.00043915 CPU ]
/x86/svml/mm512_div_epi8/emul/c [ OK ] [ 0.00196786 / 0.00197414 CPU ]
/x86/svml/mm512_div_epi16/emul/c [ OK ] [ 0.00145167 / 0.00144137 CPU ]
/x86/svml/mm512_div_epi32/emul/c [ OK ] [ 0.00092901 / 0.00092282 CPU ]
/x86/svml/mm512_div_epi64/emul/c [ OK ] [ 0.00075152 / 0.00074479 CPU ]
/x86/svml/mm512_div_epu8/emul/c [ OK ] [ 0.00220204 / 0.00220107 CPU ]
/x86/svml/mm512_div_epu16/emul/c [ OK ] [ 0.00129007 / 0.00128762 CPU ]
/x86/svml/mm512_div_epu32/emul/c [ OK ] [ 0.00096990 / 0.00096467 CPU ]
/x86/svml/mm512_div_epu64/emul/c [ OK ] [ 0.00071012 / 0.00070384 CPU ]
/x86/svml/mm_idivrem_epi32/emul/c [ OK ] [ 0.00044372 / 0.00043809 CPU ]
/x86/svml/mm256_idivrem_epi32/emul/c [ OK ] [ 0.00078742 / 0.00077906 CPU ]
/x86/svml/mm_rem_epi8/emul/c [ OK ] [ 0.00081644 / 0.00081524 CPU ]
/x86/svml/mm_rem_epi16/emul/c [ OK ] [ 0.00049629 / 0.00049137 CPU ]
/x86/svml/mm_rem_epi32/emul/c [ OK ] [ 0.00035785 / 0.00035270 CPU ]
/x86/svml/mm_rem_epi64/emul/c [ OK ] [ 0.00028339 / 0.00026839 CPU ]
/x86/svml/mm_rem_epu8/emul/c [ OK ] [ 0.00083023 / 0.00082484 CPU ]
/x86/svml/mm_rem_epu16/emul/c [ OK ] [ 0.00046157 / 0.00045655 CPU ]
/x86/svml/mm_rem_epu32/emul/c [ OK ] [ 0.00034816 / 0.00034211 CPU ]
/x86/svml/mm_rem_epu64/emul/c [ OK ] [ 0.00028153 / 0.00027445 CPU ]
/x86/svml/mm256_rem_epi8/emul/c [ OK ] [ 0.00137471 / 0.00136852 CPU ]
/x86/svml/mm256_rem_epi16/emul/c [ OK ] [ 0.00090587 / 0.00090199 CPU ]
/x86/svml/mm256_rem_epi32/emul/c [ OK ] [ 0.00062636 / 0.00062108 CPU ]
/x86/svml/mm512_mask_rem_epi32/emul/c[ OK ] [ 0.00197192 / 0.00197093 CPU ]
/x86/svml/mm256_rem_epi64/emul/c [ OK ] [ 0.00047487 / 0.00046843 CPU ]
/x86/svml/mm256_rem_epu8/emul/c [ OK ] [ 0.00189950 / 0.00189731 CPU ]
/x86/svml/mm256_rem_epu16/emul/c [ OK ] [ 0.00079143 / 0.00078863 CPU ]
/x86/svml/mm256_rem_epu32/emul/c [ OK ] [ 0.00072536 / 0.00071766 CPU ]
/x86/svml/mm512_mask_rem_epu32/emul/c[ OK ] [ 0.00198578 / 0.00198040 CPU ]
/x86/svml/mm256_rem_epu64/emul/c [ OK ] [ 0.00045103 / 0.00044523 CPU ]
/x86/svml/mm512_rem_epi8/emul/c [ OK ] [ 0.00218587 / 0.00219118 CPU ]
/x86/svml/mm512_rem_epi16/emul/c [ OK ] [ 0.00168603 / 0.00167733 CPU ]
/x86/svml/mm512_rem_epi32/emul/c [ OK ] [ 0.00141583 / 0.00139116 CPU ]
/x86/svml/mm512_rem_epi64/emul/c [ OK ] [ 0.00117121 / 0.00116764 CPU ]
/x86/svml/mm512_rem_epu8/emul/c [ OK ] [ 0.00187527 / 0.00187316 CPU ]
/x86/svml/mm512_rem_epu16/emul/c [ OK ] [ 0.00142391 / 0.00141926 CPU ]
/x86/svml/mm512_rem_epu32/emul/c [ OK ] [ 0.00086745 / 0.00086290 CPU ]
/x86/svml/mm512_rem_epu64/emul/c [ OK ] [ 0.00069118 / 0.00068567 CPU ]
/x86/svml/mm_sin_ps/emul/c [ OK ] [ 0.00077691 / 0.00077843 CPU ]
/x86/svml/mm_sin_pd/emul/c [ OK ] [ 0.00165595 / 0.00166122 CPU ]
/x86/svml/mm256_sin_ps/emul/c [ OK ] [ 0.00099142 / 0.00099748 CPU ]
/x86/svml/mm256_sin_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:13044: assertion failed[0]: -0.387357 ≈ 0.87 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_sin_ps/emul/c [ OK ] [ 0.00160885 / 0.00159961 CPU ]
/x86/svml/mm512_sin_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:13335: assertion failed[0]: -0.387357 ≈ 0.87 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_sin_ps/emul/c [ OK ] [ 0.00333298 / 0.00333375 CPU ]
/x86/svml/mm512_mask_sin_pd/emul/c [ OK ] [ 0.00250112 / 0.00250250 CPU ]
/x86/svml/mm_sind_ps/emul/c [ OK ] [ 0.00067308 / 0.00066650 CPU ]
/x86/svml/mm_sind_pd/emul/c [ OK ] [ 0.00108407 / 0.00107795 CPU ]
/x86/svml/mm256_sind_ps/emul/c [ OK ] [ 0.00149402 / 0.00147881 CPU ]
/x86/svml/mm256_sind_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:13664: assertion failed[0]: -0.564679 ≈ -0.23 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_sind_ps/emul/c [ OK ] [ 0.00145041 / 0.00144454 CPU ]
/x86/svml/mm512_sind_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:13956: assertion failed[0]: -0.564679 ≈ -0.23 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_sind_ps/emul/c [ OK ] [ 0.00215526 / 0.00211954 CPU ]
/x86/svml/mm512_mask_sind_pd/emul/c [ OK ] [ 0.00297380 / 0.00285959 CPU ]
/x86/svml/mm_sinh_ps/emul/c [ OK ] [ 0.00107249 / 0.00106783 CPU ]
/x86/svml/mm_sinh_pd/emul/c [ OK ] [ 0.00078728 / 0.00078042 CPU ]
/x86/svml/mm256_sinh_ps/emul/c [ OK ] [ 0.00167785 / 0.00166677 CPU ]
/x86/svml/mm256_sinh_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:14285: assertion failed[0]: 0.060036 ≈ 60.15 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_sinh_ps/emul/c [ OK ] [ 0.00211327 / 0.00210752 CPU ]
/x86/svml/mm512_sinh_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:14576: assertion failed[0]: 0.060036 ≈ 60.15 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_sinh_ps/emul/c [ OK ] [ 0.00238227 / 0.00237738 CPU ]
/x86/svml/mm512_mask_sinh_pd/emul/c [ OK ] [ 0.00154772 / 0.00154298 CPU ]
/x86/svml/mm_tan_ps/emul/c [ OK ] [ 0.00081794 / 0.00080874 CPU ]
/x86/svml/mm_tan_pd/emul/c [ OK ] [ 0.00083179 / 0.00082748 CPU ]
/x86/svml/mm256_tan_ps/emul/c [ OK ] [ 0.00104667 / 0.00104234 CPU ]
/x86/svml/mm256_tan_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:14905: assertion failed[0]: -0.420159 ≈ 1.76 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_tan_ps/emul/c [ OK ] [ 0.00159547 / 0.00159033 CPU ]
/x86/svml/mm512_tan_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:15196: assertion failed[0]: -0.420159 ≈ 1.76 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_tan_ps/emul/c [ OK ] [ 0.00209606 / 0.00209173 CPU ]
/x86/svml/mm512_mask_tan_pd/emul/c [ OK ] [ 0.00199753 / 0.00199345 CPU ]
/x86/svml/mm_tand_ps/emul/c [ OK ] [ 0.00082137 / 0.00081662 CPU ]
/x86/svml/mm_tand_pd/emul/c [ OK ] [ 0.00082445 / 0.00081985 CPU ]
/x86/svml/mm256_tand_ps/emul/c [ OK ] [ 0.00100697 / 0.00100214 CPU ]
/x86/svml/mm256_tand_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:15525: assertion failed[0]: -0.684202 ≈ -0.24 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_tand_ps/emul/c [ OK ] [ 0.00167342 / 0.00167269 CPU ]
/x86/svml/mm512_tand_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:15816: assertion failed[0]: -0.684202 ≈ -0.24 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_tand_ps/emul/c [ OK ] [ 0.00237310 / 0.00236047 CPU ]
/x86/svml/mm512_mask_tand_pd/emul/c [ OK ] [ 0.00244173 / 0.00243826 CPU ]
/x86/svml/mm_tanh_ps/emul/c [ OK ] [ 0.00097008 / 0.00093951 CPU ]
/x86/svml/mm_tanh_pd/emul/c [ OK ] [ 0.00096807 / 0.00097006 CPU ]
/x86/svml/mm256_tanh_ps/emul/c [ OK ] [ 0.00148670 / 0.00139591 CPU ]
/x86/svml/mm256_tanh_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:16200: assertion failed[0]: -0.635149 ≈ 0.34 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_tanh_ps/emul/c [ OK ] [ 0.00190094 / 0.00189961 CPU ]
/x86/svml/mm512_tanh_pd/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/svml.c:16491: assertion failed[0]: -0.635149 ≈ 0.34 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_tanh_ps/emul/c [ OK ] [ 0.00247963 / 0.00247368 CPU ]
/x86/svml/mm512_mask_tanh_pd/emul/c [ OK ] [ 0.00169005 / 0.00169396 CPU ]
/x86/svml/mm_udivrem_epi32/emul/c [ OK ] [ 0.00043835 / 0.00043279 CPU ]
/x86/svml/mm256_udivrem_epi32/emul/c [ OK ] [ 0.00072755 / 0.00072223 CPU ]
/x86/svml/mm_acos_ps/native/cpp [ OK ] [ 0.00078769 / 0.00078726 CPU ]
/x86/svml/mm_acos_pd/native/cpp [ OK ] [ 0.00119897 / 0.00119338 CPU ]
/x86/svml/mm256_acos_ps/native/cpp [ OK ] [ 0.00109569 / 0.00109058 CPU ]
/x86/svml/mm256_acos_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:227: assertion failed[0]: 2.41886 ≈ 1.21 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_acos_ps/native/cpp [ OK ] [ 0.00180488 / 0.00180366 CPU ]
/x86/svml/mm512_acos_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:518: assertion failed[0]: 2.41886 ≈ 1.21 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_acos_ps/native/cpp[ OK ] [ 0.00208438 / 0.00207972 CPU ]
/x86/svml/mm512_mask_acos_pd/native/cpp[ OK ] [ 0.00209232 / 0.00208830 CPU ]
/x86/svml/mm_acosh_ps/native/cpp [ OK ] [ 0.00089261 / 0.00088693 CPU ]
/x86/svml/mm_acosh_pd/native/cpp [ OK ] [ 0.00071689 / 0.00071157 CPU ]
/x86/svml/mm256_acosh_ps/native/cpp [ OK ] [ 0.00110882 / 0.00110733 CPU ]
/x86/svml/mm256_acosh_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:847: assertion failed[0]: 1.19957 ≈ 2.38 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_acosh_ps/native/cpp [ OK ] [ 0.00165760 / 0.00165293 CPU ]
/x86/svml/mm512_acosh_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:1138: assertion failed[0]: 1.19957 ≈ 2.38 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_acosh_ps/native/cpp[ OK ] [ 0.00212043 / 0.00211584 CPU ]
/x86/svml/mm512_mask_acosh_pd/native/cpp[ OK ] [ 0.00136349 / 0.00135898 CPU ]
/x86/svml/mm_asin_ps/native/cpp [ OK ] [ 0.00059645 / 0.00059131 CPU ]
/x86/svml/mm_asin_pd/native/cpp [ OK ] [ 0.00078555 / 0.00078075 CPU ]
/x86/svml/mm256_asin_ps/native/cpp [ OK ] [ 0.00083969 / 0.00083474 CPU ]
/x86/svml/mm256_asin_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:1467: assertion failed[0]: -0.848062 ≈ 0.36 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_asin_ps/native/cpp [ OK ] [ 0.00140461 / 0.00140007 CPU ]
/x86/svml/mm512_asin_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:1758: assertion failed[0]: -0.848062 ≈ 0.36 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_asin_ps/native/cpp[ OK ] [ 0.00216048 / 0.00215580 CPU ]
/x86/svml/mm512_mask_asin_pd/native/cpp[ OK ] [ 0.00180623 / 0.00180141 CPU ]
/x86/svml/mm_asinh_ps/native/cpp [ OK ] [ 0.00052255 / 0.00051751 CPU ]
/x86/svml/mm_asinh_pd/native/cpp [ OK ] [ 0.00047130 / 0.00046645 CPU ]
/x86/svml/mm256_asinh_ps/native/cpp [ OK ] [ 0.00077125 / 0.00076687 CPU ]
/x86/svml/mm256_asinh_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:2087: assertion failed[0]: -7.31904 ≈ 6.54 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_asinh_ps/native/cpp [ OK ] [ 0.00121954 / 0.00121484 CPU ]
/x86/svml/mm512_asinh_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:2378: assertion failed[0]: -7.31904 ≈ 6.54 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_asinh_ps/native/cpp[ OK ] [ 0.00164012 / 0.00163712 CPU ]
/x86/svml/mm512_mask_asinh_pd/native/cpp[ OK ] [ 0.00114749 / 0.00114276 CPU ]
/x86/svml/mm_atan_ps/native/cpp [ OK ] [ 0.00053670 / 0.00053597 CPU ]
/x86/svml/mm_atan_pd/native/cpp [ OK ] [ 0.00051972 / 0.00051435 CPU ]
/x86/svml/mm256_atan_ps/native/cpp [ OK ] [ 0.00078085 / 0.00077522 CPU ]
/x86/svml/mm256_atan_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:2707: assertion failed[0]: -1.56947 ≈ 1.57 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_atan_ps/native/cpp [ OK ] [ 0.00123963 / 0.00123485 CPU ]
/x86/svml/mm512_atan_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:2998: assertion failed[0]: -1.56947 ≈ 1.57 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_atan_ps/native/cpp[ OK ] [ 0.00181244 / 0.00181224 CPU ]
/x86/svml/mm512_mask_atan_pd/native/cpp[ OK ] [ 0.00122688 / 0.00122277 CPU ]
/x86/svml/mm_atan2_ps/native/cpp [ OK ] [ 0.00099352 / 0.00098835 CPU ]
/x86/svml/mm_atan2_pd/native/cpp [ OK ] [ 0.00104461 / 0.00104022 CPU ]
/x86/svml/mm_atanh_ps/native/cpp [ OK ] [ 0.00085304 / 0.00084825 CPU ]
/x86/svml/mm_atanh_pd/native/cpp [ OK ] [ 0.00075944 / 0.00075481 CPU ]
/x86/svml/mm256_atanh_ps/native/cpp [ OK ] [ 0.00116935 / 0.00116679 CPU ]
/x86/svml/mm256_atanh_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:3418: assertion failed[0]: -0.972955 ≈ 0.37 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_atanh_ps/native/cpp [ OK ] [ 0.00162467 / 0.00162013 CPU ]
/x86/svml/mm512_atanh_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:3709: assertion failed[0]: -0.972955 ≈ 0.37 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_atanh_ps/native/cpp[ OK ] [ 0.00217530 / 0.00217035 CPU ]
/x86/svml/mm512_mask_atanh_pd/native/cpp[ OK ] [ 0.00160025 / 0.00159024 CPU ]
/x86/svml/mm_cos_ps/native/cpp [ OK ] [ 0.00061662 / 0.00061215 CPU ]
/x86/svml/mm_cos_pd/native/cpp [ OK ] [ 0.00092979 / 0.00092489 CPU ]
/x86/svml/mm256_cos_ps/native/cpp [ OK ] [ 0.00083115 / 0.00082560 CPU ]
/x86/svml/mm256_cos_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:4038: assertion failed[0]: 0.92193 ≈ 0.49 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_cos_ps/native/cpp [ OK ] [ 0.00134176 / 0.00133690 CPU ]
/x86/svml/mm512_cos_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:4329: assertion failed[0]: 0.92193 ≈ 0.49 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_cos_ps/native/cpp[ OK ] [ 0.00191192 / 0.00190700 CPU ]
/x86/svml/mm512_mask_cos_pd/native/cpp[ OK ] [ 0.00152501 / 0.00152003 CPU ]
/x86/svml/mm_cosd_ps/native/cpp [ OK ] [ 0.00059025 / 0.00058549 CPU ]
/x86/svml/mm_cosd_pd/native/cpp [ OK ] [ 0.00103119 / 0.00102585 CPU ]
/x86/svml/mm256_cosd_ps/native/cpp [ OK ] [ 0.00081253 / 0.00080789 CPU ]
/x86/svml/mm256_cosd_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:4693: assertion failed[0]: 0.825311 ≈ 0.97 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_cosd_ps/native/cpp [ OK ] [ 0.00126192 / 0.00125713 CPU ]
/x86/svml/mm512_cosd_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:4984: assertion failed[0]: 0.825311 ≈ 0.97 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_cosd_ps/native/cpp[ OK ] [ 0.00188890 / 0.00188483 CPU ]
/x86/svml/mm512_mask_cosd_pd/native/cpp[ OK ] [ 0.00168406 / 0.00168008 CPU ]
/x86/svml/mm_cosh_ps/native/cpp [ OK ] [ 0.00069197 / 0.00068048 CPU ]
/x86/svml/mm_cosh_pd/native/cpp [ OK ] [ 0.00059868 / 0.00059402 CPU ]
/x86/svml/mm256_cosh_ps/native/cpp [ OK ] [ 0.00088228 / 0.00087715 CPU ]
/x86/svml/mm256_cosh_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:5314: assertion failed[0]: 1.03399 ≈ 10.48 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_cosh_ps/native/cpp [ OK ] [ 0.00144827 / 0.00144364 CPU ]
/x86/svml/mm512_cosh_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:5605: assertion failed[0]: 1.03399 ≈ 10.48 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_cosh_ps/native/cpp[ OK ] [ 0.00223599 / 0.00223169 CPU ]
/x86/svml/mm512_mask_cosh_pd/native/cpp[ OK ] [ 0.00133995 / 0.00133502 CPU ]
/x86/svml/mm_div_epi8/native/cpp [ OK ] [ 0.00061450 / 0.00061407 CPU ]
/x86/svml/mm_div_epi16/native/cpp [ OK ] [ 0.00042579 / 0.00042000 CPU ]
/x86/svml/mm_div_epi32/native/cpp [ OK ] [ 0.00033697 / 0.00033222 CPU ]
/x86/svml/mm512_mask_div_epi32/native/cpp[ OK ] [ 0.00182501 / 0.00182085 CPU ]
/x86/svml/mm_div_epi64/native/cpp [ OK ] [ 0.00029751 / 0.00029236 CPU ]
/x86/svml/mm_div_epu8/native/cpp [ OK ] [ 0.00059174 / 0.00058616 CPU ]
/x86/svml/mm_div_epu16/native/cpp [ OK ] [ 0.00041911 / 0.00041295 CPU ]
/x86/svml/mm_div_epu32/native/cpp [ OK ] [ 0.00033886 / 0.00033302 CPU ]
/x86/svml/mm_div_epu64/native/cpp [ OK ] [ 0.00040631 / 0.00039982 CPU ]
/x86/svml/mm256_div_epi8/native/cpp [ OK ] [ 0.00113226 / 0.00114026 CPU ]
/x86/svml/mm256_div_epi16/native/cpp [ OK ] [ 0.00067262 / 0.00067381 CPU ]
/x86/svml/mm256_div_epi32/native/cpp [ OK ] [ 0.00050273 / 0.00049797 CPU ]
/x86/svml/mm256_div_epi64/native/cpp [ OK ] [ 0.00049361 / 0.00048864 CPU ]
/x86/svml/mm256_div_epu8/native/cpp [ OK ] [ 0.00093163 / 0.00093151 CPU ]
/x86/svml/mm256_div_epu16/native/cpp [ OK ] [ 0.00064518 / 0.00064407 CPU ]
/x86/svml/mm256_div_epu32/native/cpp [ OK ] [ 0.00050228 / 0.00049792 CPU ]
/x86/svml/mm512_mask_div_epu32/native/cpp[ OK ] [ 0.00165633 / 0.00165157 CPU ]
/x86/svml/mm256_div_epu64/native/cpp [ OK ] [ 0.00044993 / 0.00044154 CPU ]
/x86/svml/mm512_div_epi8/native/cpp [ OK ] [ 0.00138096 / 0.00137584 CPU ]
/x86/svml/mm512_div_epi16/native/cpp [ OK ] [ 0.00142523 / 0.00143134 CPU ]
/x86/svml/mm512_div_epi32/native/cpp [ OK ] [ 0.00090920 / 0.00090933 CPU ]
/x86/svml/mm512_div_epi64/native/cpp [ OK ] [ 0.00067806 / 0.00067286 CPU ]
/x86/svml/mm512_div_epu8/native/cpp [ OK ] [ 0.00142628 / 0.00142115 CPU ]
/x86/svml/mm512_div_epu16/native/cpp [ OK ] [ 0.00119126 / 0.00119152 CPU ]
/x86/svml/mm512_div_epu32/native/cpp [ OK ] [ 0.00081658 / 0.00081536 CPU ]
/x86/svml/mm512_div_epu64/native/cpp [ OK ] [ 0.00062777 / 0.00062234 CPU ]
/x86/svml/mm_idivrem_epi32/native/cpp[ OK ] [ 0.00042693 / 0.00042261 CPU ]
/x86/svml/mm256_idivrem_epi32/native/cpp[ OK ] [ 0.00065158 / 0.00064645 CPU ]
/x86/svml/mm_rem_epi8/native/cpp [ OK ] [ 0.00053954 / 0.00053406 CPU ]
/x86/svml/mm_rem_epi16/native/cpp [ OK ] [ 0.00044367 / 0.00043870 CPU ]
/x86/svml/mm_rem_epi32/native/cpp [ OK ] [ 0.00037329 / 0.00035904 CPU ]
/x86/svml/mm_rem_epi64/native/cpp [ OK ] [ 0.00027768 / 0.00027192 CPU ]
/x86/svml/mm_rem_epu8/native/cpp [ OK ] [ 0.00071270 / 0.00070793 CPU ]
/x86/svml/mm_rem_epu16/native/cpp [ OK ] [ 0.00051812 / 0.00050644 CPU ]
/x86/svml/mm_rem_epu32/native/cpp [ OK ] [ 0.00033640 / 0.00033128 CPU ]
/x86/svml/mm_rem_epu64/native/cpp [ OK ] [ 0.00026843 / 0.00026318 CPU ]
/x86/svml/mm256_rem_epi8/native/cpp [ OK ] [ 0.00101938 / 0.00101885 CPU ]
/x86/svml/mm256_rem_epi16/native/cpp [ OK ] [ 0.00067068 / 0.00066878 CPU ]
/x86/svml/mm256_rem_epi32/native/cpp [ OK ] [ 0.00051560 / 0.00051108 CPU ]
/x86/svml/mm512_mask_rem_epi32/native/cpp[ OK ] [ 0.00169498 / 0.00169095 CPU ]
/x86/svml/mm256_rem_epi64/native/cpp [ OK ] [ 0.00039330 / 0.00038836 CPU ]
/x86/svml/mm256_rem_epu8/native/cpp [ OK ] [ 0.00109928 / 0.00109942 CPU ]
/x86/svml/mm256_rem_epu16/native/cpp [ OK ] [ 0.00080570 / 0.00080078 CPU ]
/x86/svml/mm256_rem_epu32/native/cpp [ OK ] [ 0.00054483 / 0.00053521 CPU ]
/x86/svml/mm512_mask_rem_epu32/native/cpp[ OK ] [ 0.00161742 / 0.00161238 CPU ]
/x86/svml/mm256_rem_epu64/native/cpp [ OK ] [ 0.00038771 / 0.00038272 CPU ]
/x86/svml/mm512_rem_epi8/native/cpp [ OK ] [ 0.00217693 / 0.00215697 CPU ]
/x86/svml/mm512_rem_epi16/native/cpp [ OK ] [ 0.00122109 / 0.00121611 CPU ]
/x86/svml/mm512_rem_epi32/native/cpp [ OK ] [ 0.00088611 / 0.00088653 CPU ]
/x86/svml/mm512_rem_epi64/native/cpp [ OK ] [ 0.00080236 / 0.00080348 CPU ]
/x86/svml/mm512_rem_epu8/native/cpp [ OK ] [ 0.00170964 / 0.00170537 CPU ]
/x86/svml/mm512_rem_epu16/native/cpp [ OK ] [ 0.00143947 / 0.00143500 CPU ]
/x86/svml/mm512_rem_epu32/native/cpp [ OK ] [ 0.00091106 / 0.00091202 CPU ]
/x86/svml/mm512_rem_epu64/native/cpp [ OK ] [ 0.00062510 / 0.00061973 CPU ]
/x86/svml/mm_sin_ps/native/cpp [ OK ] [ 0.00093189 / 0.00092577 CPU ]
/x86/svml/mm_sin_pd/native/cpp [ OK ] [ 0.00095458 / 0.00094945 CPU ]
/x86/svml/mm256_sin_ps/native/cpp [ OK ] [ 0.00083559 / 0.00083079 CPU ]
/x86/svml/mm256_sin_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:13044: assertion failed[0]: -0.387357 ≈ 0.87 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_sin_ps/native/cpp [ OK ] [ 0.00123823 / 0.00123342 CPU ]
/x86/svml/mm512_sin_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:13335: assertion failed[0]: -0.387357 ≈ 0.87 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_sin_ps/native/cpp[ OK ] [ 0.00217295 / 0.00215378 CPU ]
/x86/svml/mm512_mask_sin_pd/native/cpp[ OK ] [ 0.00162776 / 0.00162232 CPU ]
/x86/svml/mm_sind_ps/native/cpp [ OK ] [ 0.00060408 / 0.00059827 CPU ]
/x86/svml/mm_sind_pd/native/cpp [ OK ] [ 0.00102673 / 0.00102211 CPU ]
/x86/svml/mm256_sind_ps/native/cpp [ OK ] [ 0.00087216 / 0.00086676 CPU ]
/x86/svml/mm256_sind_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:13664: assertion failed[0]: -0.564679 ≈ -0.23 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_sind_ps/native/cpp [ OK ] [ 0.00130851 / 0.00130341 CPU ]
/x86/svml/mm512_sind_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:13956: assertion failed[0]: -0.564679 ≈ -0.23 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_sind_ps/native/cpp[ OK ] [ 0.00196050 / 0.00195581 CPU ]
/x86/svml/mm512_mask_sind_pd/native/cpp[ OK ] [ 0.00198612 / 0.00197674 CPU ]
/x86/svml/mm_sinh_ps/native/cpp [ OK ] [ 0.00099359 / 0.00098863 CPU ]
/x86/svml/mm_sinh_pd/native/cpp [ OK ] [ 0.00077396 / 0.00076829 CPU ]
/x86/svml/mm256_sinh_ps/native/cpp [ OK ] [ 0.00153729 / 0.00140255 CPU ]
/x86/svml/mm256_sinh_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:14285: assertion failed[0]: 0.060036 ≈ 60.15 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_sinh_ps/native/cpp [ OK ] [ 0.00283780 / 0.00283799 CPU ]
/x86/svml/mm512_sinh_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:14576: assertion failed[0]: 0.060036 ≈ 60.15 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_sinh_ps/native/cpp[ OK ] [ 0.00246167 / 0.00245736 CPU ]
/x86/svml/mm512_mask_sinh_pd/native/cpp[ OK ] [ 0.00158208 / 0.00157726 CPU ]
/x86/svml/mm_tan_ps/native/cpp [ OK ] [ 0.00080990 / 0.00081101 CPU ]
/x86/svml/mm_tan_pd/native/cpp [ OK ] [ 0.00081140 / 0.00080695 CPU ]
/x86/svml/mm256_tan_ps/native/cpp [ OK ] [ 0.00104777 / 0.00104333 CPU ]
/x86/svml/mm256_tan_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:14905: assertion failed[0]: -0.420159 ≈ 1.76 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_tan_ps/native/cpp [ OK ] [ 0.00176345 / 0.00175911 CPU ]
/x86/svml/mm512_tan_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:15196: assertion failed[0]: -0.420159 ≈ 1.76 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_tan_ps/native/cpp[ OK ] [ 0.00201455 / 0.00200422 CPU ]
/x86/svml/mm512_mask_tan_pd/native/cpp[ OK ] [ 0.00195556 / 0.00195096 CPU ]
/x86/svml/mm_tand_ps/native/cpp [ OK ] [ 0.00072429 / 0.00071969 CPU ]
/x86/svml/mm_tand_pd/native/cpp [ OK ] [ 0.00078914 / 0.00078430 CPU ]
/x86/svml/mm256_tand_ps/native/cpp [ OK ] [ 0.00101672 / 0.00101214 CPU ]
/x86/svml/mm256_tand_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:15525: assertion failed[0]: -0.684202 ≈ -0.24 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_tand_ps/native/cpp [ OK ] [ 0.00142669 / 0.00142162 CPU ]
/x86/svml/mm512_tand_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:15816: assertion failed[0]: -0.684202 ≈ -0.24 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_tand_ps/native/cpp[ OK ] [ 0.00201724 / 0.00201704 CPU ]
/x86/svml/mm512_mask_tand_pd/native/cpp[ OK ] [ 0.00200459 / 0.00200052 CPU ]
/x86/svml/mm_tanh_ps/native/cpp [ OK ] [ 0.00076129 / 0.00075652 CPU ]
/x86/svml/mm_tanh_pd/native/cpp [ OK ] [ 0.00095011 / 0.00094537 CPU ]
/x86/svml/mm256_tanh_ps/native/cpp [ OK ] [ 0.00115042 / 0.00114681 CPU ]
/x86/svml/mm256_tanh_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:16200: assertion failed[0]: -0.635149 ≈ 0.34 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_tanh_ps/native/cpp [ OK ] [ 0.00159476 / 0.00158986 CPU ]
/x86/svml/mm512_tanh_pd/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:16491: assertion failed[0]: -0.635149 ≈ 0.34 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_tanh_ps/native/cpp[ OK ] [ 0.00222205 / 0.00219272 CPU ]
/x86/svml/mm512_mask_tanh_pd/native/cpp[ OK ] [ 0.00146302 / 0.00145883 CPU ]
/x86/svml/mm_udivrem_epi32/native/cpp[ OK ] [ 0.00040962 / 0.00040379 CPU ]
/x86/svml/mm256_udivrem_epi32/native/cpp[ OK ] [ 0.00068784 / 0.00067340 CPU ]
/x86/svml/mm_acos_ps/emul/cpp [ OK ] [ 0.00078377 / 0.00077934 CPU ]
/x86/svml/mm_acos_pd/emul/cpp [ OK ] [ 0.00124194 / 0.00123728 CPU ]
/x86/svml/mm256_acos_ps/emul/cpp [ OK ] [ 0.00095632 / 0.00095063 CPU ]
/x86/svml/mm256_acos_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:227: assertion failed[0]: 2.41886 ≈ 1.21 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_acos_ps/emul/cpp [ OK ] [ 0.00156276 / 0.00155847 CPU ]
/x86/svml/mm512_acos_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:518: assertion failed[0]: 2.41886 ≈ 1.21 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_acos_ps/emul/cpp[ OK ] [ 0.00216508 / 0.00215897 CPU ]
/x86/svml/mm512_mask_acos_pd/emul/cpp[ OK ] [ 0.00211254 / 0.00210792 CPU ]
/x86/svml/mm_acosh_ps/emul/cpp [ OK ] [ 0.00087338 / 0.00086841 CPU ]
/x86/svml/mm_acosh_pd/emul/cpp [ OK ] [ 0.00072008 / 0.00071565 CPU ]
/x86/svml/mm256_acosh_ps/emul/cpp [ OK ] [ 0.00107787 / 0.00107325 CPU ]
/x86/svml/mm256_acosh_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:847: assertion failed[0]: 1.19957 ≈ 2.38 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_acosh_ps/emul/cpp [ OK ] [ 0.00166618 / 0.00166159 CPU ]
/x86/svml/mm512_acosh_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:1138: assertion failed[0]: 1.19957 ≈ 2.38 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_acosh_ps/emul/cpp[ OK ] [ 0.00236999 / 0.00230574 CPU ]
/x86/svml/mm512_mask_acosh_pd/emul/cpp[ OK ] [ 0.00143143 / 0.00142706 CPU ]
/x86/svml/mm_asin_ps/emul/cpp [ OK ] [ 0.00060782 / 0.00060302 CPU ]
/x86/svml/mm_asin_pd/emul/cpp [ OK ] [ 0.00081633 / 0.00081116 CPU ]
/x86/svml/mm256_asin_ps/emul/cpp [ OK ] [ 0.00085675 / 0.00085120 CPU ]
/x86/svml/mm256_asin_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:1467: assertion failed[0]: -0.848062 ≈ 0.36 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_asin_ps/emul/cpp [ OK ] [ 0.00128035 / 0.00127554 CPU ]
/x86/svml/mm512_asin_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:1758: assertion failed[0]: -0.848062 ≈ 0.36 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_asin_ps/emul/cpp[ OK ] [ 0.00175318 / 0.00174866 CPU ]
/x86/svml/mm512_mask_asin_pd/emul/cpp[ OK ] [ 0.00167042 / 0.00166419 CPU ]
/x86/svml/mm_asinh_ps/emul/cpp [ OK ] [ 0.00048522 / 0.00048406 CPU ]
/x86/svml/mm_asinh_pd/emul/cpp [ OK ] [ 0.00044319 / 0.00044206 CPU ]
/x86/svml/mm256_asinh_ps/emul/cpp [ OK ] [ 0.00071293 / 0.00070885 CPU ]
/x86/svml/mm256_asinh_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:2087: assertion failed[0]: -7.31904 ≈ 6.54 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_asinh_ps/emul/cpp [ OK ] [ 0.00113304 / 0.00112311 CPU ]
/x86/svml/mm512_asinh_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:2378: assertion failed[0]: -7.31904 ≈ 6.54 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_asinh_ps/emul/cpp[ OK ] [ 0.00158649 / 0.00158281 CPU ]
/x86/svml/mm512_mask_asinh_pd/emul/cpp[ OK ] [ 0.00103752 / 0.00103338 CPU ]
/x86/svml/mm_atan_ps/emul/cpp [ OK ] [ 0.00047714 / 0.00047248 CPU ]
/x86/svml/mm_atan_pd/emul/cpp [ OK ] [ 0.00049822 / 0.00049339 CPU ]
/x86/svml/mm256_atan_ps/emul/cpp [ OK ] [ 0.00066246 / 0.00065833 CPU ]
/x86/svml/mm256_atan_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:2707: assertion failed[0]: -1.56947 ≈ 1.57 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_atan_ps/emul/cpp [ OK ] [ 0.00109784 / 0.00109363 CPU ]
/x86/svml/mm512_atan_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:2998: assertion failed[0]: -1.56947 ≈ 1.57 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_atan_ps/emul/cpp[ OK ] [ 0.00162265 / 0.00161794 CPU ]
/x86/svml/mm512_mask_atan_pd/emul/cpp[ OK ] [ 0.00122199 / 0.00121063 CPU ]
/x86/svml/mm_atan2_ps/emul/cpp [ OK ] [ 0.00091849 / 0.00091359 CPU ]
/x86/svml/mm_atan2_pd/emul/cpp [ OK ] [ 0.00104891 / 0.00104428 CPU ]
/x86/svml/mm_atanh_ps/emul/cpp [ OK ] [ 0.00078635 / 0.00078180 CPU ]
/x86/svml/mm_atanh_pd/emul/cpp [ OK ] [ 0.00098186 / 0.00097610 CPU ]
/x86/svml/mm256_atanh_ps/emul/cpp [ OK ] [ 0.00111765 / 0.00111279 CPU ]
/x86/svml/mm256_atanh_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:3418: assertion failed[0]: -0.972955 ≈ 0.37 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_atanh_ps/emul/cpp [ OK ] [ 0.00151958 / 0.00151015 CPU ]
/x86/svml/mm512_atanh_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:3709: assertion failed[0]: -0.972955 ≈ 0.37 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_atanh_ps/emul/cpp[ OK ] [ 0.00213605 / 0.00213224 CPU ]
/x86/svml/mm512_mask_atanh_pd/emul/cpp[ OK ] [ 0.00140562 / 0.00140365 CPU ]
/x86/svml/mm_cos_ps/emul/cpp [ OK ] [ 0.00060947 / 0.00059982 CPU ]
/x86/svml/mm_cos_pd/emul/cpp [ OK ] [ 0.00090547 / 0.00090128 CPU ]
/x86/svml/mm256_cos_ps/emul/cpp [ OK ] [ 0.00081310 / 0.00080862 CPU ]
/x86/svml/mm256_cos_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:4038: assertion failed[0]: 0.92193 ≈ 0.49 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_cos_ps/emul/cpp [ OK ] [ 0.00123663 / 0.00123237 CPU ]
/x86/svml/mm512_cos_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:4329: assertion failed[0]: 0.92193 ≈ 0.49 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_cos_ps/emul/cpp [ OK ] [ 0.00170252 / 0.00169831 CPU ]
/x86/svml/mm512_mask_cos_pd/emul/cpp [ OK ] [ 0.00148205 / 0.00147849 CPU ]
/x86/svml/mm_cosd_ps/emul/cpp [ OK ] [ 0.00054270 / 0.00053762 CPU ]
/x86/svml/mm_cosd_pd/emul/cpp [ OK ] [ 0.00082233 / 0.00081793 CPU ]
/x86/svml/mm256_cosd_ps/emul/cpp [ OK ] [ 0.00074529 / 0.00074095 CPU ]
/x86/svml/mm256_cosd_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:4693: assertion failed[0]: 0.825311 ≈ 0.97 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_cosd_ps/emul/cpp [ OK ] [ 0.00117721 / 0.00117159 CPU ]
/x86/svml/mm512_cosd_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:4984: assertion failed[0]: 0.825311 ≈ 0.97 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_cosd_ps/emul/cpp[ OK ] [ 0.00159555 / 0.00159059 CPU ]
/x86/svml/mm512_mask_cosd_pd/emul/cpp[ OK ] [ 0.00157372 / 0.00156956 CPU ]
/x86/svml/mm_cosh_ps/emul/cpp [ OK ] [ 0.00064839 / 0.00064376 CPU ]
/x86/svml/mm_cosh_pd/emul/cpp [ OK ] [ 0.00060370 / 0.00059781 CPU ]
/x86/svml/mm256_cosh_ps/emul/cpp [ OK ] [ 0.00084065 / 0.00083569 CPU ]
/x86/svml/mm256_cosh_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:5314: assertion failed[0]: 1.03399 ≈ 10.48 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_cosh_ps/emul/cpp [ OK ] [ 0.00173419 / 0.00173141 CPU ]
/x86/svml/mm512_cosh_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:5605: assertion failed[0]: 1.03399 ≈ 10.48 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_cosh_ps/emul/cpp[ OK ] [ 0.00176666 / 0.00176194 CPU ]
/x86/svml/mm512_mask_cosh_pd/emul/cpp[ OK ] [ 0.00129165 / 0.00128758 CPU ]
/x86/svml/mm_div_epi8/emul/cpp [ OK ] [ 0.00057598 / 0.00057666 CPU ]
/x86/svml/mm_div_epi16/emul/cpp [ OK ] [ 0.00039882 / 0.00039362 CPU ]
/x86/svml/mm_div_epi32/emul/cpp [ OK ] [ 0.00031665 / 0.00031069 CPU ]
/x86/svml/mm512_mask_div_epi32/emul/cpp[ OK ] [ 0.00157058 / 0.00156590 CPU ]
/x86/svml/mm_div_epi64/emul/cpp [ OK ] [ 0.00025690 / 0.00025498 CPU ]
/x86/svml/mm_div_epu8/emul/cpp [ OK ] [ 0.00044929 / 0.00044345 CPU ]
/x86/svml/mm_div_epu16/emul/cpp [ OK ] [ 0.00036384 / 0.00035888 CPU ]
/x86/svml/mm_div_epu32/emul/cpp [ OK ] [ 0.00029211 / 0.00028735 CPU ]
/x86/svml/mm_div_epu64/emul/cpp [ OK ] [ 0.00021856 / 0.00021369 CPU ]
/x86/svml/mm256_div_epi8/emul/cpp [ OK ] [ 0.00097854 / 0.00098119 CPU ]
/x86/svml/mm256_div_epi16/emul/cpp [ OK ] [ 0.00058266 / 0.00058161 CPU ]
/x86/svml/mm256_div_epi32/emul/cpp [ OK ] [ 0.00046965 / 0.00046508 CPU ]
/x86/svml/mm256_div_epi64/emul/cpp [ OK ] [ 0.00037123 / 0.00036629 CPU ]
/x86/svml/mm256_div_epu8/emul/cpp [ OK ] [ 0.00082903 / 0.00082923 CPU ]
/x86/svml/mm256_div_epu16/emul/cpp [ OK ] [ 0.00055628 / 0.00055526 CPU ]
/x86/svml/mm256_div_epu32/emul/cpp [ OK ] [ 0.00044784 / 0.00044331 CPU ]
/x86/svml/mm512_mask_div_epu32/emul/cpp[ OK ] [ 0.00144880 / 0.00144477 CPU ]
/x86/svml/mm256_div_epu64/emul/cpp [ OK ] [ 0.00035661 / 0.00035253 CPU ]
/x86/svml/mm512_div_epi8/emul/cpp [ OK ] [ 0.00126611 / 0.00126224 CPU ]
/x86/svml/mm512_div_epi16/emul/cpp [ OK ] [ 0.00107690 / 0.00107859 CPU ]
/x86/svml/mm512_div_epi32/emul/cpp [ OK ] [ 0.00071320 / 0.00071238 CPU ]
/x86/svml/mm512_div_epi64/emul/cpp [ OK ] [ 0.00058624 / 0.00058232 CPU ]
/x86/svml/mm512_div_epu8/emul/cpp [ OK ] [ 0.00126570 / 0.00126156 CPU ]
/x86/svml/mm512_div_epu16/emul/cpp [ OK ] [ 0.00084705 / 0.00084758 CPU ]
/x86/svml/mm512_div_epu32/emul/cpp [ OK ] [ 0.00071438 / 0.00071393 CPU ]
/x86/svml/mm512_div_epu64/emul/cpp [ OK ] [ 0.00056248 / 0.00055769 CPU ]
/x86/svml/mm_idivrem_epi32/emul/cpp [ OK ] [ 0.00036081 / 0.00035663 CPU ]
/x86/svml/mm256_idivrem_epi32/emul/cpp[ OK ] [ 0.00058419 / 0.00057979 CPU ]
/x86/svml/mm_rem_epi8/emul/cpp [ OK ] [ 0.00057872 / 0.00057426 CPU ]
/x86/svml/mm_rem_epi16/emul/cpp [ OK ] [ 0.00038887 / 0.00038477 CPU ]
/x86/svml/mm_rem_epi32/emul/cpp [ OK ] [ 0.00029544 / 0.00029148 CPU ]
/x86/svml/mm_rem_epi64/emul/cpp [ OK ] [ 0.00019110 / 0.00018665 CPU ]
/x86/svml/mm_rem_epu8/emul/cpp [ OK ] [ 0.00059549 / 0.00059329 CPU ]
/x86/svml/mm_rem_epu16/emul/cpp [ OK ] [ 0.00035510 / 0.00035106 CPU ]
/x86/svml/mm_rem_epu32/emul/cpp [ OK ] [ 0.00028913 / 0.00028685 CPU ]
/x86/svml/mm_rem_epu64/emul/cpp [ OK ] [ 0.00023350 / 0.00022811 CPU ]
/x86/svml/mm256_rem_epi8/emul/cpp [ OK ] [ 0.00095522 / 0.00095116 CPU ]
/x86/svml/mm256_rem_epi16/emul/cpp [ OK ] [ 0.00057003 / 0.00056633 CPU ]
/x86/svml/mm256_rem_epi32/emul/cpp [ OK ] [ 0.00045578 / 0.00045003 CPU ]
/x86/svml/mm512_mask_rem_epi32/emul/cpp[ OK ] [ 0.00149438 / 0.00149010 CPU ]
/x86/svml/mm256_rem_epi64/emul/cpp [ OK ] [ 0.00037633 / 0.00037241 CPU ]
/x86/svml/mm256_rem_epu8/emul/cpp [ OK ] [ 0.00103831 / 0.00103440 CPU ]
/x86/svml/mm256_rem_epu16/emul/cpp [ OK ] [ 0.00051602 / 0.00051455 CPU ]
/x86/svml/mm256_rem_epu32/emul/cpp [ OK ] [ 0.00041318 / 0.00040910 CPU ]
/x86/svml/mm512_mask_rem_epu32/emul/cpp[ OK ] [ 0.00140374 / 0.00139984 CPU ]
/x86/svml/mm256_rem_epu64/emul/cpp [ OK ] [ 0.00032085 / 0.00031680 CPU ]
/x86/svml/mm512_rem_epi8/emul/cpp [ OK ] [ 0.00126386 / 0.00125970 CPU ]
/x86/svml/mm512_rem_epi16/emul/cpp [ OK ] [ 0.00103997 / 0.00103606 CPU ]
/x86/svml/mm512_rem_epi32/emul/cpp [ OK ] [ 0.00070249 / 0.00069947 CPU ]
/x86/svml/mm512_rem_epi64/emul/cpp [ OK ] [ 0.00053918 / 0.00053497 CPU ]
/x86/svml/mm512_rem_epu8/emul/cpp [ OK ] [ 0.00148885 / 0.00148505 CPU ]
/x86/svml/mm512_rem_epu16/emul/cpp [ OK ] [ 0.00121130 / 0.00120732 CPU ]
/x86/svml/mm512_rem_epu32/emul/cpp [ OK ] [ 0.00075431 / 0.00075289 CPU ]
/x86/svml/mm512_rem_epu64/emul/cpp [ OK ] [ 0.00050172 / 0.00049766 CPU ]
/x86/svml/mm_sin_ps/emul/cpp [ OK ] [ 0.00066080 / 0.00065698 CPU ]
/x86/svml/mm_sin_pd/emul/cpp [ OK ] [ 0.00077161 / 0.00076763 CPU ]
/x86/svml/mm256_sin_ps/emul/cpp [ OK ] [ 0.00066381 / 0.00066002 CPU ]
/x86/svml/mm256_sin_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:13044: assertion failed[0]: -0.387357 ≈ 0.87 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_sin_ps/emul/cpp [ OK ] [ 0.00103198 / 0.00102779 CPU ]
/x86/svml/mm512_sin_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:13335: assertion failed[0]: -0.387357 ≈ 0.87 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_sin_ps/emul/cpp [ OK ] [ 0.00153916 / 0.00153562 CPU ]
/x86/svml/mm512_mask_sin_pd/emul/cpp [ OK ] [ 0.00112693 / 0.00112283 CPU ]
/x86/svml/mm_sind_ps/emul/cpp [ OK ] [ 0.00042615 / 0.00042209 CPU ]
/x86/svml/mm_sind_pd/emul/cpp [ OK ] [ 0.00073084 / 0.00072871 CPU ]
/x86/svml/mm256_sind_ps/emul/cpp [ OK ] [ 0.00059723 / 0.00059311 CPU ]
/x86/svml/mm256_sind_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:13664: assertion failed[0]: -0.564679 ≈ -0.23 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_sind_ps/emul/cpp [ OK ] [ 0.00096297 / 0.00095906 CPU ]
/x86/svml/mm512_sind_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:13956: assertion failed[0]: -0.564679 ≈ -0.23 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_sind_ps/emul/cpp[ OK ] [ 0.00139239 / 0.00138838 CPU ]
/x86/svml/mm512_mask_sind_pd/emul/cpp[ OK ] [ 0.00149220 / 0.00148856 CPU ]
/x86/svml/mm_sinh_ps/emul/cpp [ OK ] [ 0.00070823 / 0.00070520 CPU ]
/x86/svml/mm_sinh_pd/emul/cpp [ OK ] [ 0.00055674 / 0.00055312 CPU ]
/x86/svml/mm256_sinh_ps/emul/cpp [ OK ] [ 0.00095163 / 0.00094765 CPU ]
/x86/svml/mm256_sinh_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:14285: assertion failed[0]: 0.060036 ≈ 60.15 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_sinh_ps/emul/cpp [ OK ] [ 0.00137298 / 0.00136875 CPU ]
/x86/svml/mm512_sinh_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:14576: assertion failed[0]: 0.060036 ≈ 60.15 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_sinh_ps/emul/cpp[ OK ] [ 0.00205280 / 0.00204870 CPU ]
/x86/svml/mm512_mask_sinh_pd/emul/cpp[ OK ] [ 0.00115067 / 0.00114720 CPU ]
/x86/svml/mm_tan_ps/emul/cpp [ OK ] [ 0.00059054 / 0.00058625 CPU ]
/x86/svml/mm_tan_pd/emul/cpp [ OK ] [ 0.00060904 / 0.00060551 CPU ]
/x86/svml/mm256_tan_ps/emul/cpp [ OK ] [ 0.00086256 / 0.00085863 CPU ]
/x86/svml/mm256_tan_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:14905: assertion failed[0]: -0.420159 ≈ 1.76 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_tan_ps/emul/cpp [ OK ] [ 0.00123986 / 0.00123617 CPU ]
/x86/svml/mm512_tan_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:15196: assertion failed[0]: -0.420159 ≈ 1.76 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_tan_ps/emul/cpp [ OK ] [ 0.00164373 / 0.00163970 CPU ]
/x86/svml/mm512_mask_tan_pd/emul/cpp [ OK ] [ 0.00162068 / 0.00161710 CPU ]
/x86/svml/mm_tand_ps/emul/cpp [ OK ] [ 0.00065810 / 0.00065469 CPU ]
/x86/svml/mm_tand_pd/emul/cpp [ OK ] [ 0.00063852 / 0.00063485 CPU ]
/x86/svml/mm256_tand_ps/emul/cpp [ OK ] [ 0.00076356 / 0.00075972 CPU ]
/x86/svml/mm256_tand_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:15525: assertion failed[0]: -0.684202 ≈ -0.24 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_tand_ps/emul/cpp [ OK ] [ 0.00122824 / 0.00122412 CPU ]
/x86/svml/mm512_tand_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:15816: assertion failed[0]: -0.684202 ≈ -0.24 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_tand_ps/emul/cpp[ OK ] [ 0.00163305 / 0.00162916 CPU ]
/x86/svml/mm512_mask_tand_pd/emul/cpp[ OK ] [ 0.00162986 / 0.00162621 CPU ]
/x86/svml/mm_tanh_ps/emul/cpp [ OK ] [ 0.00060921 / 0.00060587 CPU ]
/x86/svml/mm_tanh_pd/emul/cpp [ OK ] [ 0.00068258 / 0.00069586 CPU ]
/x86/svml/mm256_tanh_ps/emul/cpp [ OK ] [ 0.00082358 / 0.00081981 CPU ]
/x86/svml/mm256_tanh_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:16200: assertion failed[0]: -0.635149 ≈ 0.34 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_tanh_ps/emul/cpp [ OK ] [ 0.00125117 / 0.00124656 CPU ]
/x86/svml/mm512_tanh_pd/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/clang_test/x86/svml.cpp:16491: assertion failed[0]: -0.635149 ≈ 0.34 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/svml/mm512_mask_tanh_ps/emul/cpp[ OK ] [ 0.00201611 / 0.00200940 CPU ]
/x86/svml/mm512_mask_tanh_pd/emul/cpp[ OK ] [ 0.00120342 / 0.00119262 CPU ]
/x86/svml/mm_udivrem_epi32/emul/cpp [ OK ] [ 0.00040210 / 0.00039812 CPU ]
/x86/svml/mm256_udivrem_epi32/emul/cpp[ OK ] [ 0.00054532 / 0.00054088 CPU ]
592 of 712 (83%) tests successful, 0 (0%) test skipped.
94% tests passed, 1 tests failed out of 16
Total Test time (real) = 9.39 sec
The following tests FAILED:
16 - /x86/svml/ (Failed)
cd gcc_test && make -j8 test ARGS\+=-j8
Running tests...
/usr/bin/ctest --force-new-ctest-process -j8
Test project /build/simde-0.0.0.git.20200531/gcc_test
Start 3: /x86/sse2/
Start 8: /x86/avx/
Start 11: /x86/avx512f/
Start 16: /x86/svml/
Start 10: /x86/avx2/
Start 2: /x86/sse/
Start 12: /x86/avx512bw/
Start 1: /x86/mmx/
1/16 Test #1: /x86/mmx/ ........................ Passed 1.86 sec
Start 15: /x86/gfni/
2/16 Test #12: /x86/avx512bw/ ................... Passed 2.60 sec
Start 9: /x86/fma/
3/16 Test #15: /x86/gfni/ ....................... Passed 1.44 sec
Start 5: /x86/ssse3/
4/16 Test #9: /x86/fma/ ........................ Passed 1.31 sec
Start 14: /x86/avx512dq/
5/16 Test #2: /x86/sse/ ........................ Passed 4.16 sec
Start 13: /x86/avx512vl/
6/16 Test #14: /x86/avx512dq/ ................... Passed 0.62 sec
Start 4: /x86/sse3/
7/16 Test #5: /x86/ssse3/ ...................... Passed 1.25 sec
Start 7: /x86/sse4.2/
8/16 Test #13: /x86/avx512vl/ ................... Passed 0.48 sec
Start 6: /x86/sse4.1/
9/16 Test #7: /x86/sse4.2/ ..................... Passed 0.07 sec
10/16 Test #6: /x86/sse4.1/ ..................... Passed 0.07 sec
11/16 Test #10: /x86/avx2/ ....................... Passed 4.80 sec
12/16 Test #4: /x86/sse3/ ....................... Passed 0.35 sec
13/16 Test #8: /x86/avx/ ........................***Failed 5.70 sec
Running test suite with seed 0xbbfb3052...
/x86/avx/mm256_set_epi8/native/c [ OK ] [ 0.00049933 / 0.00048371 CPU ]
/x86/avx/mm256_set_epi16/native/c [ OK ] [ 0.00051630 / 0.00051155 CPU ]
/x86/avx/mm256_set_epi32/native/c [ OK ] [ 0.00050798 / 0.00049036 CPU ]
/x86/avx/mm256_set_epi64x/native/c [ OK ] [ 0.00056625 / 0.00054473 CPU ]
/x86/avx/mm256_set_ps/native/c [ OK ] [ 0.00059991 / 0.00050955 CPU ]
/x86/avx/mm256_set_pd/native/c [ OK ] [ 0.00071390 / 0.00069693 CPU ]
/x86/avx/mm256_set_m128/native/c [ OK ] [ 0.00063573 / 0.00062668 CPU ]
/x86/avx/mm256_set_m128i/native/c [ OK ] [ 0.00054515 / 0.00052738 CPU ]
/x86/avx/mm256_set_m128d/native/c [ OK ] [ 0.00063336 / 0.00062641 CPU ]
/x86/avx/mm256_set1_epi8/native/c [ OK ] [ 0.00083274 / 0.00081843 CPU ]
/x86/avx/mm256_set1_epi16/native/c [ OK ] [ 0.00089650 / 0.00087591 CPU ]
/x86/avx/mm256_set1_epi32/native/c [ OK ] [ 0.00088346 / 0.00086550 CPU ]
/x86/avx/mm256_set1_epi64x/native/c [ OK ] [ 0.00087496 / 0.00085802 CPU ]
/x86/avx/mm256_set1_ps/native/c [ OK ] [ 0.00113803 / 0.00110399 CPU ]
/x86/avx/mm256_set1_pd/native/c [ OK ] [ 0.00115663 / 0.00114024 CPU ]
/x86/avx/mm256_add_ps/native/c [ OK ] [ 0.00201630 / 0.00199857 CPU ]
/x86/avx/mm256_add_pd/native/c [ OK ] [ 0.00209995 / 0.00208080 CPU ]
/x86/avx/mm256_addsub_ps/native/c [ OK ] [ 0.00206269 / 0.00204640 CPU ]
/x86/avx/mm256_addsub_pd/native/c [ OK ] [ 0.00219783 / 0.00217835 CPU ]
/x86/avx/mm256_and_ps/native/c [ OK ] [ 0.00201241 / 0.00199231 CPU ]
/x86/avx/mm256_and_pd/native/c [ OK ] [ 0.00203049 / 0.00201603 CPU ]
/x86/avx/mm256_andnot_ps/native/c [ OK ] [ 0.00198097 / 0.00196532 CPU ]
/x86/avx/mm256_andnot_pd/native/c [ OK ] [ 0.00197872 / 0.00196177 CPU ]
/x86/avx/mm256_blend_ps/native/c [ OK ] [ 0.00202578 / 0.00201017 CPU ]
/x86/avx/mm256_blend_pd/native/c [ OK ] [ 0.00201378 / 0.00199438 CPU ]
/x86/avx/mm256_blendv_ps/native/c [ OK ] [ 0.00247445 / 0.00245613 CPU ]
/x86/avx/mm256_blendv_pd/native/c [ OK ] [ 0.00245248 / 0.00243566 CPU ]
/x86/avx/mm256_broadcast_pd/native/c [ OK ] [ 0.00108687 / 0.00106721 CPU ]
/x86/avx/mm256_broadcast_ps/native/c [ OK ] [ 0.00143836 / 0.00142046 CPU ]
/x86/avx/mm256_broadcast_sd/native/c [ OK ] [ 0.00099982 / 0.00098122 CPU ]
/x86/avx/mm_broadcast_ss/native/c [ OK ] [ 0.00094153 / 0.00092623 CPU ]
/x86/avx/mm256_broadcast_ss/native/c [ OK ] [ 0.00108914 / 0.00107339 CPU ]
/x86/avx/mm256_castpd128_pd256/native/c[ OK ] [ 0.00078604 / 0.00076358 CPU ]
/x86/avx/mm256_castpd256_pd128/native/c[ OK ] [ 0.00080083 / 0.00078157 CPU ]
/x86/avx/mm256_castps_pd/native/c [ OK ] [ 0.00130790 / 0.00128985 CPU ]
/x86/avx/mm256_castpd_ps/native/c [ OK ] [ 0.00135209 / 0.00133282 CPU ]
/x86/avx/mm256_castps128_ps256/native/c[ OK ] [ 0.00124968 / 0.00123367 CPU ]
/x86/avx/mm256_castps256_ps128/native/c[ OK ] [ 0.00136943 / 0.00135092 CPU ]
/x86/avx/mm256_castsi128_si256/native/c[ OK ] [ 0.00117660 / 0.00116146 CPU ]
/x86/avx/mm256_castsi256_si128/native/c[ OK ] [ 0.00115792 / 0.00114248 CPU ]
/x86/avx/mm256_castps_si256/native/c [ OK ] [ 0.00110453 / 0.00109125 CPU ]
/x86/avx/mm256_castpd_si256/native/c [ OK ] [ 0.00118837 / 0.00117851 CPU ]
/x86/avx/mm256_castsi256_ps/native/c [ OK ] [ 0.00121786 / 0.00119215 CPU ]
/x86/avx/mm256_castsi256_pd/native/c [ OK ] [ 0.00110780 / 0.00108983 CPU ]
/x86/avx/mm256_ceil_ps/native/c [ OK ] [ 0.00164478 / 0.00163051 CPU ]
/x86/avx/mm256_ceil_pd/native/c [ OK ] [ 0.00149441 / 0.00148371 CPU ]
/x86/avx/mm_cmp_sd/native/c [ OK ] [ 0.00011064 / 0.00009540 CPU ]
/x86/avx/mm_cmp_ss/native/c [ OK ] [ 0.00638642 / 0.00636538 CPU ]
/x86/avx/mm_cmp_pd/native/c [ OK ] [ 0.00192431 / 0.00190535 CPU ]
/x86/avx/mm_cmp_ps/native/c [ OK ] [ 0.00839524 / 0.00795119 CPU ]
/x86/avx/mm256_cmp_pd/native/c [ OK ] [ 0.00934511 / 0.00932397 CPU ]
/x86/avx/mm256_cmp_ps/native/c [ OK ] [ 0.01061799 / 0.01059478 CPU ]
/x86/avx/mm256_cvtepi32_pd/native/c [ OK ] [ 0.00144553 / 0.00142606 CPU ]
/x86/avx/mm256_cvtepi32_ps/native/c [ OK ] [ 0.00151527 / 0.00149664 CPU ]
/x86/avx/mm256_cvtpd_epi32/native/c [ OK ] [ 0.00151968 / 0.00149324 CPU ]
/x86/avx/mm256_cvtpd_ps/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/avx.c:4866: assertion failed[0]: -3.37604e-11 ≈ 373.58 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/avx/mm256_cvtps_epi32/native/c [ OK ] [ 0.00168559 / 0.00165505 CPU ]
/x86/avx/mm256_cvtps_pd/native/c [ OK ] [ 0.00174139 / 0.00169675 CPU ]
/x86/avx/mm256_cvttpd_epi32/native/c [ ERROR ]
Error: /build/simde-0.0.0.git.20200531/test/x86/avx.c:5019: assertion failed: r.i32[0] == test_vec[i].r.i32[0] (0 == -1000)
Error: child killed by signal 6 (Aborted)
/x86/avx/mm256_cvttps_epi32/native/c [ OK ] [ 0.00156140 / 0.00154200 CPU ]
/x86/avx/mm256_div_pd/native/c [ OK ] [ 0.00220593 / 0.00218597 CPU ]
/x86/avx/mm256_div_ps/native/c [ OK ] [ 0.00206396 / 0.00204420 CPU ]
/x86/avx/mm256_dp_ps/native/c [ OK ] [ 0.00235354 / 0.00233386 CPU ]
/x86/avx/mm256_extract_epi32/native/c[ OK ] [ 0.00049841 / 0.00048140 CPU ]
/x86/avx/mm256_extract_epi64/native/c[ OK ] [ 0.00048326 / 0.00046260 CPU ]
/x86/avx/mm256_extractf128_pd/native/c[ OK ] [ 0.00132880 / 0.00131412 CPU ]
/x86/avx/mm256_extractf128_ps/native/c[ OK ] [ 0.00204388 / 0.00202620 CPU ]
/x86/avx/mm256_extractf128_si256/native/c[ OK ] [ 0.00164573 / 0.00162872 CPU ]
/x86/avx/mm256_floor_ps/native/c [ OK ] [ 0.00152903 / 0.00150940 CPU ]
/x86/avx/mm256_floor_pd/native/c [ OK ] [ 0.00163197 / 0.00160842 CPU ]
/x86/avx/mm256_hadd_ps/native/c [ OK ] [ 0.00220932 / 0.00218783 CPU ]
/x86/avx/mm256_hadd_pd/native/c [ OK ] [ 0.00210601 / 0.00208843 CPU ]
/x86/avx/mm256_hsub_ps/native/c [ OK ] [ 0.00216204 / 0.00214255 CPU ]
/x86/avx/mm256_hsub_pd/native/c [ OK ] [ 0.00200778 / 0.00199020 CPU ]
/x86/avx/mm256_insert_epi8/native/c [ OK ] [ 0.00332412 / 0.00176394 CPU ]
/x86/avx/mm256_insert_epi16/native/c [ OK ] [ 0.00172751 / 0.00170636 CPU ]
/x86/avx/mm256_insert_epi32/native/c [ OK ] [ 0.00178691 / 0.00176749 CPU ]
/x86/avx/mm256_insert_epi64/native/c [ OK ] [ 0.00164824 / 0.00163017 CPU ]
/x86/avx/mm256_insertf128_pd/native/c[ OK ] [ 0.00222486 / 0.00220962 CPU ]
/x86/avx/mm256_insertf128_ps/native/c[ OK ] [ 0.00261756 / 0.00259986 CPU ]
/x86/avx/mm256_insertf128_si256/native/c[ OK ] [ 0.00235379 / 0.00233640 CPU ]
/x86/avx/mm256_lddqu_si256/native/c [ OK ] [ 0.00117640 / 0.00115699 CPU ]
/x86/avx/mm256_load_pd/native/c [ OK ] [ 0.00107239 / 0.00105437 CPU ]
/x86/avx/mm256_load_ps/native/c [ OK ] [ 0.00108173 / 0.00106342 CPU ]
/x86/avx/mm256_load_si256/native/c [ OK ] [ 0.00113256 / 0.00111504 CPU ]
/x86/avx/mm256_loadu_pd/native/c [ OK ] [ 0.00107156 / 0.00105305 CPU ]
/x86/avx/mm256_loadu_ps/native/c [ OK ] [ 0.00115705 / 0.00113661 CPU ]
/x86/avx/mm256_loadu_si256/native/c [ OK ] [ 0.00120505 / 0.00117965 CPU ]
/x86/avx/mm256_loadu2_m128/native/c [ OK ] [ 0.00161159 / 0.00159354 CPU ]
/x86/avx/mm256_loadu2_m128d/native/c [ OK ] [ 0.00139738 / 0.00137740 CPU ]
/x86/avx/mm256_loadu2_m128i/native/c [ OK ] [ 0.00176104 / 0.00174502 CPU ]
/x86/avx/mm_maskload_pd/native/c [ OK ] [ 0.00058713 / 0.00056938 CPU ]
/x86/avx/mm256_maskload_pd/native/c [ OK ] [ 0.00169153 / 0.00167346 CPU ]
/x86/avx/mm_maskload_ps/native/c [ OK ] [ 0.00131389 / 0.00129598 CPU ]
/x86/avx/mm256_maskload_ps/native/c [ OK ] [ 0.00161012 / 0.00159231 CPU ]
/x86/avx/mm_maskstore_pd/native/c [ OK ] [ 0.00079320 / 0.00077162 CPU ]
/x86/avx/mm256_maskstore_pd/native/c [ OK ] [ 0.00167443 / 0.00165663 CPU ]
/x86/avx/mm_maskstore_ps/native/c [ OK ] [ 0.00156117 / 0.00154385 CPU ]
/x86/avx/mm256_maskstore_ps/native/c [ OK ] [ 0.00170730 / 0.00168739 CPU ]
/x86/avx/mm256_min_ps/native/c [ OK ] [ 0.00196576 / 0.00190245 CPU ]
/x86/avx/mm256_min_pd/native/c [ OK ] [ 0.00175734 / 0.00173847 CPU ]
/x86/avx/mm256_max_ps/native/c [ OK ] [ 0.00180430 / 0.00178819 CPU ]
/x86/avx/mm256_max_pd/native/c [ OK ] [ 0.00176738 / 0.00175383 CPU ]
/x86/avx/mm256_movedup_pd/native/c [ OK ] [ 0.00137809 / 0.00136105 CPU ]
/x86/avx/mm256_movehdup_ps/native/c [ OK ] [ 0.00149622 / 0.00147766 CPU ]
/x86/avx/mm256_moveldup_ps/native/c [ OK ] [ 0.00167164 / 0.00164179 CPU ]
/x86/avx/mm256_movemask_ps/native/c [ OK ] [ 0.00083418 / 0.00081567 CPU ]
/x86/avx/mm256_movemask_pd/native/c [ OK ] [ 0.00097337 / 0.00095554 CPU ]
/x86/avx/mm256_mul_ps/native/c [ OK ] [ 0.00209456 / 0.00207140 CPU ]
/x86/avx/mm256_mul_pd/native/c [ OK ] [ 0.00250474 / 0.00250506 CPU ]
/x86/avx/mm256_or_ps/native/c [ OK ] [ 0.00236907 / 0.00234717 CPU ]
/x86/avx/mm256_or_pd/native/c [ OK ] [ 0.00237212 / 0.00224149 CPU ]
/x86/avx/mm256_permute_ps/native/c [ OK ] [ 0.00390999 / 0.00368606 CPU ]
/x86/avx/mm256_permute_pd/native/c [ OK ] [ 0.00685110 / 0.00682502 CPU ]
/x86/avx/mm_permute_ps/native/c [ OK ] [ 0.00257040 / 0.00251865 CPU ]
/x86/avx/mm_permute_pd/native/c [ OK ] [ 0.00195793 / 0.00179220 CPU ]
/x86/avx/mm_permutevar_ps/native/c [ OK ] [ 0.00227359 / 0.00224935 CPU ]
/x86/avx/mm_permutevar_pd/native/c [ OK ] [ 0.00155306 / 0.00123990 CPU ]
/x86/avx/mm256_permutevar_ps/native/c[ OK ] [ 0.00287056 / 0.00270332 CPU ]
/x86/avx/mm256_permutevar_pd/native/c[ OK ] [ 0.00253664 / 0.00250752 CPU ]
/x86/avx/mm256_permute2f128_ps/native/c[ OK ] [ 0.00611402 / 0.00609499 CPU ]
/x86/avx/mm256_rcp_ps/native/c [ OK ] [ 0.00188631 / 0.00185590 CPU ]
/x86/avx/mm256_round_ps/native/c [ OK ] [ 0.00427035 / 0.00418852 CPU ]
/x86/avx/mm256_round_pd/native/c [ OK ] [ 0.00411030 / 0.00403033 CPU ]
/x86/avx/mm256_rsqrt_ps/native/c [ OK ] [ 0.00201799 / 0.00198510 CPU ]
/x86/avx/mm256_setr_epi8/native/c [ OK ] [ 0.00155960 / 0.00148518 CPU ]
/x86/avx/mm256_setr_epi16/native/c [ OK ] [ 0.00131748 / 0.00116701 CPU ]
/x86/avx/mm256_setr_epi32/native/c [ OK ] [ 0.00111763 / 0.00108738 CPU ]
/x86/avx/mm256_setr_epi64x/native/c [ OK ] [ 0.00106905 / 0.00104766 CPU ]
/x86/avx/mm256_setr_ps/native/c [ OK ] [ 0.00126127 / 0.00124268 CPU ]
/x86/avx/mm256_setr_pd/native/c [ OK ] [ 0.00122622 / 0.00119915 CPU ]
/x86/avx/mm256_setr_m128/native/c [ OK ] [ 0.00207530 / 0.00205354 CPU ]
/x86/avx/mm256_setr_m128d/native/c [ OK ] [ 0.00162798 / 0.00126698 CPU ]
/x86/avx/mm256_setr_m128i/native/c [ OK ] [ 0.00170596 / 0.00168608 CPU ]
/x86/avx/mm256_setzero_ps/native/c [ OK ] [ 0.00047878 / 0.00045954 CPU ]
/x86/avx/mm256_setzero_pd/native/c [ OK ] [ 0.00045037 / 0.00043355 CPU ]
/x86/avx/mm256_setzero_si256/native/c[ OK ] [ 0.00037049 / 0.00035022 CPU ]
/x86/avx/mm256_shuffle_ps/native/c [ OK ] [ 0.00252094 / 0.00250861 CPU ]
/x86/avx/mm256_shuffle_pd/native/c [ OK ] [ 0.00249855 / 0.00247976 CPU ]
/x86/avx/mm256_sqrt_ps/native/c [ OK ] [ 0.00152144 / 0.00150437 CPU ]
/x86/avx/mm256_sqrt_pd/native/c [ OK ] [ 0.00208153 / 0.00160771 CPU ]
/x86/avx/mm256_store_ps/native/c [ OK ] [ 0.00087053 / 0.00085226 CPU ]
/x86/avx/mm256_store_pd/native/c [ OK ] [ 0.00084466 / 0.00082111 CPU ]
/x86/avx/mm256_store_si256/native/c [ OK ] [ 0.00117538 / 0.00116002 CPU ]
/x86/avx/mm256_storeu_ps/native/c [ OK ] [ 0.00092979 / 0.00091596 CPU ]
/x86/avx/mm256_storeu_pd/native/c [ OK ] [ 0.00089147 / 0.00087500 CPU ]
/x86/avx/mm256_storeu_si256/native/c [ OK ] [ 0.00123606 / 0.00121736 CPU ]
/x86/avx/mm256_storeu2_m128/native/c [ OK ] [ 0.00147539 / 0.00117580 CPU ]
/x86/avx/mm256_storeu2_m128d/native/c[ OK ] [ 0.00103692 / 0.00101414 CPU ]
/x86/avx/mm256_storeu2_m128i/native/c[ OK ] [ 0.00211935 / 0.00191810 CPU ]
/x86/avx/mm256_stream_ps/native/c [ OK ] [ 0.00098484 / 0.00096390 CPU ]
/x86/avx/mm256_stream_pd/native/c [ OK ] [ 0.00258548 / 0.00105805 CPU ]
/x86/avx/mm256_stream_si256/native/c [ OK ] [ 0.00146941 / 0.00145293 CPU ]
/x86/avx/mm256_sub_ps/native/c [ OK ] [ 0.00263238 / 0.00240113 CPU ]
/x86/avx/mm256_sub_pd/native/c [ OK ] [ 0.00228744 / 0.00226637 CPU ]
/x86/avx/mm_testc_ps/native/c [ OK ] [ 0.00167578 / 0.00156864 CPU ]
/x86/avx/mm_testc_pd/native/c [ OK ] [ 0.00053271 / 0.00051220 CPU ]
/x86/avx/mm256_testc_ps/native/c [ OK ] [ 0.00142803 / 0.00141105 CPU ]
/x86/avx/mm256_testc_pd/native/c [ OK ] [ 0.00134534 / 0.00132681 CPU ]
/x86/avx/mm256_testc_si256/native/c [ OK ] [ 0.00128356 / 0.00126383 CPU ]
/x86/avx/mm_testz_ps/native/c [ OK ] [ 0.00174320 / 0.00153855 CPU ]
/x86/avx/mm_testz_pd/native/c [ OK ] [ 0.00050351 / 0.00048180 CPU ]
/x86/avx/mm256_testz_ps/native/c [ OK ] [ 0.00147406 / 0.00145361 CPU ]
/x86/avx/mm256_testz_pd/native/c [ OK ] [ 0.00129343 / 0.00127508 CPU ]
/x86/avx/mm256_testz_si256/native/c [ OK ] [ 0.00123448 / 0.00121307 CPU ]
/x86/avx/mm_testnzc_ps/native/c [ OK ] [ 0.00143213 / 0.00141336 CPU ]
/x86/avx/mm_testnzc_pd/native/c [ OK ] [ 0.00048092 / 0.00046103 CPU ]
/x86/avx/mm256_testnzc_ps/native/c [ OK ] [ 0.00130338 / 0.00128713 CPU ]
/x86/avx/mm256_testnzc_pd/native/c [ OK ] [ 0.00142968 / 0.00139141 CPU ]
/x86/avx/mm256_testnzc_si256/native/c[ OK ] [ 0.00136072 / 0.00134282 CPU ]
/x86/avx/mm256_undefined_ps/native/c [ OK ] [ 0.00040070 / 0.00039889 CPU ]
/x86/avx/mm256_undefined_pd/native/c [ OK ] [ 0.00040112 / 0.00040008 CPU ]
/x86/avx/mm256_undefined_si256/native/c[ OK ] [ 0.00035280 / 0.00033252 CPU ]
/x86/avx/mm256_unpackhi_ps/native/c [ OK ] [ 0.00213204 / 0.00211277 CPU ]
/x86/avx/mm256_unpackhi_pd/native/c [ OK ] [ 0.00212368 / 0.00212931 CPU ]
/x86/avx/mm256_unpacklo_ps/native/c [ OK ] [ 0.00211567 / 0.00207208 CPU ]
/x86/avx/mm256_unpacklo_pd/native/c [ OK ] [ 0.00213344 / 0.00211319 CPU ]
/x86/avx/mm256_xor_pd/native/c [ OK ] [ 0.00154323 / 0.00152128 CPU ]
/x86/avx/mm256_xor_ps/native/c [ OK ] [ 0.00216256 / 0.00216814 CPU ]
/x86/avx/mm256_zextps128_ps256/native/c[ OK ] [ 0.00181732 / 0.00182835 CPU ]
/x86/avx/mm256_zextpd128_pd256/native/c[ OK ] [ 0.00128442 / 0.00126353 CPU ]
/x86/avx/mm256_zextsi128_si256/native/c[ OK ] [ 0.00155883 / 0.00153684 CPU ]
/x86/avx/mm256_set_epi8/emul/c [ OK ] [ 0.00061670 / 0.00059482 CPU ]
/x86/avx/mm256_set_epi16/emul/c [ OK ] [ 0.00074514 / 0.00061039 CPU ]
/x86/avx/mm256_set_epi32/emul/c [ OK ] [ 0.00063209 / 0.00061180 CPU ]
/x86/avx/mm256_set_epi64x/emul/c [ OK ] [ 0.00061460 / 0.00059331 CPU ]
/x86/avx/mm256_set_ps/emul/c [ OK ] [ 0.00078265 / 0.00075905 CPU ]
/x86/avx/mm256_set_pd/emul/c [ OK ] [ 0.00076398 / 0.00074395 CPU ]
/x86/avx/mm256_set_m128/emul/c [ OK ] [ 0.00080617 / 0.00078709 CPU ]
/x86/avx/mm256_set_m128i/emul/c [ OK ] [ 0.00060496 / 0.00058308 CPU ]
/x86/avx/mm256_set_m128d/emul/c [ OK ] [ 0.00082766 / 0.00080511 CPU ]
/x86/avx/mm256_set1_epi8/emul/c [ OK ] [ 0.00098948 / 0.00095850 CPU ]
/x86/avx/mm256_set1_epi16/emul/c [ OK ] [ 0.00085614 / 0.00084807 CPU ]
/x86/avx/mm256_set1_epi32/emul/c [ OK ] [ 0.00100754 / 0.00098139 CPU ]
/x86/avx/mm256_set1_epi64x/emul/c [ OK ] [ 0.00090570 / 0.00090420 CPU ]
/x86/avx/mm256_set1_ps/emul/c [ OK ] [ 0.00086754 / 0.00084496 CPU ]
/x86/avx/mm256_set1_pd/emul/c [ OK ] [ 0.00100778 / 0.00098915 CPU ]
/x86/avx/mm256_add_ps/emul/c [ OK ] [ 0.00202985 / 0.00194648 CPU ]
/x86/avx/mm256_add_pd/emul/c [ OK ] [ 0.00193151 / 0.00191410 CPU ]
/x86/avx/mm256_addsub_ps/emul/c [ OK ] [ 0.00196131 / 0.00194018 CPU ]
/x86/avx/mm256_addsub_pd/emul/c [ OK ] [ 0.00179662 / 0.00174001 CPU ]
/x86/avx/mm256_and_ps/emul/c [ OK ] [ 0.00179933 / 0.00178275 CPU ]
/x86/avx/mm256_and_pd/emul/c [ OK ] [ 0.00189078 / 0.00187572 CPU ]
/x86/avx/mm256_andnot_ps/emul/c [ OK ] [ 0.00175986 / 0.00174327 CPU ]
/x86/avx/mm256_andnot_pd/emul/c [ OK ] [ 0.00176735 / 0.00174789 CPU ]
/x86/avx/mm256_blend_ps/emul/c [ OK ] [ 0.00113998 / 0.00112699 CPU ]
/x86/avx/mm256_blend_pd/emul/c [ OK ] [ 0.00137491 / 0.00137546 CPU ]
/x86/avx/mm256_blendv_ps/emul/c [ OK ] [ 0.00259854 / 0.00235811 CPU ]
/x86/avx/mm256_blendv_pd/emul/c [ OK ] [ 0.00254162 / 0.00246378 CPU ]
/x86/avx/mm256_broadcast_pd/emul/c [ OK ] [ 0.00112953 / 0.00110869 CPU ]
/x86/avx/mm256_broadcast_ps/emul/c [ OK ] [ 0.00125599 / 0.00125074 CPU ]
/x86/avx/mm256_broadcast_sd/emul/c [ OK ] [ 0.00117215 / 0.00100593 CPU ]
/x86/avx/mm_broadcast_ss/emul/c [ OK ] [ 0.00094163 / 0.00091929 CPU ]
/x86/avx/mm256_broadcast_ss/emul/c [ OK ] [ 0.00101554 / 0.00099876 CPU ]
/x86/avx/mm256_castpd128_pd256/emul/c[ OK ] [ 0.00076092 / 0.00074359 CPU ]
/x86/avx/mm256_castpd256_pd128/emul/c[ OK ] [ 0.00073860 / 0.00071986 CPU ]
/x86/avx/mm256_castps_pd/emul/c [ OK ] [ 0.00125284 / 0.00123822 CPU ]
/x86/avx/mm256_castpd_ps/emul/c [ OK ] [ 0.00124897 / 0.00122987 CPU ]
/x86/avx/mm256_castps128_ps256/emul/c[ OK ] [ 0.00121970 / 0.00120153 CPU ]
/x86/avx/mm256_castps256_ps128/emul/c[ OK ] [ 0.00140483 / 0.00139148 CPU ]
/x86/avx/mm256_castsi128_si256/emul/c[ OK ] [ 0.00111047 / 0.00109458 CPU ]
/x86/avx/mm256_castsi256_si128/emul/c[ OK ] [ 0.00119726 / 0.00117913 CPU ]
/x86/avx/mm256_castps_si256/emul/c [ OK ] [ 0.00120601 / 0.00118415 CPU ]
/x86/avx/mm256_castpd_si256/emul/c [ OK ] [ 0.00127562 / 0.00125159 CPU ]
/x86/avx/mm256_castsi256_ps/emul/c [ OK ] [ 0.00114743 / 0.00112900 CPU ]
/x86/avx/mm256_castsi256_pd/emul/c [ OK ] [ 0.00105797 / 0.00103801 CPU ]
/x86/avx/mm256_ceil_ps/emul/c [ OK ] [ 0.00148640 / 0.00146864 CPU ]
/x86/avx/mm256_ceil_pd/emul/c [ OK ] [ 0.00158248 / 0.00156084 CPU ]
/x86/avx/mm_cmp_sd/emul/c [ OK ] [ 0.00013131 / 0.00011321 CPU ]
/x86/avx/mm_cmp_ss/emul/c [ OK ] [ 0.00619218 / 0.00618829 CPU ]
/x86/avx/mm_cmp_pd/emul/c [ OK ] [ 0.00184154 / 0.00182185 CPU ]
/x86/avx/mm_cmp_ps/emul/c [ OK ] [ 0.00840388 / 0.00802504 CPU ]
/x86/avx/mm256_cmp_pd/emul/c [ OK ] [ 0.01350073 / 0.01066437 CPU ]
/x86/avx/mm256_cmp_ps/emul/c [ OK ] [ 0.01470394 / 0.01201246 CPU ]
/x86/avx/mm256_cvtepi32_pd/emul/c [ OK ] [ 0.00177472 / 0.00174451 CPU ]
/x86/avx/mm256_cvtepi32_ps/emul/c [ OK ] [ 0.00183415 / 0.00181091 CPU ]
/x86/avx/mm256_cvtpd_epi32/emul/c [ OK ] [ 0.00172077 / 0.00170022 CPU ]
/x86/avx/mm256_cvtpd_ps/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/avx.c:4866: assertion failed[0]: -3.37604e-11 ≈ 373.58 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/avx/mm256_cvtps_epi32/emul/c [ OK ] [ 0.00198823 / 0.00196044 CPU ]
/x86/avx/mm256_cvtps_pd/emul/c [ OK ] [ 0.00175959 / 0.00173686 CPU ]
/x86/avx/mm256_cvttpd_epi32/emul/c [ ERROR ]
Error: /build/simde-0.0.0.git.20200531/test/x86/avx.c:5019: assertion failed: r.i32[0] == test_vec[i].r.i32[0] (0 == -1000)
Error: child killed by signal 6 (Aborted)
/x86/avx/mm256_cvttps_epi32/emul/c [ OK ] [ 0.00160544 / 0.00158211 CPU ]
/x86/avx/mm256_div_pd/emul/c [ OK ] [ 0.00257988 / 0.00240463 CPU ]
/x86/avx/mm256_div_ps/emul/c [ OK ] [ 0.00210458 / 0.00209977 CPU ]
/x86/avx/mm256_dp_ps/emul/c [ OK ] [ 0.00257225 / 0.00255245 CPU ]
/x86/avx/mm256_extract_epi32/emul/c [ OK ] [ 0.00035078 / 0.00033481 CPU ]
/x86/avx/mm256_extract_epi64/emul/c [ OK ] [ 0.00050100 / 0.00049695 CPU ]
/x86/avx/mm256_extractf128_pd/emul/c [ OK ] [ 0.00145777 / 0.00143868 CPU ]
/x86/avx/mm256_extractf128_ps/emul/c [ OK ] [ 0.00243023 / 0.00240263 CPU ]
/x86/avx/mm256_extractf128_si256/emul/c[ OK ] [ 0.00181723 / 0.00180102 CPU ]
/x86/avx/mm256_floor_ps/emul/c [ OK ] [ 0.00168456 / 0.00168183 CPU ]
/x86/avx/mm256_floor_pd/emul/c [ OK ] [ 0.00157719 / 0.00155995 CPU ]
/x86/avx/mm256_hadd_ps/emul/c [ OK ] [ 0.00259745 / 0.00208601 CPU ]
/x86/avx/mm256_hadd_pd/emul/c [ OK ] [ 0.00224428 / 0.00222955 CPU ]
/x86/avx/mm256_hsub_ps/emul/c [ OK ] [ 0.00237534 / 0.00235476 CPU ]
/x86/avx/mm256_hsub_pd/emul/c [ OK ] [ 0.00193877 / 0.00193926 CPU ]
/x86/avx/mm256_insert_epi8/emul/c [ OK ] [ 0.00178370 / 0.00176575 CPU ]
/x86/avx/mm256_insert_epi16/emul/c [ OK ] [ 0.00172520 / 0.00170395 CPU ]
/x86/avx/mm256_insert_epi32/emul/c [ OK ] [ 0.00176430 / 0.00174420 CPU ]
/x86/avx/mm256_insert_epi64/emul/c [ OK ] [ 0.00154222 / 0.00151536 CPU ]
/x86/avx/mm256_insertf128_pd/emul/c [ OK ] [ 0.00187321 / 0.00181717 CPU ]
/x86/avx/mm256_insertf128_ps/emul/c [ OK ] [ 0.00268627 / 0.00266590 CPU ]
/x86/avx/mm256_insertf128_si256/emul/c[ OK ] [ 0.00161037 / 0.00155562 CPU ]
/x86/avx/mm256_lddqu_si256/emul/c [ OK ] [ 0.00117357 / 0.00115647 CPU ]
/x86/avx/mm256_load_pd/emul/c [ OK ] [ 0.00109278 / 0.00108117 CPU ]
/x86/avx/mm256_load_ps/emul/c [ OK ] [ 0.00106536 / 0.00104642 CPU ]
/x86/avx/mm256_load_si256/emul/c [ OK ] [ 0.00115926 / 0.00113142 CPU ]
/x86/avx/mm256_loadu_pd/emul/c [ OK ] [ 0.00118906 / 0.00116822 CPU ]
/x86/avx/mm256_loadu_ps/emul/c [ OK ] [ 0.00161273 / 0.00118517 CPU ]
/x86/avx/mm256_loadu_si256/emul/c [ OK ] [ 0.00123107 / 0.00121217 CPU ]
/x86/avx/mm256_loadu2_m128/emul/c [ OK ] [ 0.00179930 / 0.00176208 CPU ]
/x86/avx/mm256_loadu2_m128d/emul/c [ OK ] [ 0.00134640 / 0.00132910 CPU ]
/x86/avx/mm256_loadu2_m128i/emul/c [ OK ] [ 0.00173423 / 0.00171462 CPU ]
/x86/avx/mm_maskload_pd/emul/c [ OK ] [ 0.00072613 / 0.00070675 CPU ]
/x86/avx/mm256_maskload_pd/emul/c [ OK ] [ 0.00192591 / 0.00190442 CPU ]
/x86/avx/mm_maskload_ps/emul/c [ OK ] [ 0.00142590 / 0.00134183 CPU ]
/x86/avx/mm256_maskload_ps/emul/c [ OK ] [ 0.00169324 / 0.00167286 CPU ]
/x86/avx/mm_maskstore_pd/emul/c [ OK ] [ 0.00094646 / 0.00081824 CPU ]
/x86/avx/mm256_maskstore_pd/emul/c [ OK ] [ 0.00174978 / 0.00173146 CPU ]
/x86/avx/mm_maskstore_ps/emul/c [ OK ] [ 0.00172889 / 0.00170727 CPU ]
/x86/avx/mm256_maskstore_ps/emul/c [ OK ] [ 0.00178204 / 0.00176107 CPU ]
/x86/avx/mm256_min_ps/emul/c [ OK ] [ 0.00212041 / 0.00210081 CPU ]
/x86/avx/mm256_min_pd/emul/c [ OK ] [ 0.00329609 / 0.00206847 CPU ]
/x86/avx/mm256_max_ps/emul/c [ OK ] [ 0.00203115 / 0.00198207 CPU ]
/x86/avx/mm256_max_pd/emul/c [ OK ] [ 0.00210201 / 0.00200712 CPU ]
/x86/avx/mm256_movedup_pd/emul/c [ OK ] [ 0.00154717 / 0.00152899 CPU ]
/x86/avx/mm256_movehdup_ps/emul/c [ OK ] [ 0.00178029 / 0.00176201 CPU ]
/x86/avx/mm256_moveldup_ps/emul/c [ OK ] [ 0.00192710 / 0.00170237 CPU ]
/x86/avx/mm256_movemask_ps/emul/c [ OK ] [ 0.00096690 / 0.00094581 CPU ]
/x86/avx/mm256_movemask_pd/emul/c [ OK ] [ 0.00087955 / 0.00085899 CPU ]
/x86/avx/mm256_mul_ps/emul/c [ OK ] [ 0.00220052 / 0.00203910 CPU ]
/x86/avx/mm256_mul_pd/emul/c [ OK ] [ 0.00221012 / 0.00218308 CPU ]
/x86/avx/mm256_or_ps/emul/c [ OK ] [ 0.00208598 / 0.00206394 CPU ]
/x86/avx/mm256_or_pd/emul/c [ OK ] [ 0.00175592 / 0.00173729 CPU ]
/x86/avx/mm256_permute_ps/emul/c [ OK ] [ 0.00314597 / 0.00287160 CPU ]
/x86/avx/mm256_permute_pd/emul/c [ OK ] [ 0.01071806 / 0.00403004 CPU ]
/x86/avx/mm_permute_ps/emul/c [ OK ] [ 0.00162720 / 0.00160627 CPU ]
/x86/avx/mm_permute_pd/emul/c [ OK ] [ 0.00129592 / 0.00127825 CPU ]
/x86/avx/mm_permutevar_ps/emul/c [ OK ] [ 0.00163617 / 0.00162765 CPU ]
/x86/avx/mm_permutevar_pd/emul/c [ OK ] [ 0.00066328 / 0.00064505 CPU ]
/x86/avx/mm256_permutevar_ps/emul/c [ OK ] [ 0.00185526 / 0.00185280 CPU ]
/x86/avx/mm256_permutevar_pd/emul/c [ OK ] [ 0.00199344 / 0.00197877 CPU ]
/x86/avx/mm256_permute2f128_ps/emul/c[ OK ] [ 0.00468234 / 0.00465569 CPU ]
/x86/avx/mm256_rcp_ps/emul/c [ OK ] [ 0.00150529 / 0.00149185 CPU ]
/x86/avx/mm256_round_ps/emul/c [ OK ] [ 0.00336569 / 0.00334811 CPU ]
/x86/avx/mm256_round_pd/emul/c [ OK ] [ 0.00313342 / 0.00310804 CPU ]
/x86/avx/mm256_rsqrt_ps/emul/c [ OK ] [ 0.00181655 / 0.00178403 CPU ]
/x86/avx/mm256_setr_epi8/emul/c [ OK ] [ 0.00161214 / 0.00144985 CPU ]
/x86/avx/mm256_setr_epi16/emul/c [ OK ] [ 0.00118927 / 0.00116551 CPU ]
/x86/avx/mm256_setr_epi32/emul/c [ OK ] [ 0.00118087 / 0.00116142 CPU ]
/x86/avx/mm256_setr_epi64x/emul/c [ OK ] [ 0.00127437 / 0.00123799 CPU ]
/x86/avx/mm256_setr_ps/emul/c [ OK ] [ 0.00152518 / 0.00129320 CPU ]
/x86/avx/mm256_setr_pd/emul/c [ OK ] [ 0.00124708 / 0.00122817 CPU ]
/x86/avx/mm256_setr_m128/emul/c [ OK ] [ 0.00200873 / 0.00199201 CPU ]
/x86/avx/mm256_setr_m128d/emul/c [ OK ] [ 0.00105924 / 0.00105244 CPU ]
/x86/avx/mm256_setr_m128i/emul/c [ OK ] [ 0.00181121 / 0.00173059 CPU ]
/x86/avx/mm256_setzero_ps/emul/c [ OK ] [ 0.00048381 / 0.00046411 CPU ]
/x86/avx/mm256_setzero_pd/emul/c [ OK ] [ 0.00045113 / 0.00043497 CPU ]
/x86/avx/mm256_setzero_si256/emul/c [ OK ] [ 0.00037822 / 0.00035979 CPU ]
/x86/avx/mm256_shuffle_ps/emul/c [ OK ] [ 0.00345433 / 0.00253227 CPU ]
/x86/avx/mm256_shuffle_pd/emul/c [ OK ] [ 0.00192574 / 0.00190617 CPU ]
/x86/avx/mm256_sqrt_ps/emul/c [ OK ] [ 0.00144195 / 0.00144231 CPU ]
/x86/avx/mm256_sqrt_pd/emul/c [ OK ] [ 0.00149587 / 0.00146444 CPU ]
/x86/avx/mm256_store_ps/emul/c [ OK ] [ 0.00086458 / 0.00084550 CPU ]
/x86/avx/mm256_store_pd/emul/c [ OK ] [ 0.00085935 / 0.00079729 CPU ]
/x86/avx/mm256_store_si256/emul/c [ OK ] [ 0.00124178 / 0.00122050 CPU ]
/x86/avx/mm256_storeu_ps/emul/c [ OK ] [ 0.00090912 / 0.00088815 CPU ]
/x86/avx/mm256_storeu_pd/emul/c [ OK ] [ 0.00084281 / 0.00082498 CPU ]
/x86/avx/mm256_storeu_si256/emul/c [ OK ] [ 0.00121851 / 0.00111552 CPU ]
/x86/avx/mm256_storeu2_m128/emul/c [ OK ] [ 0.00104508 / 0.00102836 CPU ]
/x86/avx/mm256_storeu2_m128d/emul/c [ OK ] [ 0.00068197 / 0.00065746 CPU ]
/x86/avx/mm256_storeu2_m128i/emul/c [ OK ] [ 0.00165028 / 0.00163386 CPU ]
/x86/avx/mm256_stream_ps/emul/c [ OK ] [ 0.00082227 / 0.00080389 CPU ]
/x86/avx/mm256_stream_pd/emul/c [ OK ] [ 0.00077081 / 0.00075333 CPU ]
/x86/avx/mm256_stream_si256/emul/c [ OK ] [ 0.00231189 / 0.00120058 CPU ]
/x86/avx/mm256_sub_ps/emul/c [ OK ] [ 0.00192376 / 0.00190322 CPU ]
/x86/avx/mm256_sub_pd/emul/c [ OK ] [ 0.00207210 / 0.00205513 CPU ]
/x86/avx/mm_testc_ps/emul/c [ OK ] [ 0.00142351 / 0.00143372 CPU ]
/x86/avx/mm_testc_pd/emul/c [ OK ] [ 0.00045002 / 0.00043064 CPU ]
/x86/avx/mm256_testc_ps/emul/c [ OK ] [ 0.00136841 / 0.00135224 CPU ]
/x86/avx/mm256_testc_pd/emul/c [ OK ] [ 0.00113441 / 0.00111982 CPU ]
/x86/avx/mm256_testc_si256/emul/c [ OK ] [ 0.00129710 / 0.00118503 CPU ]
/x86/avx/mm_testz_ps/emul/c [ OK ] [ 0.00132627 / 0.00130717 CPU ]
/x86/avx/mm_testz_pd/emul/c [ OK ] [ 0.00046450 / 0.00044791 CPU ]
/x86/avx/mm256_testz_ps/emul/c [ OK ] [ 0.00130581 / 0.00128864 CPU ]
/x86/avx/mm256_testz_pd/emul/c [ OK ] [ 0.00123562 / 0.00124240 CPU ]
/x86/avx/mm256_testz_si256/emul/c [ OK ] [ 0.00127664 / 0.00116227 CPU ]
/x86/avx/mm_testnzc_ps/emul/c [ OK ] [ 0.00129762 / 0.00126161 CPU ]
/x86/avx/mm_testnzc_pd/emul/c [ OK ] [ 0.00125233 / 0.00046716 CPU ]
/x86/avx/mm256_testnzc_ps/emul/c [ OK ] [ 0.00136420 / 0.00134620 CPU ]
/x86/avx/mm256_testnzc_pd/emul/c [ OK ] [ 0.00139942 / 0.00137801 CPU ]
/x86/avx/mm256_testnzc_si256/emul/c [ OK ] [ 0.00137635 / 0.00137235 CPU ]
/x86/avx/mm256_undefined_ps/emul/c [ OK ] [ 0.00041886 / 0.00040051 CPU ]
/x86/avx/mm256_undefined_pd/emul/c [ OK ] [ 0.00047261 / 0.00045384 CPU ]
/x86/avx/mm256_undefined_si256/emul/c[ OK ] [ 0.00037587 / 0.00035215 CPU ]
/x86/avx/mm256_unpackhi_ps/emul/c [ OK ] [ 0.00210552 / 0.00208996 CPU ]
/x86/avx/mm256_unpackhi_pd/emul/c [ OK ] [ 0.00194405 / 0.00192582 CPU ]
/x86/avx/mm256_unpacklo_ps/emul/c [ OK ] [ 0.00218100 / 0.00216154 CPU ]
/x86/avx/mm256_unpacklo_pd/emul/c [ OK ] [ 0.00212381 / 0.00207803 CPU ]
/x86/avx/mm256_xor_pd/emul/c [ OK ] [ 0.00200555 / 0.00198861 CPU ]
/x86/avx/mm256_xor_ps/emul/c [ OK ] [ 0.00203523 / 0.00201737 CPU ]
/x86/avx/mm256_zextps128_ps256/emul/c[ OK ] [ 0.00168714 / 0.00166404 CPU ]
/x86/avx/mm256_zextpd128_pd256/emul/c[ OK ] [ 0.00139681 / 0.00122546 CPU ]
/x86/avx/mm256_zextsi128_si256/emul/c[ OK ] [ 0.00149724 / 0.00146247 CPU ]
/x86/avx/mm256_set_epi8/native/cpp [ OK ] [ 0.00056645 / 0.00053573 CPU ]
/x86/avx/mm256_set_epi16/native/cpp [ OK ] [ 0.00058954 / 0.00056816 CPU ]
/x86/avx/mm256_set_epi32/native/cpp [ OK ] [ 0.00058729 / 0.00056640 CPU ]
/x86/avx/mm256_set_epi64x/native/cpp [ OK ] [ 0.00061129 / 0.00058896 CPU ]
/x86/avx/mm256_set_ps/native/cpp [ OK ] [ 0.00070825 / 0.00069184 CPU ]
/x86/avx/mm256_set_pd/native/cpp [ OK ] [ 0.00075786 / 0.00073800 CPU ]
/x86/avx/mm256_set_m128/native/cpp [ OK ] [ 0.00080789 / 0.00078986 CPU ]
/x86/avx/mm256_set_m128i/native/cpp [ OK ] [ 0.00060979 / 0.00059386 CPU ]
/x86/avx/mm256_set_m128d/native/cpp [ OK ] [ 0.00073692 / 0.00071382 CPU ]
/x86/avx/mm256_set1_epi8/native/cpp [ OK ] [ 0.00090676 / 0.00088815 CPU ]
/x86/avx/mm256_set1_epi16/native/cpp [ OK ] [ 0.00087550 / 0.00085527 CPU ]
/x86/avx/mm256_set1_epi32/native/cpp [ OK ] [ 0.00101277 / 0.00099660 CPU ]
/x86/avx/mm256_set1_epi64x/native/cpp[ OK ] [ 0.00100350 / 0.00100148 CPU ]
/x86/avx/mm256_set1_ps/native/cpp [ OK ] [ 0.00119312 / 0.00117478 CPU ]
/x86/avx/mm256_set1_pd/native/cpp [ OK ] [ 0.00066144 / 0.00065011 CPU ]
/x86/avx/mm256_add_ps/native/cpp [ OK ] [ 0.00211160 / 0.00197542 CPU ]
/x86/avx/mm256_add_pd/native/cpp [ OK ] [ 0.00212009 / 0.00201677 CPU ]
/x86/avx/mm256_addsub_ps/native/cpp [ OK ] [ 0.00216804 / 0.00214588 CPU ]
/x86/avx/mm256_addsub_pd/native/cpp [ OK ] [ 0.00197339 / 0.00195286 CPU ]
/x86/avx/mm256_and_ps/native/cpp [ OK ] [ 0.00215140 / 0.00198204 CPU ]
/x86/avx/mm256_and_pd/native/cpp [ OK ] [ 0.00205147 / 0.00203395 CPU ]
/x86/avx/mm256_andnot_ps/native/cpp [ OK ] [ 0.00194548 / 0.00192667 CPU ]
/x86/avx/mm256_andnot_pd/native/cpp [ OK ] [ 0.00189761 / 0.00187825 CPU ]
/x86/avx/mm256_blend_ps/native/cpp [ OK ] [ 0.00201708 / 0.00201329 CPU ]
/x86/avx/mm256_blend_pd/native/cpp [ OK ] [ 0.00192577 / 0.00188811 CPU ]
/x86/avx/mm256_blendv_ps/native/cpp [ OK ] [ 0.00242229 / 0.00240505 CPU ]
/x86/avx/mm256_blendv_pd/native/cpp [ OK ] [ 0.00227613 / 0.00227241 CPU ]
/x86/avx/mm256_broadcast_pd/native/cpp[ OK ] [ 0.00102362 / 0.00100413 CPU ]
/x86/avx/mm256_broadcast_ps/native/cpp[ OK ] [ 0.00139699 / 0.00137835 CPU ]
/x86/avx/mm256_broadcast_sd/native/cpp[ OK ] [ 0.00095117 / 0.00093409 CPU ]
/x86/avx/mm_broadcast_ss/native/cpp [ OK ] [ 0.00124008 / 0.00120675 CPU ]
/x86/avx/mm256_broadcast_ss/native/cpp[ OK ] [ 0.00119958 / 0.00112066 CPU ]
/x86/avx/mm256_castpd128_pd256/native/cpp[ OK ] [ 0.00209306 / 0.00067719 CPU ]
/x86/avx/mm256_castpd256_pd128/native/cpp[ OK ] [ 0.00077346 / 0.00075468 CPU ]
/x86/avx/mm256_castps_pd/native/cpp [ OK ] [ 0.00125188 / 0.00123119 CPU ]
/x86/avx/mm256_castpd_ps/native/cpp [ OK ] [ 0.00121678 / 0.00122020 CPU ]
/x86/avx/mm256_castps128_ps256/native/cpp[ OK ] [ 0.00126715 / 0.00124850 CPU ]
/x86/avx/mm256_castps256_ps128/native/cpp[ OK ] [ 0.00139303 / 0.00137508 CPU ]
/x86/avx/mm256_castsi128_si256/native/cpp[ OK ] [ 0.00131798 / 0.00124756 CPU ]
/x86/avx/mm256_castsi256_si128/native/cpp[ OK ] [ 0.00119089 / 0.00117836 CPU ]
/x86/avx/mm256_castps_si256/native/cpp[ OK ] [ 0.00118101 / 0.00114500 CPU ]
/x86/avx/mm256_castpd_si256/native/cpp[ OK ] [ 0.00111338 / 0.00109609 CPU ]
/x86/avx/mm256_castsi256_ps/native/cpp[ OK ] [ 0.00113592 / 0.00111961 CPU ]
/x86/avx/mm256_castsi256_pd/native/cpp[ OK ] [ 0.00110560 / 0.00108717 CPU ]
/x86/avx/mm256_ceil_ps/native/cpp [ OK ] [ 0.00139608 / 0.00137812 CPU ]
/x86/avx/mm256_ceil_pd/native/cpp [ OK ] [ 0.00139418 / 0.00137514 CPU ]
/x86/avx/mm_cmp_sd/native/cpp [ OK ] [ 0.00013547 / 0.00010556 CPU ]
/x86/avx/mm_cmp_ss/native/cpp [ OK ] [ 0.00623155 / 0.00621116 CPU ]
/x86/avx/mm_cmp_pd/native/cpp [ OK ] [ 0.00127413 / 0.00115525 CPU ]
/x86/avx/mm_cmp_ps/native/cpp [ OK ] [ 0.00799566 / 0.00787401 CPU ]
/x86/avx/mm256_cmp_pd/native/cpp [ OK ] [ 0.00848072 / 0.00829193 CPU ]
/x86/avx/mm256_cmp_ps/native/cpp [ OK ] [ 0.00983780 / 0.00980697 CPU ]
/x86/avx/mm256_cvtepi32_pd/native/cpp[ OK ] [ 0.00133718 / 0.00132270 CPU ]
/x86/avx/mm256_cvtepi32_ps/native/cpp[ OK ] [ 0.00141020 / 0.00137295 CPU ]
/x86/avx/mm256_cvtpd_epi32/native/cpp[ OK ] [ 0.00147075 / 0.00146434 CPU ]
/x86/avx/mm256_cvtpd_ps/native/cpp [ OK ] [ 0.00168925 / 0.00167010 CPU ]
/x86/avx/mm256_cvtps_epi32/native/cpp[ OK ] [ 0.00146671 / 0.00145134 CPU ]
/x86/avx/mm256_cvtps_pd/native/cpp [ OK ] [ 0.00148206 / 0.00137481 CPU ]
/x86/avx/mm256_cvttpd_epi32/native/cpp[ OK ] [ 0.00127485 / 0.00125555 CPU ]
/x86/avx/mm256_cvttps_epi32/native/cpp[ OK ] [ 0.00143513 / 0.00136116 CPU ]
/x86/avx/mm256_div_pd/native/cpp [ OK ] [ 0.00197322 / 0.00190965 CPU ]
/x86/avx/mm256_div_ps/native/cpp [ OK ] [ 0.00202058 / 0.00199886 CPU ]
/x86/avx/mm256_dp_ps/native/cpp [ OK ] [ 0.00221959 / 0.00219928 CPU ]
/x86/avx/mm256_extract_epi32/native/cpp[ OK ] [ 0.00056657 / 0.00054312 CPU ]
/x86/avx/mm256_extract_epi64/native/cpp[ OK ] [ 0.00060036 / 0.00057843 CPU ]
/x86/avx/mm256_extractf128_pd/native/cpp[ OK ] [ 0.00199405 / 0.00197461 CPU ]
/x86/avx/mm256_extractf128_ps/native/cpp[ OK ] [ 0.00243906 / 0.00241420 CPU ]
/x86/avx/mm256_extractf128_si256/native/cpp[ OK ] [ 0.00199068 / 0.00196361 CPU ]
/x86/avx/mm256_floor_ps/native/cpp [ OK ] [ 0.00177518 / 0.00174788 CPU ]
/x86/avx/mm256_floor_pd/native/cpp [ OK ] [ 0.00206866 / 0.00204422 CPU ]
/x86/avx/mm256_hadd_ps/native/cpp [ OK ] [ 0.00240087 / 0.00238328 CPU ]
/x86/avx/mm256_hadd_pd/native/cpp [ OK ] [ 0.00232224 / 0.00230383 CPU ]
/x86/avx/mm256_hsub_ps/native/cpp [ OK ] [ 0.00248687 / 0.00248693 CPU ]
/x86/avx/mm256_hsub_pd/native/cpp [ OK ] [ 0.00229851 / 0.00227237 CPU ]
/x86/avx/mm256_insert_epi8/native/cpp[ OK ] [ 0.00211832 / 0.00158671 CPU ]
/x86/avx/mm256_insert_epi16/native/cpp[ OK ] [ 0.00160999 / 0.00158905 CPU ]
/x86/avx/mm256_insert_epi32/native/cpp[ OK ] [ 0.00150726 / 0.00148610 CPU ]
/x86/avx/mm256_insert_epi64/native/cpp[ OK ] [ 0.00177601 / 0.00154901 CPU ]
/x86/avx/mm256_insertf128_pd/native/cpp[ OK ] [ 0.00229739 / 0.00227794 CPU ]
/x86/avx/mm256_insertf128_ps/native/cpp[ OK ] [ 0.00259008 / 0.00258473 CPU ]
/x86/avx/mm256_insertf128_si256/native/cpp[ OK ] [ 0.00244838 / 0.00242893 CPU ]
/x86/avx/mm256_lddqu_si256/native/cpp[ OK ] [ 0.00118315 / 0.00118319 CPU ]
/x86/avx/mm256_load_pd/native/cpp [ OK ] [ 0.00119958 / 0.00117949 CPU ]
/x86/avx/mm256_load_ps/native/cpp [ OK ] [ 0.00132634 / 0.00132073 CPU ]
/x86/avx/mm256_load_si256/native/cpp [ OK ] [ 0.00081121 / 0.00079091 CPU ]
/x86/avx/mm256_loadu_pd/native/cpp [ OK ] [ 0.00096061 / 0.00088311 CPU ]
/x86/avx/mm256_loadu_ps/native/cpp [ OK ] [ 0.00103205 / 0.00102188 CPU ]
/x86/avx/mm256_loadu_si256/native/cpp[ OK ] [ 0.00104437 / 0.00101511 CPU ]
/x86/avx/mm256_loadu2_m128/native/cpp[ OK ] [ 0.00164352 / 0.00165534 CPU ]
/x86/avx/mm256_loadu2_m128d/native/cpp[ OK ] [ 0.00134786 / 0.00132592 CPU ]
/x86/avx/mm256_loadu2_m128i/native/cpp[ OK ] [ 0.00192691 / 0.00176427 CPU ]
/x86/avx/mm_maskload_pd/native/cpp [ OK ] [ 0.00050170 / 0.00048052 CPU ]
/x86/avx/mm256_maskload_pd/native/cpp[ OK ] [ 0.00153436 / 0.00151966 CPU ]
/x86/avx/mm_maskload_ps/native/cpp [ OK ] [ 0.00169180 / 0.00159143 CPU ]
/x86/avx/mm256_maskload_ps/native/cpp[ OK ] [ 0.00258037 / 0.00150384 CPU ]
/x86/avx/mm_maskstore_pd/native/cpp [ OK ] [ 0.00075537 / 0.00073481 CPU ]
/x86/avx/mm256_maskstore_pd/native/cpp[ OK ] [ 0.00172843 / 0.00172615 CPU ]
/x86/avx/mm_maskstore_ps/native/cpp [ OK ] [ 0.00163625 / 0.00161856 CPU ]
/x86/avx/mm256_maskstore_ps/native/cpp[ OK ] [ 0.00177243 / 0.00174844 CPU ]
/x86/avx/mm256_min_ps/native/cpp [ OK ] [ 0.00183936 / 0.00182437 CPU ]
/x86/avx/mm256_min_pd/native/cpp [ OK ] [ 0.00191393 / 0.00189731 CPU ]
/x86/avx/mm256_max_ps/native/cpp [ OK ] [ 0.00200167 / 0.00198328 CPU ]
/x86/avx/mm256_max_pd/native/cpp [ OK ] [ 0.00190421 / 0.00189933 CPU ]
/x86/avx/mm256_movedup_pd/native/cpp [ OK ] [ 0.00133330 / 0.00131309 CPU ]
/x86/avx/mm256_movehdup_ps/native/cpp[ OK ] [ 0.00153094 / 0.00151404 CPU ]
/x86/avx/mm256_moveldup_ps/native/cpp[ OK ] [ 0.00146544 / 0.00144603 CPU ]
/x86/avx/mm256_movemask_ps/native/cpp[ OK ] [ 0.00095131 / 0.00093014 CPU ]
/x86/avx/mm256_movemask_pd/native/cpp[ OK ] [ 0.00088907 / 0.00087228 CPU ]
/x86/avx/mm256_mul_ps/native/cpp [ OK ] [ 0.00188181 / 0.00187861 CPU ]
/x86/avx/mm256_mul_pd/native/cpp [ OK ] [ 0.00193036 / 0.00193233 CPU ]
/x86/avx/mm256_or_ps/native/cpp [ OK ] [ 0.00191475 / 0.00181011 CPU ]
/x86/avx/mm256_or_pd/native/cpp [ OK ] [ 0.00178073 / 0.00172283 CPU ]
/x86/avx/mm256_permute_ps/native/cpp [ OK ] [ 0.00219797 / 0.00218546 CPU ]
/x86/avx/mm256_permute_pd/native/cpp [ OK ] [ 0.00386064 / 0.00384552 CPU ]
/x86/avx/mm_permute_ps/native/cpp [ OK ] [ 0.00095647 / 0.00095730 CPU ]
/x86/avx/mm_permute_pd/native/cpp [ OK ] [ 0.00100061 / 0.00098267 CPU ]
/x86/avx/mm_permutevar_ps/native/cpp [ OK ] [ 0.00182675 / 0.00174842 CPU ]
/x86/avx/mm_permutevar_pd/native/cpp [ OK ] [ 0.00057865 / 0.00056018 CPU ]
/x86/avx/mm256_permutevar_ps/native/cpp[ OK ] [ 0.00196034 / 0.00192657 CPU ]
/x86/avx/mm256_permutevar_pd/native/cpp[ OK ] [ 0.00183218 / 0.00181565 CPU ]
/x86/avx/mm256_permute2f128_ps/native/cpp[ OK ] [ 0.00415708 / 0.00403129 CPU ]
/x86/avx/mm256_rcp_ps/native/cpp [ OK ] [ 0.00144514 / 0.00142498 CPU ]
/x86/avx/mm256_round_ps/native/cpp [ OK ] [ 0.00987522 / 0.00324629 CPU ]
/x86/avx/mm256_round_pd/native/cpp [ OK ] [ 0.00344642 / 0.00342626 CPU ]
/x86/avx/mm256_rsqrt_ps/native/cpp [ OK ] [ 0.00178179 / 0.00176051 CPU ]
/x86/avx/mm256_setr_epi8/native/cpp [ OK ] [ 0.00142292 / 0.00140686 CPU ]
/x86/avx/mm256_setr_epi16/native/cpp [ OK ] [ 0.00118071 / 0.00115887 CPU ]
/x86/avx/mm256_setr_epi32/native/cpp [ OK ] [ 0.00120581 / 0.00118517 CPU ]
/x86/avx/mm256_setr_epi64x/native/cpp[ OK ] [ 0.00119444 / 0.00117222 CPU ]
/x86/avx/mm256_setr_ps/native/cpp [ OK ] [ 0.00129062 / 0.00126862 CPU ]
/x86/avx/mm256_setr_pd/native/cpp [ OK ] [ 0.00119579 / 0.00117524 CPU ]
/x86/avx/mm256_setr_m128/native/cpp [ OK ] [ 0.00486871 / 0.00210981 CPU ]
/x86/avx/mm256_setr_m128d/native/cpp [ OK ] [ 0.00115725 / 0.00112604 CPU ]
/x86/avx/mm256_setr_m128i/native/cpp [ OK ] [ 0.00114193 / 0.00113029 CPU ]
/x86/avx/mm256_setzero_ps/native/cpp [ OK ] [ 0.00034154 / 0.00032085 CPU ]
/x86/avx/mm256_setzero_pd/native/cpp [ OK ] [ 0.00028996 / 0.00027926 CPU ]
/x86/avx/mm256_setzero_si256/native/cpp[ OK ] [ 0.00031277 / 0.00029450 CPU ]
/x86/avx/mm256_shuffle_ps/native/cpp [ OK ] [ 0.00210084 / 0.00208080 CPU ]
/x86/avx/mm256_shuffle_pd/native/cpp [ OK ] [ 0.00159811 / 0.00158996 CPU ]
/x86/avx/mm256_sqrt_ps/native/cpp [ OK ] [ 0.00160942 / 0.00143189 CPU ]
/x86/avx/mm256_sqrt_pd/native/cpp [ OK ] [ 0.00134295 / 0.00132350 CPU ]
/x86/avx/mm256_store_ps/native/cpp [ OK ] [ 0.00105866 / 0.00104001 CPU ]
/x86/avx/mm256_store_pd/native/cpp [ OK ] [ 0.00089348 / 0.00087438 CPU ]
/x86/avx/mm256_store_si256/native/cpp[ OK ] [ 0.00109193 / 0.00107563 CPU ]
/x86/avx/mm256_storeu_ps/native/cpp [ OK ] [ 0.00113156 / 0.00111401 CPU ]
/x86/avx/mm256_storeu_pd/native/cpp [ OK ] [ 0.00095710 / 0.00093806 CPU ]
/x86/avx/mm256_storeu_si256/native/cpp[ OK ] [ 0.00106714 / 0.00105987 CPU ]
/x86/avx/mm256_storeu2_m128/native/cpp[ OK ] [ 0.00122596 / 0.00120856 CPU ]
/x86/avx/mm256_storeu2_m128d/native/cpp[ OK ] [ 0.00098737 / 0.00096969 CPU ]
/x86/avx/mm256_storeu2_m128i/native/cpp[ OK ] [ 0.00164056 / 0.00162180 CPU ]
/x86/avx/mm256_stream_ps/native/cpp [ OK ] [ 0.00079545 / 0.00077950 CPU ]
/x86/avx/mm256_stream_pd/native/cpp [ OK ] [ 0.00087938 / 0.00086438 CPU ]
/x86/avx/mm256_stream_si256/native/cpp[ OK ] [ 0.00075993 / 0.00075192 CPU ]
/x86/avx/mm256_sub_ps/native/cpp [ OK ] [ 0.00178583 / 0.00175139 CPU ]
/x86/avx/mm256_sub_pd/native/cpp [ OK ] [ 0.00188499 / 0.00185677 CPU ]
/x86/avx/mm_testc_ps/native/cpp [ OK ] [ 0.00084349 / 0.00083572 CPU ]
/x86/avx/mm_testc_pd/native/cpp [ OK ] [ 0.00047262 / 0.00042302 CPU ]
/x86/avx/mm256_testc_ps/native/cpp [ OK ] [ 0.00095016 / 0.00092740 CPU ]
/x86/avx/mm256_testc_pd/native/cpp [ OK ] [ 0.00144898 / 0.00143338 CPU ]
/x86/avx/mm256_testc_si256/native/cpp[ OK ] [ 0.00090287 / 0.00087719 CPU ]
/x86/avx/mm_testz_ps/native/cpp [ OK ] [ 0.00143253 / 0.00142103 CPU ]
/x86/avx/mm_testz_pd/native/cpp [ OK ] [ 0.00048185 / 0.00046252 CPU ]
/x86/avx/mm256_testz_ps/native/cpp [ OK ] [ 0.00108186 / 0.00106202 CPU ]
/x86/avx/mm256_testz_pd/native/cpp [ OK ] [ 0.00079449 / 0.00078324 CPU ]
/x86/avx/mm256_testz_si256/native/cpp[ OK ] [ 0.00080918 / 0.00079851 CPU ]
/x86/avx/mm_testnzc_ps/native/cpp [ OK ] [ 0.00081507 / 0.00080360 CPU ]
/x86/avx/mm_testnzc_pd/native/cpp [ OK ] [ 0.00044780 / 0.00043354 CPU ]
/x86/avx/mm256_testnzc_ps/native/cpp [ OK ] [ 0.00077002 / 0.00076260 CPU ]
/x86/avx/mm256_testnzc_pd/native/cpp [ OK ] [ 0.00079975 / 0.00078890 CPU ]
/x86/avx/mm256_testnzc_si256/native/cpp[ OK ] [ 0.00130490 / 0.00128585 CPU ]
/x86/avx/mm256_undefined_ps/native/cpp[ OK ] [ 0.00038785 / 0.00036664 CPU ]
/x86/avx/mm256_undefined_pd/native/cpp[ OK ] [ 0.00037434 / 0.00035695 CPU ]
/x86/avx/mm256_undefined_si256/native/cpp[ OK ] [ 0.00017125 / 0.00015992 CPU ]
/x86/avx/mm256_unpackhi_ps/native/cpp[ OK ] [ 0.00131652 / 0.00130588 CPU ]
/x86/avx/mm256_unpackhi_pd/native/cpp[ OK ] [ 0.00111055 / 0.00110072 CPU ]
/x86/avx/mm256_unpacklo_ps/native/cpp[ OK ] [ 0.00107388 / 0.00106244 CPU ]
/x86/avx/mm256_unpacklo_pd/native/cpp[ OK ] [ 0.00119536 / 0.00118615 CPU ]
/x86/avx/mm256_xor_pd/native/cpp [ OK ] [ 0.00129186 / 0.00128083 CPU ]
/x86/avx/mm256_xor_ps/native/cpp [ OK ] [ 0.00141454 / 0.00140947 CPU ]
/x86/avx/mm256_zextps128_ps256/native/cpp[ OK ] [ 0.00094222 / 0.00092490 CPU ]
/x86/avx/mm256_zextpd128_pd256/native/cpp[ OK ] [ 0.00060702 / 0.00059608 CPU ]
/x86/avx/mm256_zextsi128_si256/native/cpp[ OK ] [ 0.00096185 / 0.00094215 CPU ]
/x86/avx/mm256_set_epi8/emul/cpp [ OK ] [ 0.00029493 / 0.00028368 CPU ]
/x86/avx/mm256_set_epi16/emul/cpp [ OK ] [ 0.00030541 / 0.00029570 CPU ]
/x86/avx/mm256_set_epi32/emul/cpp [ OK ] [ 0.00031287 / 0.00030337 CPU ]
/x86/avx/mm256_set_epi64x/emul/cpp [ OK ] [ 0.00033370 / 0.00032129 CPU ]
/x86/avx/mm256_set_ps/emul/cpp [ OK ] [ 0.00038926 / 0.00037837 CPU ]
/x86/avx/mm256_set_pd/emul/cpp [ OK ] [ 0.00039637 / 0.00038636 CPU ]
/x86/avx/mm256_set_m128/emul/cpp [ OK ] [ 0.00042413 / 0.00041352 CPU ]
/x86/avx/mm256_set_m128i/emul/cpp [ OK ] [ 0.00031164 / 0.00030090 CPU ]
/x86/avx/mm256_set_m128d/emul/cpp [ OK ] [ 0.00041004 / 0.00039897 CPU ]
/x86/avx/mm256_set1_epi8/emul/cpp [ OK ] [ 0.00049941 / 0.00048554 CPU ]
/x86/avx/mm256_set1_epi16/emul/cpp [ OK ] [ 0.00050562 / 0.00048020 CPU ]
/x86/avx/mm256_set1_epi32/emul/cpp [ OK ] [ 0.00053882 / 0.00052844 CPU ]
/x86/avx/mm256_set1_epi64x/emul/cpp [ OK ] [ 0.00066405 / 0.00065487 CPU ]
/x86/avx/mm256_set1_ps/emul/cpp [ OK ] [ 0.00063204 / 0.00060795 CPU ]
/x86/avx/mm256_set1_pd/emul/cpp [ OK ] [ 0.00059269 / 0.00058289 CPU ]
/x86/avx/mm256_add_ps/emul/cpp [ OK ] [ 0.00123435 / 0.00122795 CPU ]
/x86/avx/mm256_add_pd/emul/cpp [ OK ] [ 0.00105189 / 0.00104358 CPU ]
/x86/avx/mm256_addsub_ps/emul/cpp [ OK ] [ 0.00104964 / 0.00101576 CPU ]
/x86/avx/mm256_addsub_pd/emul/cpp [ OK ] [ 0.00103455 / 0.00102330 CPU ]
/x86/avx/mm256_and_ps/emul/cpp [ OK ] [ 0.00106405 / 0.00104572 CPU ]
/x86/avx/mm256_and_pd/emul/cpp [ OK ] [ 0.00102265 / 0.00101155 CPU ]
/x86/avx/mm256_andnot_ps/emul/cpp [ OK ] [ 0.00097056 / 0.00095801 CPU ]
/x86/avx/mm256_andnot_pd/emul/cpp [ OK ] [ 0.00093676 / 0.00092629 CPU ]
/x86/avx/mm256_blend_ps/emul/cpp [ OK ] [ 0.00104829 / 0.00103892 CPU ]
/x86/avx/mm256_blend_pd/emul/cpp [ OK ] [ 0.00103965 / 0.00102657 CPU ]
/x86/avx/mm256_blendv_ps/emul/cpp [ OK ] [ 0.00127297 / 0.00126166 CPU ]
/x86/avx/mm256_blendv_pd/emul/cpp [ OK ] [ 0.00139981 / 0.00138946 CPU ]
/x86/avx/mm256_broadcast_pd/emul/cpp [ OK ] [ 0.00061540 / 0.00060483 CPU ]
/x86/avx/mm256_broadcast_ps/emul/cpp [ OK ] [ 0.00082684 / 0.00081755 CPU ]
/x86/avx/mm256_broadcast_sd/emul/cpp [ OK ] [ 0.00056653 / 0.00055774 CPU ]
/x86/avx/mm_broadcast_ss/emul/cpp [ OK ] [ 0.00065144 / 0.00064042 CPU ]
/x86/avx/mm256_broadcast_ss/emul/cpp [ OK ] [ 0.00060935 / 0.00059925 CPU ]
/x86/avx/mm256_castpd128_pd256/emul/cpp[ OK ] [ 0.00043809 / 0.00042800 CPU ]
/x86/avx/mm256_castpd256_pd128/emul/cpp[ OK ] [ 0.00043347 / 0.00042105 CPU ]
/x86/avx/mm256_castps_pd/emul/cpp [ OK ] [ 0.00067654 / 0.00066589 CPU ]
/x86/avx/mm256_castpd_ps/emul/cpp [ OK ] [ 0.00065579 / 0.00064534 CPU ]
/x86/avx/mm256_castps128_ps256/emul/cpp[ OK ] [ 0.00075725 / 0.00074790 CPU ]
/x86/avx/mm256_castps256_ps128/emul/cpp[ OK ] [ 0.00084108 / 0.00083069 CPU ]
/x86/avx/mm256_castsi128_si256/emul/cpp[ OK ] [ 0.00066815 / 0.00065800 CPU ]
/x86/avx/mm256_castsi256_si128/emul/cpp[ OK ] [ 0.00070694 / 0.00069581 CPU ]
/x86/avx/mm256_castps_si256/emul/cpp [ OK ] [ 0.00065040 / 0.00063969 CPU ]
/x86/avx/mm256_castpd_si256/emul/cpp [ OK ] [ 0.00067884 / 0.00066744 CPU ]
/x86/avx/mm256_castsi256_ps/emul/cpp [ OK ] [ 0.00070545 / 0.00069342 CPU ]
/x86/avx/mm256_castsi256_pd/emul/cpp [ OK ] [ 0.00068219 / 0.00067040 CPU ]
/x86/avx/mm256_ceil_ps/emul/cpp [ OK ] [ 0.00085920 / 0.00084858 CPU ]
/x86/avx/mm256_ceil_pd/emul/cpp [ OK ] [ 0.00090049 / 0.00088806 CPU ]
/x86/avx/mm_cmp_sd/emul/cpp [ OK ] [ 0.00007996 / 0.00006885 CPU ]
/x86/avx/mm_cmp_ss/emul/cpp [ OK ] [ 0.00362867 / 0.00361569 CPU ]
/x86/avx/mm_cmp_pd/emul/cpp [ OK ] [ 0.00074567 / 0.00072608 CPU ]
/x86/avx/mm_cmp_ps/emul/cpp [ OK ] [ 0.00472241 / 0.00471232 CPU ]
/x86/avx/mm256_cmp_pd/emul/cpp [ OK ] [ 0.00488012 / 0.00486905 CPU ]
/x86/avx/mm256_cmp_ps/emul/cpp [ OK ] [ 0.00599131 / 0.00597528 CPU ]
/x86/avx/mm256_cvtepi32_pd/emul/cpp [ OK ] [ 0.00086631 / 0.00085427 CPU ]
/x86/avx/mm256_cvtepi32_ps/emul/cpp [ OK ] [ 0.00084748 / 0.00083424 CPU ]
/x86/avx/mm256_cvtpd_epi32/emul/cpp [ OK ] [ 0.00092644 / 0.00091447 CPU ]
/x86/avx/mm256_cvtpd_ps/emul/cpp [ OK ] [ 0.00098038 / 0.00096930 CPU ]
/x86/avx/mm256_cvtps_epi32/emul/cpp [ OK ] [ 0.00096704 / 0.00095504 CPU ]
/x86/avx/mm256_cvtps_pd/emul/cpp [ OK ] [ 0.00089075 / 0.00087924 CPU ]
/x86/avx/mm256_cvttpd_epi32/emul/cpp [ OK ] [ 0.00106372 / 0.00105606 CPU ]
/x86/avx/mm256_cvttps_epi32/emul/cpp [ OK ] [ 0.00086914 / 0.00085834 CPU ]
/x86/avx/mm256_div_pd/emul/cpp [ OK ] [ 0.00113206 / 0.00112032 CPU ]
/x86/avx/mm256_div_ps/emul/cpp [ OK ] [ 0.00112386 / 0.00109998 CPU ]
/x86/avx/mm256_dp_ps/emul/cpp [ OK ] [ 0.00117646 / 0.00116836 CPU ]
/x86/avx/mm256_extract_epi32/emul/cpp[ OK ] [ 0.00029871 / 0.00028645 CPU ]
/x86/avx/mm256_extract_epi64/emul/cpp[ OK ] [ 0.00049140 / 0.00046798 CPU ]
/x86/avx/mm256_extractf128_pd/emul/cpp[ OK ] [ 0.00077593 / 0.00076356 CPU ]
/x86/avx/mm256_extractf128_ps/emul/cpp[ OK ] [ 0.00127150 / 0.00126259 CPU ]
/x86/avx/mm256_extractf128_si256/emul/cpp[ OK ] [ 0.00107127 / 0.00106183 CPU ]
/x86/avx/mm256_floor_ps/emul/cpp [ OK ] [ 0.00146816 / 0.00144652 CPU ]
/x86/avx/mm256_floor_pd/emul/cpp [ OK ] [ 0.00089231 / 0.00088061 CPU ]
/x86/avx/mm256_hadd_ps/emul/cpp [ OK ] [ 0.00119770 / 0.00118660 CPU ]
/x86/avx/mm256_hadd_pd/emul/cpp [ OK ] [ 0.00114053 / 0.00112880 CPU ]
/x86/avx/mm256_hsub_ps/emul/cpp [ OK ] [ 0.00127391 / 0.00126081 CPU ]
/x86/avx/mm256_hsub_pd/emul/cpp [ OK ] [ 0.00118268 / 0.00117217 CPU ]
/x86/avx/mm256_insert_epi8/emul/cpp [ OK ] [ 0.00085724 / 0.00084744 CPU ]
/x86/avx/mm256_insert_epi16/emul/cpp [ OK ] [ 0.00085011 / 0.00083789 CPU ]
/x86/avx/mm256_insert_epi32/emul/cpp [ OK ] [ 0.00086468 / 0.00085383 CPU ]
/x86/avx/mm256_insert_epi64/emul/cpp [ OK ] [ 0.00082456 / 0.00081336 CPU ]
/x86/avx/mm256_insertf128_pd/emul/cpp[ OK ] [ 0.00131340 / 0.00130220 CPU ]
/x86/avx/mm256_insertf128_ps/emul/cpp[ OK ] [ 0.00158944 / 0.00157857 CPU ]
/x86/avx/mm256_insertf128_si256/emul/cpp[ OK ] [ 0.00144102 / 0.00142930 CPU ]
/x86/avx/mm256_lddqu_si256/emul/cpp [ OK ] [ 0.00069601 / 0.00068556 CPU ]
/x86/avx/mm256_load_pd/emul/cpp [ OK ] [ 0.00069088 / 0.00067933 CPU ]
/x86/avx/mm256_load_ps/emul/cpp [ OK ] [ 0.00070616 / 0.00069495 CPU ]
/x86/avx/mm256_load_si256/emul/cpp [ OK ] [ 0.00069085 / 0.00067889 CPU ]
/x86/avx/mm256_loadu_pd/emul/cpp [ OK ] [ 0.00066509 / 0.00065427 CPU ]
/x86/avx/mm256_loadu_ps/emul/cpp [ OK ] [ 0.00073585 / 0.00072454 CPU ]
/x86/avx/mm256_loadu_si256/emul/cpp [ OK ] [ 0.00066712 / 0.00065375 CPU ]
/x86/avx/mm256_loadu2_m128/emul/cpp [ OK ] [ 0.00096710 / 0.00095515 CPU ]
/x86/avx/mm256_loadu2_m128d/emul/cpp [ OK ] [ 0.00085692 / 0.00084553 CPU ]
/x86/avx/mm256_loadu2_m128i/emul/cpp [ OK ] [ 0.00104651 / 0.00103663 CPU ]
/x86/avx/mm_maskload_pd/emul/cpp [ OK ] [ 0.00036654 / 0.00035670 CPU ]
/x86/avx/mm256_maskload_pd/emul/cpp [ OK ] [ 0.00092214 / 0.00091172 CPU ]
/x86/avx/mm_maskload_ps/emul/cpp [ OK ] [ 0.00093046 / 0.00092671 CPU ]
/x86/avx/mm256_maskload_ps/emul/cpp [ OK ] [ 0.00092080 / 0.00091062 CPU ]
/x86/avx/mm_maskstore_pd/emul/cpp [ OK ] [ 0.00049846 / 0.00048110 CPU ]
/x86/avx/mm256_maskstore_pd/emul/cpp [ OK ] [ 0.00100432 / 0.00099402 CPU ]
/x86/avx/mm_maskstore_ps/emul/cpp [ OK ] [ 0.00096146 / 0.00095114 CPU ]
/x86/avx/mm256_maskstore_ps/emul/cpp [ OK ] [ 0.00160270 / 0.00158593 CPU ]
/x86/avx/mm256_min_ps/emul/cpp [ OK ] [ 0.00107561 / 0.00106424 CPU ]
/x86/avx/mm256_min_pd/emul/cpp [ OK ] [ 0.00107065 / 0.00106339 CPU ]
/x86/avx/mm256_max_ps/emul/cpp [ OK ] [ 0.00105677 / 0.00104910 CPU ]
/x86/avx/mm256_max_pd/emul/cpp [ OK ] [ 0.00105837 / 0.00104776 CPU ]
/x86/avx/mm256_movedup_pd/emul/cpp [ OK ] [ 0.00073131 / 0.00071870 CPU ]
/x86/avx/mm256_movehdup_ps/emul/cpp [ OK ] [ 0.00082501 / 0.00081473 CPU ]
/x86/avx/mm256_moveldup_ps/emul/cpp [ OK ] [ 0.00090216 / 0.00089182 CPU ]
/x86/avx/mm256_movemask_ps/emul/cpp [ OK ] [ 0.00060334 / 0.00059257 CPU ]
/x86/avx/mm256_movemask_pd/emul/cpp [ OK ] [ 0.00049438 / 0.00048586 CPU ]
/x86/avx/mm256_mul_ps/emul/cpp [ OK ] [ 0.00113650 / 0.00112419 CPU ]
/x86/avx/mm256_mul_pd/emul/cpp [ OK ] [ 0.00121537 / 0.00119935 CPU ]
/x86/avx/mm256_or_ps/emul/cpp [ OK ] [ 0.00112951 / 0.00112057 CPU ]
/x86/avx/mm256_or_pd/emul/cpp [ OK ] [ 0.00106880 / 0.00105887 CPU ]
/x86/avx/mm256_permute_ps/emul/cpp [ OK ] [ 0.00142687 / 0.00139431 CPU ]
/x86/avx/mm256_permute_pd/emul/cpp [ OK ] [ 0.00206645 / 0.00205318 CPU ]
/x86/avx/mm_permute_ps/emul/cpp [ OK ] [ 0.00054779 / 0.00053463 CPU ]
/x86/avx/mm_permute_pd/emul/cpp [ OK ] [ 0.00059758 / 0.00058785 CPU ]
/x86/avx/mm_permutevar_ps/emul/cpp [ OK ] [ 0.00096696 / 0.00095672 CPU ]
/x86/avx/mm_permutevar_pd/emul/cpp [ OK ] [ 0.00032113 / 0.00031067 CPU ]
/x86/avx/mm256_permutevar_ps/emul/cpp[ OK ] [ 0.00104141 / 0.00103038 CPU ]
/x86/avx/mm256_permutevar_pd/emul/cpp[ OK ] [ 0.00101416 / 0.00100402 CPU ]
/x86/avx/mm256_permute2f128_ps/emul/cpp[ OK ] [ 0.00352066 / 0.00350092 CPU ]
/x86/avx/mm256_rcp_ps/emul/cpp [ OK ] [ 0.00076556 / 0.00075366 CPU ]
/x86/avx/mm256_round_ps/emul/cpp [ OK ] [ 0.00170885 / 0.00170027 CPU ]
/x86/avx/mm256_round_pd/emul/cpp [ OK ] [ 0.00161840 / 0.00160730 CPU ]
/x86/avx/mm256_rsqrt_ps/emul/cpp [ OK ] [ 0.00126029 / 0.00124573 CPU ]
/x86/avx/mm256_setr_epi8/emul/cpp [ OK ] [ 0.00123178 / 0.00121280 CPU ]
/x86/avx/mm256_setr_epi16/emul/cpp [ OK ] [ 0.00062856 / 0.00061663 CPU ]
/x86/avx/mm256_setr_epi32/emul/cpp [ OK ] [ 0.00059924 / 0.00058776 CPU ]
/x86/avx/mm256_setr_epi64x/emul/cpp [ OK ] [ 0.00106336 / 0.00105144 CPU ]
/x86/avx/mm256_setr_ps/emul/cpp [ OK ] [ 0.00081899 / 0.00080216 CPU ]
/x86/avx/mm256_setr_pd/emul/cpp [ OK ] [ 0.00112377 / 0.00109099 CPU ]
/x86/avx/mm256_setr_m128/emul/cpp [ OK ] [ 0.00106529 / 0.00105499 CPU ]
/x86/avx/mm256_setr_m128d/emul/cpp [ OK ] [ 0.00065644 / 0.00064666 CPU ]
/x86/avx/mm256_setr_m128i/emul/cpp [ OK ] [ 0.00087238 / 0.00086182 CPU ]
/x86/avx/mm256_setzero_ps/emul/cpp [ OK ] [ 0.00023310 / 0.00022188 CPU ]
/x86/avx/mm256_setzero_pd/emul/cpp [ OK ] [ 0.00025056 / 0.00023948 CPU ]
/x86/avx/mm256_setzero_si256/emul/cpp[ OK ] [ 0.00020890 / 0.00019233 CPU ]
/x86/avx/mm256_shuffle_ps/emul/cpp [ OK ] [ 0.00233973 / 0.00232494 CPU ]
/x86/avx/mm256_shuffle_pd/emul/cpp [ OK ] [ 0.00126978 / 0.00125831 CPU ]
/x86/avx/mm256_sqrt_ps/emul/cpp [ OK ] [ 0.00082915 / 0.00081876 CPU ]
/x86/avx/mm256_sqrt_pd/emul/cpp [ OK ] [ 0.00081760 / 0.00080528 CPU ]
/x86/avx/mm256_store_ps/emul/cpp [ OK ] [ 0.00064482 / 0.00063152 CPU ]
/x86/avx/mm256_store_pd/emul/cpp [ OK ] [ 0.00053460 / 0.00052207 CPU ]
/x86/avx/mm256_store_si256/emul/cpp [ OK ] [ 0.00085834 / 0.00083834 CPU ]
/x86/avx/mm256_storeu_ps/emul/cpp [ OK ] [ 0.00058960 / 0.00057923 CPU ]
/x86/avx/mm256_storeu_pd/emul/cpp [ OK ] [ 0.00051977 / 0.00050827 CPU ]
/x86/avx/mm256_storeu_si256/emul/cpp [ OK ] [ 0.00073922 / 0.00072873 CPU ]
/x86/avx/mm256_storeu2_m128/emul/cpp [ OK ] [ 0.00070234 / 0.00068918 CPU ]
/x86/avx/mm256_storeu2_m128d/emul/cpp[ OK ] [ 0.00060635 / 0.00058470 CPU ]
/x86/avx/mm256_storeu2_m128i/emul/cpp[ OK ] [ 0.00093671 / 0.00092854 CPU ]
/x86/avx/mm256_stream_ps/emul/cpp [ OK ] [ 0.00060653 / 0.00059613 CPU ]
/x86/avx/mm256_stream_pd/emul/cpp [ OK ] [ 0.00079348 / 0.00077884 CPU ]
/x86/avx/mm256_stream_si256/emul/cpp [ OK ] [ 0.00072392 / 0.00071729 CPU ]
/x86/avx/mm256_sub_ps/emul/cpp [ OK ] [ 0.00109519 / 0.00108709 CPU ]
/x86/avx/mm256_sub_pd/emul/cpp [ OK ] [ 0.00118283 / 0.00117332 CPU ]
/x86/avx/mm_testc_ps/emul/cpp [ OK ] [ 0.00076092 / 0.00075064 CPU ]
/x86/avx/mm_testc_pd/emul/cpp [ OK ] [ 0.00031504 / 0.00030641 CPU ]
/x86/avx/mm256_testc_ps/emul/cpp [ OK ] [ 0.00072670 / 0.00071353 CPU ]
/x86/avx/mm256_testc_pd/emul/cpp [ OK ] [ 0.00075922 / 0.00074942 CPU ]
/x86/avx/mm256_testc_si256/emul/cpp [ OK ] [ 0.00075098 / 0.00074077 CPU ]
/x86/avx/mm_testz_ps/emul/cpp [ OK ] [ 0.00090640 / 0.00089828 CPU ]
/x86/avx/mm_testz_pd/emul/cpp [ OK ] [ 0.00029384 / 0.00028297 CPU ]
/x86/avx/mm256_testz_ps/emul/cpp [ OK ] [ 0.00085491 / 0.00084642 CPU ]
/x86/avx/mm256_testz_pd/emul/cpp [ OK ] [ 0.00082017 / 0.00080662 CPU ]
/x86/avx/mm256_testz_si256/emul/cpp [ OK ] [ 0.00085979 / 0.00085424 CPU ]
/x86/avx/mm_testnzc_ps/emul/cpp [ OK ] [ 0.00080852 / 0.00079931 CPU ]
/x86/avx/mm_testnzc_pd/emul/cpp [ OK ] [ 0.00029540 / 0.00028466 CPU ]
/x86/avx/mm256_testnzc_ps/emul/cpp [ OK ] [ 0.00076603 / 0.00075576 CPU ]
/x86/avx/mm256_testnzc_pd/emul/cpp [ OK ] [ 0.00078789 / 0.00078157 CPU ]
/x86/avx/mm256_testnzc_si256/emul/cpp[ OK ] [ 0.00074759 / 0.00074122 CPU ]
/x86/avx/mm256_undefined_ps/emul/cpp [ OK ] [ 0.00024678 / 0.00023635 CPU ]
/x86/avx/mm256_undefined_pd/emul/cpp [ OK ] [ 0.00024546 / 0.00023972 CPU ]
/x86/avx/mm256_undefined_si256/emul/cpp[ OK ] [ 0.00025153 / 0.00023477 CPU ]
/x86/avx/mm256_unpackhi_ps/emul/cpp [ OK ] [ 0.00105018 / 0.00103900 CPU ]
/x86/avx/mm256_unpackhi_pd/emul/cpp [ OK ] [ 0.00101966 / 0.00100876 CPU ]
/x86/avx/mm256_unpacklo_ps/emul/cpp [ OK ] [ 0.00105896 / 0.00104832 CPU ]
/x86/avx/mm256_unpacklo_pd/emul/cpp [ OK ] [ 0.00096308 / 0.00095317 CPU ]
/x86/avx/mm256_xor_pd/emul/cpp [ OK ] [ 0.00101516 / 0.00100423 CPU ]
/x86/avx/mm256_xor_ps/emul/cpp [ OK ] [ 0.00099619 / 0.00098668 CPU ]
/x86/avx/mm256_zextps128_ps256/emul/cpp[ OK ] [ 0.00082298 / 0.00081504 CPU ]
/x86/avx/mm256_zextpd128_pd256/emul/cpp[ OK ] [ 0.00068613 / 0.00067885 CPU ]
/x86/avx/mm256_zextsi128_si256/emul/cpp[ OK ] [ 0.00071631 / 0.00070658 CPU ]
724 of 728 (99%) tests successful, 0 (0%) test skipped.
14/16 Test #16: /x86/svml/ ....................... Passed 6.13 sec
15/16 Test #3: /x86/sse2/ .......................***Failed 6.36 sec
Running test suite with seed 0xdd6f519d...
/x86/sse2/mm_set1_pd/native/c [ OK ] [ 0.00086332 / 0.00083885 CPU ]
/x86/sse2/mm_set_pd/native/c [ OK ] [ 0.00085701 / 0.00083982 CPU ]
/x86/sse2/mm_set_pd1/native/c [ OK ] [ 0.00086119 / 0.00084501 CPU ]
/x86/sse2/mm_set_sd/native/c [ OK ] [ 0.00095708 / 0.00086639 CPU ]
/x86/sse2/mm_set_epi8/native/c [ OK ] [ 0.00184047 / 0.00183294 CPU ]
/x86/sse2/mm_set_epi16/native/c [ OK ] [ 0.00136369 / 0.00124312 CPU ]
/x86/sse2/mm_set_epi32/native/c [ OK ] [ 0.00095632 / 0.00093751 CPU ]
/x86/sse2/mm_set_epi64/native/c [ OK ] [ 0.00038114 / 0.00036271 CPU ]
/x86/sse2/mm_set_epi64x/native/c [ OK ] [ 0.00048890 / 0.00033979 CPU ]
/x86/sse2/mm_set1_epi8/native/c [ OK ] [ 0.00147875 / 0.00148227 CPU ]
/x86/sse2/mm_set1_epi16/native/c [ OK ] [ 0.00105566 / 0.00103808 CPU ]
/x86/sse2/mm_set1_epi32/native/c [ OK ] [ 0.00075879 / 0.00074111 CPU ]
/x86/sse2/mm_set1_epi64/native/c [ OK ] [ 0.00028961 / 0.00027144 CPU ]
/x86/sse2/mm_set1_epi64x/native/c [ OK ] [ 0.00031685 / 0.00030135 CPU ]
/x86/sse2/mm_setr_pd/native/c [ OK ] [ 0.00099148 / 0.00095412 CPU ]
/x86/sse2/mm_setr_epi8/native/c [ OK ] [ 0.00215278 / 0.00213666 CPU ]
/x86/sse2/mm_setr_epi16/native/c [ OK ] [ 0.00150004 / 0.00148011 CPU ]
/x86/sse2/mm_setr_epi32/native/c [ OK ] [ 0.00107346 / 0.00105313 CPU ]
/x86/sse2/mm_setr_epi64/native/c [ OK ] [ 0.00040944 / 0.00039225 CPU ]
/x86/sse2/mm_setzero_pd/native/c [ OK ] [ 0.00018105 / 0.00016375 CPU ]
/x86/sse2/mm_setzero_si128/native/c [ OK ] [ 0.00026693 / 0.00024681 CPU ]
/x86/sse2/mm_add_epi8/native/c [ OK ] [ 0.00393632 / 0.00391715 CPU ]
/x86/sse2/mm_add_epi16/native/c [ OK ] [ 0.00230196 / 0.00228107 CPU ]
/x86/sse2/mm_add_epi32/native/c [ OK ] [ 0.00148047 / 0.00145968 CPU ]
/x86/sse2/mm_add_epi64/native/c [ OK ] [ 0.00059808 / 0.00057827 CPU ]
/x86/sse2/mm_add_pd/native/c [ OK ] [ 0.00120647 / 0.00118784 CPU ]
/x86/sse2/mm_add_sd/native/c [ OK ] [ 0.00119610 / 0.00117551 CPU ]
/x86/sse2/mm_add_si64/native/c [ OK ] [ 0.00028757 / 0.00026461 CPU ]
/x86/sse2/mm_adds_epi8/native/c [ OK ] [ 0.00381726 / 0.00380169 CPU ]
/x86/sse2/mm_adds_epi16/native/c [ OK ] [ 0.00215488 / 0.00213345 CPU ]
/x86/sse2/mm_adds_epu8/native/c [ OK ] [ 0.00366458 / 0.00364420 CPU ]
/x86/sse2/mm_adds_epu16/native/c [ OK ] [ 0.00210303 / 0.00208646 CPU ]
/x86/sse2/mm_and_pd/native/c [ OK ] [ 0.00019233 / 0.00017389 CPU ]
/x86/sse2/mm_and_si128/native/c [ OK ] [ 0.00133058 / 0.00132134 CPU ]
/x86/sse2/mm_andnot_pd/native/c [ OK ] [ 0.00098372 / 0.00096641 CPU ]
/x86/sse2/mm_andnot_si128/native/c [ OK ] [ 0.00129982 / 0.00128376 CPU ]
/x86/sse2/mm_avg_epu8/native/c [ OK ] [ 0.00363118 / 0.00361372 CPU ]
/x86/sse2/mm_avg_epu16/native/c [ OK ] [ 0.00208433 / 0.00206777 CPU ]
/x86/sse2/mm_bslli_si128/native/c [ OK ] [ 0.00147517 / 0.00145947 CPU ]
/x86/sse2/mm_bsrli_si128/native/c [ OK ] [ 0.00178656 / 0.00176952 CPU ]
/x86/sse2/mm_slli_epi16/native/c [ OK ] [ 0.00184937 / 0.00183119 CPU ]
/x86/sse2/mm_slli_epi32/native/c [ OK ] [ 0.00149423 / 0.00147886 CPU ]
/x86/sse2/mm_slli_epi64/native/c [ OK ] [ 0.00092486 / 0.00090907 CPU ]
/x86/sse2/mm_srli_epi16/native/c [ OK ] [ 0.00179206 / 0.00177767 CPU ]
/x86/sse2/mm_srli_epi32/native/c [ OK ] [ 0.00146462 / 0.00145152 CPU ]
/x86/sse2/mm_srli_epi64/native/c [ OK ] [ 0.00081992 / 0.00080048 CPU ]
/x86/sse2/mm_sra_epi16/native/c [ OK ] [ 0.00198323 / 0.00196642 CPU ]
/x86/sse2/mm_sra_epi32/native/c [ OK ] [ 0.00119097 / 0.00117530 CPU ]
/x86/sse2/mm_srai_epi16/native/c [ OK ] [ 0.00143786 / 0.00142073 CPU ]
/x86/sse2/mm_srai_epi32/native/c [ OK ] [ 0.00119761 / 0.00117242 CPU ]
/x86/sse2/mm_store_pd/native/c [ OK ] [ 0.00039937 / 0.00038149 CPU ]
/x86/sse2/mm_store_pd1/native/c [ OK ] [ 0.00039531 / 0.00038025 CPU ]
/x86/sse2/mm_store_sd/native/c [ OK ] [ 0.00048990 / 0.00047043 CPU ]
/x86/sse2/mm_store_si128/native/c [ OK ] [ 0.00116686 / 0.00114840 CPU ]
/x86/sse2/mm_storeh_pd/native/c [ OK ] [ 0.00047850 / 0.00046129 CPU ]
/x86/sse2/mm_storel_epi64/native/c [ OK ] [ 0.00050023 / 0.00048867 CPU ]
/x86/sse2/mm_storel_pd/native/c [ OK ] [ 0.00047035 / 0.00045300 CPU ]
/x86/sse2/mm_storer_pd/native/c [ OK ] [ 0.00048941 / 0.00047269 CPU ]
/x86/sse2/mm_storeu_pd/native/c [ OK ] [ 0.00056229 / 0.00054050 CPU ]
/x86/sse2/mm_storeu_si128/native/c [ OK ] [ 0.00103940 / 0.00102339 CPU ]
/x86/sse2/mm_store1_pd/native/c [ OK ] [ 0.00040152 / 0.00038656 CPU ]
/x86/sse2/mm_stream_pd/native/c [ OK ] [ 0.00038800 / 0.00037300 CPU ]
/x86/sse2/mm_stream_si128/native/c [ OK ] [ 0.00114844 / 0.00113145 CPU ]
/x86/sse2/mm_stream_si32/native/c [ OK ] [ 0.00022623 / 0.00020724 CPU ]
/x86/sse2/mm_stream_si64/native/c [ OK ] [ 0.00040742 / 0.00038571 CPU ]
/x86/sse2/mm_sub_epi8/native/c [ OK ] [ 0.00372547 / 0.00370641 CPU ]
/x86/sse2/mm_sub_epi16/native/c [ OK ] [ 0.00215213 / 0.00213436 CPU ]
/x86/sse2/mm_sub_epi32/native/c [ OK ] [ 0.00156735 / 0.00154805 CPU ]
/x86/sse2/mm_sub_epi64/native/c [ OK ] [ 0.00060145 / 0.00058415 CPU ]
/x86/sse2/mm_sub_pd/native/c [ OK ] [ 0.00116819 / 0.00114747 CPU ]
/x86/sse2/mm_sub_sd/native/c [ OK ] [ 0.00128965 / 0.00126396 CPU ]
/x86/sse2/mm_sub_si64/native/c [ OK ] [ 0.00029778 / 0.00027846 CPU ]
/x86/sse2/mm_subs_epi8/native/c [ OK ] [ 0.00425622 / 0.00423728 CPU ]
/x86/sse2/mm_subs_epi16/native/c [ OK ] [ 0.00249661 / 0.00247838 CPU ]
/x86/sse2/mm_subs_epu8/native/c [ OK ] [ 0.00402606 / 0.00400594 CPU ]
/x86/sse2/mm_subs_epu16/native/c [ OK ] [ 0.00230773 / 0.00229000 CPU ]
/x86/sse2/mm_min_epu8/native/c [ OK ] [ 0.00397535 / 0.00395312 CPU ]
/x86/sse2/mm_min_epi16/native/c [ OK ] [ 0.00222438 / 0.00220550 CPU ]
/x86/sse2/mm_min_pd/native/c [ OK ] [ 0.00119361 / 0.00117608 CPU ]
/x86/sse2/mm_min_sd/native/c [ OK ] [ 0.00120190 / 0.00118085 CPU ]
/x86/sse2/mm_max_epu8/native/c [ OK ] [ 0.00400278 / 0.00398730 CPU ]
/x86/sse2/mm_max_epi16/native/c [ OK ] [ 0.00234621 / 0.00232982 CPU ]
/x86/sse2/mm_max_pd/native/c [ OK ] [ 0.00116331 / 0.00114615 CPU ]
/x86/sse2/mm_max_sd/native/c [ OK ] [ 0.00114338 / 0.00112606 CPU ]
/x86/sse2/mm_mul_epu32/native/c [ OK ] [ 0.00137128 / 0.00134579 CPU ]
/x86/sse2/mm_mul_pd/native/c [ OK ] [ 0.00122173 / 0.00119939 CPU ]
/x86/sse2/mm_mul_sd/native/c [ OK ] [ 0.00117801 / 0.00115703 CPU ]
/x86/sse2/mm_mul_su32/native/c [ OK ] [ 0.00029130 / 0.00027338 CPU ]
/x86/sse2/mm_mulhi_epi16/native/c [ OK ] [ 0.00205811 / 0.00204011 CPU ]
/x86/sse2/mm_mulhi_epu16/native/c [ OK ] [ 0.00208131 / 0.00206376 CPU ]
/x86/sse2/mm_mullo_epi16/native/c [ OK ] [ 0.00206565 / 0.00204863 CPU ]
/x86/sse2/mm_cmpeq_epi8/native/c [ OK ] [ 0.00352338 / 0.00350720 CPU ]
/x86/sse2/mm_cmpeq_epi16/native/c [ OK ] [ 0.00199586 / 0.00197895 CPU ]
/x86/sse2/mm_cmpeq_epi32/native/c [ OK ] [ 0.00141503 / 0.00139277 CPU ]
/x86/sse2/mm_cmpeq_pd/native/c [ OK ] [ 0.00096417 / 0.00094497 CPU ]
/x86/sse2/mm_cmpeq_sd/native/c [ OK ] [ 0.00055977 / 0.00054189 CPU ]
/x86/sse2/mm_cmpneq_pd/native/c [ OK ] [ 0.00045687 / 0.00044132 CPU ]
/x86/sse2/mm_cmpneq_sd/native/c [ OK ] [ 0.00054564 / 0.00052458 CPU ]
/x86/sse2/mm_cmplt_epi8/native/c [ OK ] [ 0.00345474 / 0.00343935 CPU ]
/x86/sse2/mm_cmplt_epi16/native/c [ OK ] [ 0.00209917 / 0.00208013 CPU ]
/x86/sse2/mm_cmplt_epi32/native/c [ OK ] [ 0.00139170 / 0.00137376 CPU ]
/x86/sse2/mm_cmplt_pd/native/c [ OK ] [ 0.00050681 / 0.00049103 CPU ]
/x86/sse2/mm_cmplt_sd/native/c [ OK ] [ 0.00056777 / 0.00055234 CPU ]
/x86/sse2/mm_cmpnlt_pd/native/c [ OK ] [ 0.00047722 / 0.00046211 CPU ]
/x86/sse2/mm_cmpnlt_sd/native/c [ OK ] [ 0.00057636 / 0.00056244 CPU ]
/x86/sse2/mm_cmple_pd/native/c [ OK ] [ 0.00050905 / 0.00049292 CPU ]
/x86/sse2/mm_cmple_sd/native/c [ OK ] [ 0.00055384 / 0.00053849 CPU ]
/x86/sse2/mm_cmpnle_pd/native/c [ OK ] [ 0.00047916 / 0.00046275 CPU ]
/x86/sse2/mm_cmpnle_sd/native/c [ OK ] [ 0.00059643 / 0.00058026 CPU ]
/x86/sse2/mm_cmpgt_epi8/native/c [ OK ] [ 0.00352866 / 0.00351165 CPU ]
/x86/sse2/mm_cmpgt_epi16/native/c [ OK ] [ 0.00208628 / 0.00206837 CPU ]
/x86/sse2/mm_cmpgt_epi32/native/c [ OK ] [ 0.00150104 / 0.00148211 CPU ]
/x86/sse2/mm_cmpgt_pd/native/c [ OK ] [ 0.00050661 / 0.00049121 CPU ]
/x86/sse2/mm_cmpgt_sd/native/c [ OK ] [ 0.00058851 / 0.00057557 CPU ]
/x86/sse2/mm_cmpge_pd/native/c [ OK ] [ 0.00051049 / 0.00049185 CPU ]
/x86/sse2/mm_cmpge_sd/native/c [ OK ] [ 0.00057404 / 0.00055810 CPU ]
/x86/sse2/mm_cmpnge_pd/native/c [ OK ] [ 0.00052772 / 0.00051410 CPU ]
/x86/sse2/mm_cmpnge_sd/native/c [ OK ] [ 0.00059352 / 0.00057677 CPU ]
/x86/sse2/mm_cmpord_pd/native/c [ OK ] [ 0.00076377 / 0.00074344 CPU ]
/x86/sse2/mm_cmpord_sd/native/c [ OK ] [ 0.00080638 / 0.00078806 CPU ]
/x86/sse2/mm_cmpunord_pd/native/c [ OK ] [ 0.00071476 / 0.00069414 CPU ]
/x86/sse2/mm_cmpunord_sd/native/c [ OK ] [ 0.00076284 / 0.00074190 CPU ]
/x86/sse2/mm_castpd_ps/native/c [ OK ] [ 0.00224051 / 0.00222052 CPU ]
/x86/sse2/mm_castps_pd/native/c [ OK ] [ 0.00211895 / 0.00205883 CPU ]
/x86/sse2/mm_castsi128_pd/native/c [ OK ] [ 0.00013728 / 0.00011467 CPU ]
/x86/sse2/mm_castsi128_ps/native/c [ OK ] [ 0.00015657 / 0.00012904 CPU ]
/x86/sse2/mm_comieq_sd/native/c [ OK ] [ 0.00051074 / 0.00050413 CPU ]
/x86/sse2/mm_comige_sd/native/c [ OK ] [ 0.00057234 / 0.00054816 CPU ]
/x86/sse2/mm_comigt_sd/native/c [ OK ] [ 0.00068891 / 0.00066653 CPU ]
/x86/sse2/mm_comile_sd/native/c [ OK ] [ 0.00046703 / 0.00045307 CPU ]
/x86/sse2/mm_comilt_sd/native/c [ OK ] [ 0.00290860 / 0.00049339 CPU ]
/x86/sse2/mm_comineq_sd/native/c [ OK ] [ 0.00039272 / 0.00037396 CPU ]
/x86/sse2/mm_ucomieq_sd/native/c [ OK ] [ 0.00077076 / 0.00069050 CPU ]
/x86/sse2/mm_ucomige_sd/native/c [ OK ] [ 0.00069834 / 0.00067808 CPU ]
/x86/sse2/mm_ucomigt_sd/native/c [ OK ] [ 0.00077562 / 0.00062404 CPU ]
/x86/sse2/mm_ucomile_sd/native/c [ OK ] [ 0.00068767 / 0.00067162 CPU ]
/x86/sse2/mm_ucomilt_sd/native/c [ OK ] [ 0.00065253 / 0.00063429 CPU ]
/x86/sse2/mm_ucomineq_sd/native/c [ OK ] [ 0.00068155 / 0.00066604 CPU ]
/x86/sse2/mm_cvtepi32_pd/native/c [ OK ] [ 0.00132193 / 0.00130486 CPU ]
/x86/sse2/mm_cvtepi32_ps/native/c [ OK ] [ 0.00186238 / 0.00184259 CPU ]
/x86/sse2/mm_cvtpd_epi32/native/c [ ERROR ]
Error: /build/simde-0.0.0.git.20200531/test/x86/sse2.c:3130: assertion failed: r.i32[0] ≈ test_vec[i].r.i32[0] (-2061584302 ≈ 893)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvtpd_pi32/native/c [ ERROR ]
Error: /build/simde-0.0.0.git.20200531/test/x86/sse2.c:3165: assertion failed: r.i32[0] ≈ test_vec[i].r.i32[0] (-1546188227 ≈ -363)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvtpd_ps/native/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/sse2.c:3200: assertion failed[0]: -3.37604e-11 ≈ 689.41 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvtpi32_pd/native/c [ OK ] [ 0.00117319 / 0.00115150 CPU ]
/x86/sse2/mm_cvtps_epi32/native/c [ OK ] [ 0.00144312 / 0.00142362 CPU ]
/x86/sse2/mm_cvtps_pd/native/c [ OK ] [ 0.00163073 / 0.00161060 CPU ]
/x86/sse2/mm_cvtsd_f64/native/c [ OK ] [ 0.00041262 / 0.00039006 CPU ]
/x86/sse2/mm_cvtsd_si32/native/c [ OK ] [ 0.00040322 / 0.00038207 CPU ]
/x86/sse2/mm_cvtsd_si64/native/c [ OK ] [ 0.00039696 / 0.00037424 CPU ]
/x86/sse2/mm_cvtsd_ss/native/c [ OK ] [ 0.00233358 / 0.00230801 CPU ]
/x86/sse2/mm_cvtsi128_si32/native/c [ OK ] [ 0.00073047 / 0.00069177 CPU ]
/x86/sse2/mm_cvtsi128_si64/native/c [ OK ] [ 0.00035826 / 0.00033807 CPU ]
/x86/sse2/mm_cvtsi32_sd/native/c [ OK ] [ 0.00107950 / 0.00106044 CPU ]
/x86/sse2/mm_cvtsi32_si128/native/c [ OK ] [ 0.00096697 / 0.00094590 CPU ]
/x86/sse2/mm_cvtsi64_sd/native/c [ OK ] [ 0.00107884 / 0.00105830 CPU ]
/x86/sse2/mm_cvtsi64_si128/native/c [ OK ] [ 0.00032684 / 0.00030498 CPU ]
/x86/sse2/mm_cvtss_sd/native/c [ OK ] [ 0.00158463 / 0.00153003 CPU ]
/x86/sse2/mm_cvttpd_epi32/native/c [ OK ] [ 0.00103108 / 0.00091687 CPU ]
/x86/sse2/mm_cvttpd_pi32/native/c [ ERROR ]
Error: /build/simde-0.0.0.git.20200531/test/x86/sse2.c:3756: assertion failed: r.i32[0] == test_vec[i].r.i32[0] (-1546188227 == 302)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvttps_epi32/native/c [ OK ] [ 0.00119769 / 0.00116948 CPU ]
/x86/sse2/mm_cvttsd_si32/native/c [ OK ] [ 0.00035054 / 0.00033062 CPU ]
/x86/sse2/mm_cvttsd_si64/native/c [ OK ] [ 0.00037175 / 0.00034021 CPU ]
/x86/sse2/mm_div_pd/native/c [ OK ] [ 0.00124984 / 0.00118483 CPU ]
/x86/sse2/mm_div_sd/native/c [ OK ] [ 0.00128831 / 0.00126973 CPU ]
/x86/sse2/mm_extract_epi16/native/c [ OK ] [ 0.00104689 / 0.00102073 CPU ]
/x86/sse2/mm_insert_epi16/native/c [ OK ] [ 0.00192362 / 0.00190668 CPU ]
/x86/sse2/mm_load_pd/native/c [ OK ] [ 0.00110196 / 0.00108216 CPU ]
/x86/sse2/mm_load_pd1/native/c [ OK ] [ 0.00105655 / 0.00103494 CPU ]
/x86/sse2/mm_load_sd/native/c [ OK ] [ 0.00107391 / 0.00105148 CPU ]
/x86/sse2/mm_load_si128/native/c [ OK ] [ 0.00130914 / 0.00130215 CPU ]
/x86/sse2/mm_loadh_pd/native/c [ OK ] [ 0.00104275 / 0.00102835 CPU ]
/x86/sse2/mm_loadl_epi64/native/c [ OK ] [ 0.00040551 / 0.00038191 CPU ]
/x86/sse2/mm_loadl_pd/native/c [ OK ] [ 0.00115773 / 0.00113559 CPU ]
/x86/sse2/mm_loadr_pd/native/c [ OK ] [ 0.00108928 / 0.00106459 CPU ]
/x86/sse2/mm_loadu_pd/native/c [ OK ] [ 0.00104553 / 0.00102152 CPU ]
/x86/sse2/mm_loadu_si128/native/c [ OK ] [ 0.00109553 / 0.00107508 CPU ]
/x86/sse2/mm_movemask_epi8/native/c [ OK ] [ 0.00157828 / 0.00155483 CPU ]
/x86/sse2/mm_movemask_pd/native/c [ OK ] [ 0.00049149 / 0.00046617 CPU ]
/x86/sse2/mm_maskmoveu_si128/native/c[ OK ] [ 0.00284134 / 0.00282150 CPU ]
/x86/sse2/mm_move_epi64/native/c [ OK ] [ 0.00036562 / 0.00034384 CPU ]
/x86/sse2/mm_move_sd/native/c [ OK ] [ 0.00106011 / 0.00104426 CPU ]
/x86/sse2/mm_movepi64_pi64/native/c [ OK ] [ 0.00019574 / 0.00018300 CPU ]
/x86/sse2/mm_movpi64_epi64/native/c [ OK ] [ 0.00034867 / 0.00032638 CPU ]
/x86/sse2/mm_or_pd/native/c [ OK ] [ 0.00130617 / 0.00114252 CPU ]
/x86/sse2/mm_or_si128/native/c [ OK ] [ 0.00070002 / 0.00068190 CPU ]
/x86/sse2/mm_packs_epi16/native/c [ OK ] [ 0.00340388 / 0.00331760 CPU ]
/x86/sse2/mm_packs_epi32/native/c [ OK ] [ 0.00166663 / 0.00165365 CPU ]
/x86/sse2/mm_packus_epi16/native/c [ OK ] [ 0.00298725 / 0.00298409 CPU ]
/x86/sse2/mm_undefined_pd/native/c [ OK ] [ 0.00016975 / 0.00015149 CPU ]
/x86/sse2/mm_undefined_si128/native/c[ OK ] [ 0.00017301 / 0.00015390 CPU ]
/x86/sse2/mm_unpackhi_epi8/native/c [ OK ] [ 0.00364614 / 0.00356267 CPU ]
/x86/sse2/mm_unpackhi_epi16/native/c [ OK ] [ 0.00203076 / 0.00201220 CPU ]
/x86/sse2/mm_unpackhi_epi32/native/c [ OK ] [ 0.00134413 / 0.00132630 CPU ]
/x86/sse2/mm_unpackhi_epi64/native/c [ OK ] [ 0.00048719 / 0.00046688 CPU ]
/x86/sse2/mm_unpackhi_pd/native/c [ OK ] [ 0.00103982 / 0.00102234 CPU ]
/x86/sse2/mm_unpacklo_epi8/native/c [ OK ] [ 0.00360106 / 0.00355521 CPU ]
/x86/sse2/mm_unpacklo_epi16/native/c [ OK ] [ 0.00134765 / 0.00132796 CPU ]
/x86/sse2/mm_unpacklo_epi32/native/c [ OK ] [ 0.00140399 / 0.00138682 CPU ]
/x86/sse2/mm_unpacklo_epi64/native/c [ OK ] [ 0.00046191 / 0.00044126 CPU ]
/x86/sse2/mm_unpacklo_pd/native/c [ OK ] [ 0.00109623 / 0.00104265 CPU ]
/x86/sse2/mm_shuffle_epi32/native/c [ OK ] [ 0.00099670 / 0.00097978 CPU ]
/x86/sse2/mm_shuffle_pd/native/c [ OK ] [ 0.00103383 / 0.00100945 CPU ]
/x86/sse2/mm_shufflehi_epi16/native/c[ OK ] [ 0.00165653 / 0.00162411 CPU ]
/x86/sse2/mm_shufflelo_epi16/native/c[ OK ] [ 0.00245422 / 0.00232541 CPU ]
/x86/sse2/mm_sll_epi16/native/c [ OK ] [ 0.00208248 / 0.00206449 CPU ]
/x86/sse2/mm_sll_epi32/native/c [ OK ] [ 0.00153789 / 0.00151891 CPU ]
/x86/sse2/mm_sll_epi64/native/c [ OK ] [ 0.00063479 / 0.00061634 CPU ]
/x86/sse2/mm_srl_epi16/native/c [ OK ] [ 0.00169703 / 0.00167678 CPU ]
/x86/sse2/mm_srl_epi32/native/c [ OK ] [ 0.00112554 / 0.00110912 CPU ]
/x86/sse2/mm_srl_epi64/native/c [ OK ] [ 0.00053074 / 0.00051434 CPU ]
/x86/sse2/mm_sqrt_pd/native/c [ OK ] [ 0.00109223 / 0.00107509 CPU ]
/x86/sse2/mm_sqrt_sd/native/c [ OK ] [ 0.00130108 / 0.00127823 CPU ]
/x86/sse2/mm_madd_epi16/native/c [ OK ] [ 0.00220740 / 0.00211030 CPU ]
/x86/sse2/mm_sad_epu8/native/c [ OK ] [ 0.00275979 / 0.00261975 CPU ]
/x86/sse2/mm_xor_pd/native/c [ OK ] [ 0.00025438 / 0.00022914 CPU ]
/x86/sse2/mm_xor_si128/native/c [ OK ] [ 0.00139336 / 0.00137382 CPU ]
/x86/sse2/x_mm_not_si128/native/c [ OK ] [ 0.00126318 / 0.00122952 CPU ]
/x86/sse2/x_mm_sub_epu32/native/c [ OK ] [ 0.00163281 / 0.00161196 CPU ]
/x86/sse2/x_mm_mul_epi64/native/c [ OK ] [ 0.00062011 / 0.00059564 CPU ]
/x86/sse2/x_mm_mod_epi64/native/c [ OK ] [ 0.00107990 / 0.00105384 CPU ]
/x86/sse2/mm_set1_pd/emul/c [ OK ] [ 0.00128463 / 0.00106916 CPU ]
/x86/sse2/mm_set_pd/emul/c [ OK ] [ 0.00121513 / 0.00119112 CPU ]
/x86/sse2/mm_set_pd1/emul/c [ OK ] [ 0.00107602 / 0.00105396 CPU ]
/x86/sse2/mm_set_sd/emul/c [ OK ] [ 0.00105874 / 0.00103423 CPU ]
/x86/sse2/mm_set_epi8/emul/c [ OK ] [ 0.00228420 / 0.00226463 CPU ]
/x86/sse2/mm_set_epi16/emul/c [ OK ] [ 0.00224028 / 0.00211330 CPU ]
/x86/sse2/mm_set_epi32/emul/c [ OK ] [ 0.00126664 / 0.00124392 CPU ]
/x86/sse2/mm_set_epi64/emul/c [ OK ] [ 0.00053264 / 0.00050031 CPU ]
/x86/sse2/mm_set_epi64x/emul/c [ OK ] [ 0.00053216 / 0.00050099 CPU ]
/x86/sse2/mm_set1_epi8/emul/c [ OK ] [ 0.00175968 / 0.00174857 CPU ]
/x86/sse2/mm_set1_epi16/emul/c [ OK ] [ 0.00132138 / 0.00129744 CPU ]
/x86/sse2/mm_set1_epi32/emul/c [ OK ] [ 0.00142784 / 0.00095728 CPU ]
/x86/sse2/mm_set1_epi64/emul/c [ OK ] [ 0.00038457 / 0.00035981 CPU ]
/x86/sse2/mm_set1_epi64x/emul/c [ OK ] [ 0.00035732 / 0.00033627 CPU ]
/x86/sse2/mm_setr_pd/emul/c [ OK ] [ 0.00086688 / 0.00085070 CPU ]
/x86/sse2/mm_setr_epi8/emul/c [ OK ] [ 0.00249463 / 0.00247385 CPU ]
/x86/sse2/mm_setr_epi16/emul/c [ OK ] [ 0.00169623 / 0.00167211 CPU ]
/x86/sse2/mm_setr_epi32/emul/c [ OK ] [ 0.00127351 / 0.00125402 CPU ]
/x86/sse2/mm_setr_epi64/emul/c [ OK ] [ 0.00046025 / 0.00046295 CPU ]
/x86/sse2/mm_setzero_pd/emul/c [ OK ] [ 0.00022088 / 0.00019711 CPU ]
/x86/sse2/mm_setzero_si128/emul/c [ OK ] [ 0.00027255 / 0.00026421 CPU ]
/x86/sse2/mm_add_epi8/emul/c [ OK ] [ 0.00406599 / 0.00404617 CPU ]
/x86/sse2/mm_add_epi16/emul/c [ OK ] [ 0.00242837 / 0.00240563 CPU ]
/x86/sse2/mm_add_epi32/emul/c [ OK ] [ 0.00154726 / 0.00153094 CPU ]
/x86/sse2/mm_add_epi64/emul/c [ OK ] [ 0.00051506 / 0.00049761 CPU ]
/x86/sse2/mm_add_pd/emul/c [ OK ] [ 0.00112487 / 0.00110380 CPU ]
/x86/sse2/mm_add_sd/emul/c [ OK ] [ 0.00112834 / 0.00110862 CPU ]
/x86/sse2/mm_add_si64/emul/c [ OK ] [ 0.00029930 / 0.00027925 CPU ]
/x86/sse2/mm_adds_epi8/emul/c [ OK ] [ 0.00427781 / 0.00386321 CPU ]
/x86/sse2/mm_adds_epi16/emul/c [ OK ] [ 0.00223053 / 0.00222193 CPU ]
/x86/sse2/mm_adds_epu8/emul/c [ OK ] [ 0.00361985 / 0.00360935 CPU ]
/x86/sse2/mm_adds_epu16/emul/c [ OK ] [ 0.00216707 / 0.00214585 CPU ]
/x86/sse2/mm_and_pd/emul/c [ OK ] [ 0.00012569 / 0.00012385 CPU ]
/x86/sse2/mm_and_si128/emul/c [ OK ] [ 0.00140293 / 0.00139094 CPU ]
/x86/sse2/mm_andnot_pd/emul/c [ OK ] [ 0.00101623 / 0.00099457 CPU ]
/x86/sse2/mm_andnot_si128/emul/c [ OK ] [ 0.00142297 / 0.00140120 CPU ]
/x86/sse2/mm_avg_epu8/emul/c [ OK ] [ 0.00366889 / 0.00365139 CPU ]
/x86/sse2/mm_avg_epu16/emul/c [ OK ] [ 0.00206888 / 0.00198850 CPU ]
/x86/sse2/mm_bslli_si128/emul/c [ OK ] [ 0.00191680 / 0.00171577 CPU ]
/x86/sse2/mm_bsrli_si128/emul/c [ OK ] [ 0.00296294 / 0.00197504 CPU ]
/x86/sse2/mm_slli_epi16/emul/c [ OK ] [ 0.00210123 / 0.00208061 CPU ]
/x86/sse2/mm_slli_epi32/emul/c [ OK ] [ 0.00154200 / 0.00152327 CPU ]
/x86/sse2/mm_slli_epi64/emul/c [ OK ] [ 0.00094270 / 0.00090347 CPU ]
/x86/sse2/mm_srli_epi16/emul/c [ OK ] [ 0.00194867 / 0.00193288 CPU ]
/x86/sse2/mm_srli_epi32/emul/c [ OK ] [ 0.00148139 / 0.00146538 CPU ]
/x86/sse2/mm_srli_epi64/emul/c [ OK ] [ 0.00097734 / 0.00089912 CPU ]
/x86/sse2/mm_sra_epi16/emul/c [ OK ] [ 0.00241278 / 0.00223260 CPU ]
/x86/sse2/mm_sra_epi32/emul/c [ OK ] [ 0.00124522 / 0.00122790 CPU ]
/x86/sse2/mm_srai_epi16/emul/c [ OK ] [ 0.00162263 / 0.00153533 CPU ]
/x86/sse2/mm_srai_epi32/emul/c [ OK ] [ 0.00137161 / 0.00128566 CPU ]
/x86/sse2/mm_store_pd/emul/c [ OK ] [ 0.00044799 / 0.00042806 CPU ]
/x86/sse2/mm_store_pd1/emul/c [ OK ] [ 0.00046113 / 0.00043871 CPU ]
/x86/sse2/mm_store_sd/emul/c [ OK ] [ 0.00047830 / 0.00046244 CPU ]
/x86/sse2/mm_store_si128/emul/c [ OK ] [ 0.00140599 / 0.00138352 CPU ]
/x86/sse2/mm_storeh_pd/emul/c [ OK ] [ 0.00048952 / 0.00046885 CPU ]
/x86/sse2/mm_storel_epi64/emul/c [ OK ] [ 0.00087559 / 0.00046953 CPU ]
/x86/sse2/mm_storel_pd/emul/c [ OK ] [ 0.00053911 / 0.00051673 CPU ]
/x86/sse2/mm_storer_pd/emul/c [ OK ] [ 0.00053719 / 0.00051237 CPU ]
/x86/sse2/mm_storeu_pd/emul/c [ OK ] [ 0.00052676 / 0.00050744 CPU ]
/x86/sse2/mm_storeu_si128/emul/c [ OK ] [ 0.00103908 / 0.00101720 CPU ]
/x86/sse2/mm_store1_pd/emul/c [ OK ] [ 0.00046557 / 0.00044710 CPU ]
/x86/sse2/mm_stream_pd/emul/c [ OK ] [ 0.00046400 / 0.00044330 CPU ]
/x86/sse2/mm_stream_si128/emul/c [ OK ] [ 0.00130963 / 0.00128448 CPU ]
/x86/sse2/mm_stream_si32/emul/c [ OK ] [ 0.00027300 / 0.00025103 CPU ]
/x86/sse2/mm_stream_si64/emul/c [ OK ] [ 0.00040822 / 0.00038204 CPU ]
/x86/sse2/mm_sub_epi8/emul/c [ OK ] [ 0.00440335 / 0.00438371 CPU ]
/x86/sse2/mm_sub_epi16/emul/c [ OK ] [ 0.00236273 / 0.00236900 CPU ]
/x86/sse2/mm_sub_epi32/emul/c [ OK ] [ 0.00169262 / 0.00154075 CPU ]
/x86/sse2/mm_sub_epi64/emul/c [ OK ] [ 0.00060646 / 0.00058326 CPU ]
/x86/sse2/mm_sub_pd/emul/c [ OK ] [ 0.00126781 / 0.00124414 CPU ]
/x86/sse2/mm_sub_sd/emul/c [ OK ] [ 0.00076253 / 0.00074910 CPU ]
/x86/sse2/mm_sub_si64/emul/c [ OK ] [ 0.00030735 / 0.00028804 CPU ]
/x86/sse2/mm_subs_epi8/emul/c [ OK ] [ 0.00444264 / 0.00431388 CPU ]
/x86/sse2/mm_subs_epi16/emul/c [ OK ] [ 0.00226412 / 0.00224721 CPU ]
/x86/sse2/mm_subs_epu8/emul/c [ OK ] [ 0.00391028 / 0.00387007 CPU ]
/x86/sse2/mm_subs_epu16/emul/c [ OK ] [ 0.00249220 / 0.00218482 CPU ]
/x86/sse2/mm_min_epu8/emul/c [ OK ] [ 0.00359660 / 0.00358777 CPU ]
/x86/sse2/mm_min_epi16/emul/c [ OK ] [ 0.00202361 / 0.00201308 CPU ]
/x86/sse2/mm_min_pd/emul/c [ OK ] [ 0.00117534 / 0.00110879 CPU ]
/x86/sse2/mm_min_sd/emul/c [ OK ] [ 0.00105526 / 0.00103396 CPU ]
/x86/sse2/mm_max_epu8/emul/c [ OK ] [ 0.00363268 / 0.00355623 CPU ]
/x86/sse2/mm_max_epi16/emul/c [ OK ] [ 0.00204114 / 0.00202220 CPU ]
/x86/sse2/mm_max_pd/emul/c [ OK ] [ 0.00115259 / 0.00103369 CPU ]
/x86/sse2/mm_max_sd/emul/c [ OK ] [ 0.00100811 / 0.00098795 CPU ]
/x86/sse2/mm_mul_epu32/emul/c [ OK ] [ 0.00123656 / 0.00121783 CPU ]
/x86/sse2/mm_mul_pd/emul/c [ OK ] [ 0.00110025 / 0.00107802 CPU ]
/x86/sse2/mm_mul_sd/emul/c [ OK ] [ 0.00110867 / 0.00108615 CPU ]
/x86/sse2/mm_mul_su32/emul/c [ OK ] [ 0.00030726 / 0.00028534 CPU ]
/x86/sse2/mm_mulhi_epi16/emul/c [ OK ] [ 0.00213996 / 0.00211999 CPU ]
/x86/sse2/mm_mulhi_epu16/emul/c [ OK ] [ 0.00193701 / 0.00147234 CPU ]
/x86/sse2/mm_mullo_epi16/emul/c [ OK ] [ 0.00292778 / 0.00242015 CPU ]
/x86/sse2/mm_cmpeq_epi8/emul/c [ OK ] [ 0.00881551 / 0.00426957 CPU ]
/x86/sse2/mm_cmpeq_epi16/emul/c [ OK ] [ 0.00237674 / 0.00235616 CPU ]
/x86/sse2/mm_cmpeq_epi32/emul/c [ OK ] [ 0.00179017 / 0.00177542 CPU ]
/x86/sse2/mm_cmpeq_pd/emul/c [ OK ] [ 0.00114652 / 0.00112512 CPU ]
/x86/sse2/mm_cmpeq_sd/emul/c [ OK ] [ 0.00066307 / 0.00064130 CPU ]
/x86/sse2/mm_cmpneq_pd/emul/c [ OK ] [ 0.00053151 / 0.00050977 CPU ]
/x86/sse2/mm_cmpneq_sd/emul/c [ OK ] [ 0.00062329 / 0.00060305 CPU ]
/x86/sse2/mm_cmplt_epi8/emul/c [ OK ] [ 0.00420056 / 0.00412057 CPU ]
/x86/sse2/mm_cmplt_epi16/emul/c [ OK ] [ 0.00229444 / 0.00226613 CPU ]
/x86/sse2/mm_cmplt_epi32/emul/c [ OK ] [ 0.00158148 / 0.00156224 CPU ]
/x86/sse2/mm_cmplt_pd/emul/c [ OK ] [ 0.00051558 / 0.00049433 CPU ]
/x86/sse2/mm_cmplt_sd/emul/c [ OK ] [ 0.00041261 / 0.00039140 CPU ]
/x86/sse2/mm_cmpnlt_pd/emul/c [ OK ] [ 0.00048178 / 0.00046059 CPU ]
/x86/sse2/mm_cmpnlt_sd/emul/c [ OK ] [ 0.00053306 / 0.00051399 CPU ]
/x86/sse2/mm_cmple_pd/emul/c [ OK ] [ 0.00035266 / 0.00035015 CPU ]
/x86/sse2/mm_cmple_sd/emul/c [ OK ] [ 0.00055807 / 0.00053995 CPU ]
/x86/sse2/mm_cmpnle_pd/emul/c [ OK ] [ 0.00048608 / 0.00046804 CPU ]
/x86/sse2/mm_cmpnle_sd/emul/c [ OK ] [ 0.00050985 / 0.00049308 CPU ]
/x86/sse2/mm_cmpgt_epi8/emul/c [ OK ] [ 0.00345987 / 0.00346207 CPU ]
/x86/sse2/mm_cmpgt_epi16/emul/c [ OK ] [ 0.00202924 / 0.00200722 CPU ]
/x86/sse2/mm_cmpgt_epi32/emul/c [ OK ] [ 0.00144532 / 0.00139524 CPU ]
/x86/sse2/mm_cmpgt_pd/emul/c [ OK ] [ 0.00052218 / 0.00050427 CPU ]
/x86/sse2/mm_cmpgt_sd/emul/c [ OK ] [ 0.00055179 / 0.00053408 CPU ]
/x86/sse2/mm_cmpge_pd/emul/c [ OK ] [ 0.00049871 / 0.00047980 CPU ]
/x86/sse2/mm_cmpge_sd/emul/c [ OK ] [ 0.00052729 / 0.00050872 CPU ]
/x86/sse2/mm_cmpnge_pd/emul/c [ OK ] [ 0.00052164 / 0.00050141 CPU ]
/x86/sse2/mm_cmpnge_sd/emul/c [ OK ] [ 0.00385334 / 0.00060395 CPU ]
/x86/sse2/mm_cmpord_pd/emul/c [ OK ] [ 0.00071459 / 0.00069515 CPU ]
/x86/sse2/mm_cmpord_sd/emul/c [ OK ] [ 0.00071144 / 0.00063971 CPU ]
/x86/sse2/mm_cmpunord_pd/emul/c [ OK ] [ 0.00066174 / 0.00064102 CPU ]
/x86/sse2/mm_cmpunord_sd/emul/c [ OK ] [ 0.00085914 / 0.00071220 CPU ]
/x86/sse2/mm_castpd_ps/emul/c [ OK ] [ 0.00184646 / 0.00182752 CPU ]
/x86/sse2/mm_castps_pd/emul/c [ OK ] [ 0.00188977 / 0.00188048 CPU ]
/x86/sse2/mm_castsi128_pd/emul/c [ OK ] [ 0.00012579 / 0.00010836 CPU ]
/x86/sse2/mm_castsi128_ps/emul/c [ OK ] [ 0.00011969 / 0.00010108 CPU ]
/x86/sse2/mm_comieq_sd/emul/c [ OK ] [ 0.00044410 / 0.00041719 CPU ]
/x86/sse2/mm_comige_sd/emul/c [ OK ] [ 0.00042526 / 0.00040221 CPU ]
/x86/sse2/mm_comigt_sd/emul/c [ OK ] [ 0.00041945 / 0.00040008 CPU ]
/x86/sse2/mm_comile_sd/emul/c [ OK ] [ 0.00042508 / 0.00040603 CPU ]
/x86/sse2/mm_comilt_sd/emul/c [ OK ] [ 0.00038405 / 0.00036433 CPU ]
/x86/sse2/mm_comineq_sd/emul/c [ OK ] [ 0.00040071 / 0.00038238 CPU ]
/x86/sse2/mm_ucomieq_sd/emul/c [ OK ] [ 0.00066502 / 0.00064429 CPU ]
/x86/sse2/mm_ucomige_sd/emul/c [ OK ] [ 0.00072530 / 0.00070162 CPU ]
/x86/sse2/mm_ucomigt_sd/emul/c [ OK ] [ 0.00069890 / 0.00068071 CPU ]
/x86/sse2/mm_ucomile_sd/emul/c [ OK ] [ 0.00068998 / 0.00066961 CPU ]
/x86/sse2/mm_ucomilt_sd/emul/c [ OK ] [ 0.00066962 / 0.00065101 CPU ]
/x86/sse2/mm_ucomineq_sd/emul/c [ OK ] [ 0.00094337 / 0.00071213 CPU ]
/x86/sse2/mm_cvtepi32_pd/emul/c [ OK ] [ 0.00152034 / 0.00136874 CPU ]
/x86/sse2/mm_cvtepi32_ps/emul/c [ OK ] [ 0.00157644 / 0.00156959 CPU ]
/x86/sse2/mm_cvtpd_epi32/emul/c [ ERROR ]
Error: /build/simde-0.0.0.git.20200531/test/x86/sse2.c:3130: assertion failed: r.i32[0] ≈ test_vec[i].r.i32[0] (-2061584302 ≈ 893)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvtpd_pi32/emul/c [ ERROR ]
Error: /build/simde-0.0.0.git.20200531/test/x86/sse2.c:3165: assertion failed: r.i32[0] ≈ test_vec[i].r.i32[0] (-1546188227 ≈ -363)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvtpd_ps/emul/c [ ERROR ]
/build/simde-0.0.0.git.20200531/test/x86/sse2.c:3200: assertion failed[0]: -3.37604e-11 ≈ 689.41 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvtpi32_pd/emul/c [ OK ] [ 0.00116277 / 0.00106579 CPU ]
/x86/sse2/mm_cvtps_epi32/emul/c [ OK ] [ 0.00143822 / 0.00141826 CPU ]
/x86/sse2/mm_cvtps_pd/emul/c [ OK ] [ 0.00164748 / 0.00158930 CPU ]
/x86/sse2/mm_cvtsd_f64/emul/c [ OK ] [ 0.00037820 / 0.00035899 CPU ]
/x86/sse2/mm_cvtsd_si32/emul/c [ OK ] [ 0.00038965 / 0.00037018 CPU ]
/x86/sse2/mm_cvtsd_si64/emul/c [ OK ] [ 0.00039412 / 0.00037368 CPU ]
/x86/sse2/mm_cvtsd_ss/emul/c [ OK ] [ 0.00216200 / 0.00213918 CPU ]
/x86/sse2/mm_cvtsi128_si32/emul/c [ OK ] [ 0.00068269 / 0.00066310 CPU ]
/x86/sse2/mm_cvtsi128_si64/emul/c [ OK ] [ 0.00034555 / 0.00032602 CPU ]
/x86/sse2/mm_cvtsi32_sd/emul/c [ OK ] [ 0.00105485 / 0.00103084 CPU ]
/x86/sse2/mm_cvtsi32_si128/emul/c [ OK ] [ 0.00095130 / 0.00093025 CPU ]
/x86/sse2/mm_cvtsi64_sd/emul/c [ OK ] [ 0.00066512 / 0.00065139 CPU ]
/x86/sse2/mm_cvtsi64_si128/emul/c [ OK ] [ 0.00030317 / 0.00028171 CPU ]
/x86/sse2/mm_cvtss_sd/emul/c [ OK ] [ 0.00146325 / 0.00143958 CPU ]
/x86/sse2/mm_cvttpd_epi32/emul/c [ OK ] [ 0.00094054 / 0.00092159 CPU ]
/x86/sse2/mm_cvttpd_pi32/emul/c [ ERROR ]
Error: /build/simde-0.0.0.git.20200531/test/x86/sse2.c:3756: assertion failed: r.i32[0] == test_vec[i].r.i32[0] (-1546188227 == 302)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvttps_epi32/emul/c [ OK ] [ 0.00130429 / 0.00128486 CPU ]
/x86/sse2/mm_cvttsd_si32/emul/c [ OK ] [ 0.00035050 / 0.00032944 CPU ]
/x86/sse2/mm_cvttsd_si64/emul/c [ OK ] [ 0.00046807 / 0.00036429 CPU ]
/x86/sse2/mm_div_pd/emul/c [ OK ] [ 0.00111535 / 0.00109054 CPU ]
/x86/sse2/mm_div_sd/emul/c [ OK ] [ 0.00116962 / 0.00114803 CPU ]
/x86/sse2/mm_extract_epi16/emul/c [ OK ] [ 0.00095108 / 0.00093074 CPU ]
/x86/sse2/mm_insert_epi16/emul/c [ OK ] [ 0.00180372 / 0.00178511 CPU ]
/x86/sse2/mm_load_pd/emul/c [ OK ] [ 0.00102877 / 0.00100660 CPU ]
/x86/sse2/mm_load_pd1/emul/c [ OK ] [ 0.00098249 / 0.00095860 CPU ]
/x86/sse2/mm_load_sd/emul/c [ OK ] [ 0.00094282 / 0.00092046 CPU ]
/x86/sse2/mm_load_si128/emul/c [ OK ] [ 0.00113165 / 0.00112514 CPU ]
/x86/sse2/mm_loadh_pd/emul/c [ OK ] [ 0.00097172 / 0.00094801 CPU ]
/x86/sse2/mm_loadl_epi64/emul/c [ OK ] [ 0.00040243 / 0.00038277 CPU ]
/x86/sse2/mm_loadl_pd/emul/c [ OK ] [ 0.00100901 / 0.00098583 CPU ]
/x86/sse2/mm_loadr_pd/emul/c [ OK ] [ 0.00093808 / 0.00091719 CPU ]
/x86/sse2/mm_loadu_pd/emul/c [ OK ] [ 0.00103704 / 0.00097597 CPU ]
/x86/sse2/mm_loadu_si128/emul/c [ OK ] [ 0.00105805 / 0.00092704 CPU ]
/x86/sse2/mm_movemask_epi8/emul/c [ OK ] [ 0.00361108 / 0.00173813 CPU ]
/x86/sse2/mm_movemask_pd/emul/c [ OK ] [ 0.00142100 / 0.00044631 CPU ]
/x86/sse2/mm_maskmoveu_si128/emul/c [ OK ] [ 0.00167602 / 0.00167909 CPU ]
/x86/sse2/mm_move_epi64/emul/c [ OK ] [ 0.00034893 / 0.00033184 CPU ]
/x86/sse2/mm_move_sd/emul/c [ OK ] [ 0.00105012 / 0.00102867 CPU ]
/x86/sse2/mm_movepi64_pi64/emul/c [ OK ] [ 0.00020264 / 0.00019578 CPU ]
/x86/sse2/mm_movpi64_epi64/emul/c [ OK ] [ 0.00028360 / 0.00026914 CPU ]
/x86/sse2/mm_or_pd/emul/c [ OK ] [ 0.00117320 / 0.00107477 CPU ]
/x86/sse2/mm_or_si128/emul/c [ OK ] [ 0.00069439 / 0.00068535 CPU ]
/x86/sse2/mm_packs_epi16/emul/c [ OK ] [ 0.00326952 / 0.00324907 CPU ]
/x86/sse2/mm_packs_epi32/emul/c [ OK ] [ 0.00188959 / 0.00187313 CPU ]
/x86/sse2/mm_packus_epi16/emul/c [ OK ] [ 0.00333773 / 0.00332041 CPU ]
/x86/sse2/mm_undefined_pd/emul/c [ OK ] [ 0.00017889 / 0.00016034 CPU ]
/x86/sse2/mm_undefined_si128/emul/c [ OK ] [ 0.00014846 / 0.00012494 CPU ]
/x86/sse2/mm_unpackhi_epi8/emul/c [ OK ] [ 0.00363350 / 0.00362850 CPU ]
/x86/sse2/mm_unpackhi_epi16/emul/c [ OK ] [ 0.00215082 / 0.00203083 CPU ]
/x86/sse2/mm_unpackhi_epi32/emul/c [ OK ] [ 0.00144205 / 0.00142581 CPU ]
/x86/sse2/mm_unpackhi_epi64/emul/c [ OK ] [ 0.00056835 / 0.00046804 CPU ]
/x86/sse2/mm_unpackhi_pd/emul/c [ OK ] [ 0.00106558 / 0.00104353 CPU ]
/x86/sse2/mm_unpacklo_epi8/emul/c [ OK ] [ 0.00431050 / 0.00370676 CPU ]
/x86/sse2/mm_unpacklo_epi16/emul/c [ OK ] [ 0.00270193 / 0.00199438 CPU ]
/x86/sse2/mm_unpacklo_epi32/emul/c [ OK ] [ 0.00151904 / 0.00149326 CPU ]
/x86/sse2/mm_unpacklo_epi64/emul/c [ OK ] [ 0.00052021 / 0.00045527 CPU ]
/x86/sse2/mm_unpacklo_pd/emul/c [ OK ] [ 0.00105926 / 0.00103659 CPU ]
/x86/sse2/mm_shuffle_epi32/emul/c [ OK ] [ 0.00112760 / 0.00110761 CPU ]
/x86/sse2/mm_shuffle_pd/emul/c [ OK ] [ 0.00110825 / 0.00102911 CPU ]
/x86/sse2/mm_shufflehi_epi16/emul/c [ OK ] [ 0.00175809 / 0.00164160 CPU ]
/x86/sse2/mm_shufflelo_epi16/emul/c [ OK ] [ 0.00391141 / 0.00267809 CPU ]
/x86/sse2/mm_sll_epi16/emul/c [ OK ] [ 0.01115547 / 0.00403517 CPU ]
/x86/sse2/mm_sll_epi32/emul/c [ OK ] [ 0.00185136 / 0.00182751 CPU ]
/x86/sse2/mm_sll_epi64/emul/c [ OK ] [ 0.00081930 / 0.00079460 CPU ]
/x86/sse2/mm_srl_epi16/emul/c [ OK ] [ 0.00210128 / 0.00208920 CPU ]
/x86/sse2/mm_srl_epi32/emul/c [ OK ] [ 0.00169834 / 0.00167210 CPU ]
/x86/sse2/mm_srl_epi64/emul/c [ OK ] [ 0.00099361 / 0.00079301 CPU ]
/x86/sse2/mm_sqrt_pd/emul/c [ OK ] [ 0.00104731 / 0.00102933 CPU ]
/x86/sse2/mm_sqrt_sd/emul/c [ OK ] [ 0.00157725 / 0.00155100 CPU ]
/x86/sse2/mm_madd_epi16/emul/c [ OK ] [ 0.00269607 / 0.00245144 CPU ]
/x86/sse2/mm_sad_epu8/emul/c [ OK ] [ 0.00323248 / 0.00318759 CPU ]
/x86/sse2/mm_xor_pd/emul/c [ OK ] [ 0.00025127 / 0.00022897 CPU ]
/x86/sse2/mm_xor_si128/emul/c [ OK ] [ 0.00140425 / 0.00138968 CPU ]
/x86/sse2/x_mm_not_si128/emul/c [ OK ] [ 0.00131420 / 0.00129286 CPU ]
/x86/sse2/x_mm_sub_epu32/emul/c [ OK ] [ 0.00167731 / 0.00165439 CPU ]
/x86/sse2/x_mm_mul_epi64/emul/c [ OK ] [ 0.00056720 / 0.00055189 CPU ]
/x86/sse2/x_mm_mod_epi64/emul/c [ OK ] [ 0.00056739 / 0.00054639 CPU ]
/x86/sse2/mm_set1_pd/native/cpp [ OK ] [ 0.00109226 / 0.00107410 CPU ]
/x86/sse2/mm_set_pd/native/cpp [ OK ] [ 0.00101660 / 0.00099540 CPU ]
/x86/sse2/mm_set_pd1/native/cpp [ OK ] [ 0.00138601 / 0.00117481 CPU ]
/x86/sse2/mm_set_sd/native/cpp [ OK ] [ 0.00117834 / 0.00115629 CPU ]
/x86/sse2/mm_set_epi8/native/cpp [ OK ] [ 0.00240525 / 0.00237456 CPU ]
/x86/sse2/mm_set_epi16/native/cpp [ OK ] [ 0.00116274 / 0.00114375 CPU ]
/x86/sse2/mm_set_epi32/native/cpp [ OK ] [ 0.00115567 / 0.00111437 CPU ]
/x86/sse2/mm_set_epi64/native/cpp [ OK ] [ 0.00043699 / 0.00041656 CPU ]
/x86/sse2/mm_set_epi64x/native/cpp [ OK ] [ 0.00037895 / 0.00036051 CPU ]
/x86/sse2/mm_set1_epi8/native/cpp [ OK ] [ 0.00216112 / 0.00176919 CPU ]
/x86/sse2/mm_set1_epi16/native/cpp [ OK ] [ 0.00139861 / 0.00137835 CPU ]
/x86/sse2/mm_set1_epi32/native/cpp [ OK ] [ 0.00108501 / 0.00107114 CPU ]
/x86/sse2/mm_set1_epi64/native/cpp [ OK ] [ 0.00031713 / 0.00029887 CPU ]
/x86/sse2/mm_set1_epi64x/native/cpp [ OK ] [ 0.00032053 / 0.00030799 CPU ]
/x86/sse2/mm_setr_pd/native/cpp [ OK ] [ 0.00094454 / 0.00092471 CPU ]
/x86/sse2/mm_setr_epi8/native/cpp [ OK ] [ 0.00206783 / 0.00205245 CPU ]
/x86/sse2/mm_setr_epi16/native/cpp [ OK ] [ 0.00135592 / 0.00133909 CPU ]
/x86/sse2/mm_setr_epi32/native/cpp [ OK ] [ 0.00086683 / 0.00073291 CPU ]
/x86/sse2/mm_setr_epi64/native/cpp [ OK ] [ 0.00037793 / 0.00036002 CPU ]
/x86/sse2/mm_setzero_pd/native/cpp [ OK ] [ 0.00012802 / 0.00010870 CPU ]
/x86/sse2/mm_setzero_si128/native/cpp[ OK ] [ 0.00035398 / 0.00033488 CPU ]
/x86/sse2/mm_add_epi8/native/cpp [ OK ] [ 0.00368885 / 0.00367964 CPU ]
/x86/sse2/mm_add_epi16/native/cpp [ OK ] [ 0.00184186 / 0.00163326 CPU ]
/x86/sse2/mm_add_epi32/native/cpp [ OK ] [ 0.00624345 / 0.00146641 CPU ]
/x86/sse2/mm_add_epi64/native/cpp [ OK ] [ 0.00042093 / 0.00040191 CPU ]
/x86/sse2/mm_add_pd/native/cpp [ OK ] [ 0.00116143 / 0.00114335 CPU ]
/x86/sse2/mm_add_sd/native/cpp [ OK ] [ 0.00109582 / 0.00107898 CPU ]
/x86/sse2/mm_add_si64/native/cpp [ OK ] [ 0.00029919 / 0.00028320 CPU ]
/x86/sse2/mm_adds_epi8/native/cpp [ OK ] [ 0.00377081 / 0.00375507 CPU ]
/x86/sse2/mm_adds_epi16/native/cpp [ OK ] [ 0.00209584 / 0.00207751 CPU ]
/x86/sse2/mm_adds_epu8/native/cpp [ OK ] [ 0.00384945 / 0.00382617 CPU ]
/x86/sse2/mm_adds_epu16/native/cpp [ OK ] [ 0.00223585 / 0.00210804 CPU ]
/x86/sse2/mm_and_pd/native/cpp [ OK ] [ 0.00012937 / 0.00010974 CPU ]
/x86/sse2/mm_and_si128/native/cpp [ OK ] [ 0.00142544 / 0.00140769 CPU ]
/x86/sse2/mm_andnot_pd/native/cpp [ OK ] [ 0.00108012 / 0.00105961 CPU ]
/x86/sse2/mm_andnot_si128/native/cpp [ OK ] [ 0.00139929 / 0.00137937 CPU ]
/x86/sse2/mm_avg_epu8/native/cpp [ OK ] [ 0.00386959 / 0.00373246 CPU ]
/x86/sse2/mm_avg_epu16/native/cpp [ OK ] [ 0.00211904 / 0.00209844 CPU ]
/x86/sse2/mm_bslli_si128/native/cpp [ OK ] [ 0.00149124 / 0.00147433 CPU ]
/x86/sse2/mm_bsrli_si128/native/cpp [ OK ] [ 0.00180912 / 0.00162706 CPU ]
/x86/sse2/mm_slli_epi16/native/cpp [ OK ] [ 0.00193121 / 0.00191492 CPU ]
/x86/sse2/mm_slli_epi32/native/cpp [ OK ] [ 0.00149640 / 0.00145644 CPU ]
/x86/sse2/mm_slli_epi64/native/cpp [ OK ] [ 0.00087681 / 0.00085794 CPU ]
/x86/sse2/mm_srli_epi16/native/cpp [ OK ] [ 0.00182623 / 0.00174755 CPU ]
/x86/sse2/mm_srli_epi32/native/cpp [ OK ] [ 0.00158011 / 0.00154124 CPU ]
/x86/sse2/mm_srli_epi64/native/cpp [ OK ] [ 0.00095610 / 0.00093541 CPU ]
/x86/sse2/mm_sra_epi16/native/cpp [ OK ] [ 0.00348093 / 0.00211026 CPU ]
/x86/sse2/mm_sra_epi32/native/cpp [ OK ] [ 0.00127915 / 0.00125862 CPU ]
/x86/sse2/mm_srai_epi16/native/cpp [ OK ] [ 0.00172706 / 0.00170597 CPU ]
/x86/sse2/mm_srai_epi32/native/cpp [ OK ] [ 0.00136240 / 0.00134372 CPU ]
/x86/sse2/mm_store_pd/native/cpp [ OK ] [ 0.00046178 / 0.00044165 CPU ]
/x86/sse2/mm_store_pd1/native/cpp [ OK ] [ 0.00048799 / 0.00046575 CPU ]
/x86/sse2/mm_store_sd/native/cpp [ OK ] [ 0.00062862 / 0.00060805 CPU ]
/x86/sse2/mm_store_si128/native/cpp [ OK ] [ 0.00105928 / 0.00104256 CPU ]
/x86/sse2/mm_storeh_pd/native/cpp [ OK ] [ 0.00062093 / 0.00059795 CPU ]
/x86/sse2/mm_storel_epi64/native/cpp [ OK ] [ 0.00053818 / 0.00052078 CPU ]
/x86/sse2/mm_storel_pd/native/cpp [ OK ] [ 0.00060897 / 0.00058467 CPU ]
/x86/sse2/mm_storer_pd/native/cpp [ OK ] [ 0.00064980 / 0.00063014 CPU ]
/x86/sse2/mm_storeu_pd/native/cpp [ OK ] [ 0.00061952 / 0.00059941 CPU ]
/x86/sse2/mm_storeu_si128/native/cpp [ OK ] [ 0.00099744 / 0.00097848 CPU ]
/x86/sse2/mm_store1_pd/native/cpp [ OK ] [ 0.00045735 / 0.00045145 CPU ]
/x86/sse2/mm_stream_pd/native/cpp [ OK ] [ 0.00051428 / 0.00044304 CPU ]
/x86/sse2/mm_stream_si128/native/cpp [ OK ] [ 0.00118035 / 0.00116183 CPU ]
/x86/sse2/mm_stream_si32/native/cpp [ OK ] [ 0.00023634 / 0.00021764 CPU ]
/x86/sse2/mm_stream_si64/native/cpp [ OK ] [ 0.00036606 / 0.00034219 CPU ]
/x86/sse2/mm_sub_epi8/native/cpp [ OK ] [ 0.00364793 / 0.00362657 CPU ]
/x86/sse2/mm_sub_epi16/native/cpp [ OK ] [ 0.00327888 / 0.00205370 CPU ]
/x86/sse2/mm_sub_epi32/native/cpp [ OK ] [ 0.00141917 / 0.00140079 CPU ]
/x86/sse2/mm_sub_epi64/native/cpp [ OK ] [ 0.00051473 / 0.00049514 CPU ]
/x86/sse2/mm_sub_pd/native/cpp [ OK ] [ 0.00107386 / 0.00105605 CPU ]
/x86/sse2/mm_sub_sd/native/cpp [ OK ] [ 0.00111100 / 0.00109369 CPU ]
/x86/sse2/mm_sub_si64/native/cpp [ OK ] [ 0.00028374 / 0.00026416 CPU ]
/x86/sse2/mm_subs_epi8/native/cpp [ OK ] [ 0.00385744 / 0.00381732 CPU ]
/x86/sse2/mm_subs_epi16/native/cpp [ OK ] [ 0.00227135 / 0.00214451 CPU ]
/x86/sse2/mm_subs_epu8/native/cpp [ OK ] [ 0.00220815 / 0.00219050 CPU ]
/x86/sse2/mm_subs_epu16/native/cpp [ OK ] [ 0.00213865 / 0.00212327 CPU ]
/x86/sse2/mm_min_epu8/native/cpp [ OK ] [ 0.00328755 / 0.00326686 CPU ]
/x86/sse2/mm_min_epi16/native/cpp [ OK ] [ 0.00143955 / 0.00142906 CPU ]
/x86/sse2/mm_min_pd/native/cpp [ OK ] [ 0.00113297 / 0.00107247 CPU ]
/x86/sse2/mm_min_sd/native/cpp [ OK ] [ 0.00112184 / 0.00110811 CPU ]
/x86/sse2/mm_max_epu8/native/cpp [ OK ] [ 0.00332256 / 0.00330634 CPU ]
/x86/sse2/mm_max_epi16/native/cpp [ OK ] [ 0.00190938 / 0.00190180 CPU ]
/x86/sse2/mm_max_pd/native/cpp [ OK ] [ 0.00106174 / 0.00100368 CPU ]
/x86/sse2/mm_max_sd/native/cpp [ OK ] [ 0.00105930 / 0.00103937 CPU ]
/x86/sse2/mm_mul_epu32/native/cpp [ OK ] [ 0.00112182 / 0.00110303 CPU ]
/x86/sse2/mm_mul_pd/native/cpp [ OK ] [ 0.00112821 / 0.00110921 CPU ]
/x86/sse2/mm_mul_sd/native/cpp [ OK ] [ 0.00106523 / 0.00104502 CPU ]
/x86/sse2/mm_mul_su32/native/cpp [ OK ] [ 0.00030586 / 0.00028893 CPU ]
/x86/sse2/mm_mulhi_epi16/native/cpp [ OK ] [ 0.00212899 / 0.00209370 CPU ]
/x86/sse2/mm_mulhi_epu16/native/cpp [ OK ] [ 0.00126836 / 0.00125744 CPU ]
/x86/sse2/mm_mullo_epi16/native/cpp [ OK ] [ 0.00117266 / 0.00116049 CPU ]
/x86/sse2/mm_cmpeq_epi8/native/cpp [ OK ] [ 0.00229323 / 0.00228329 CPU ]
/x86/sse2/mm_cmpeq_epi16/native/cpp [ OK ] [ 0.00121932 / 0.00120825 CPU ]
/x86/sse2/mm_cmpeq_epi32/native/cpp [ OK ] [ 0.00091122 / 0.00090061 CPU ]
/x86/sse2/mm_cmpeq_pd/native/cpp [ OK ] [ 0.00053783 / 0.00052671 CPU ]
/x86/sse2/mm_cmpeq_sd/native/cpp [ OK ] [ 0.00048263 / 0.00046468 CPU ]
/x86/sse2/mm_cmpneq_pd/native/cpp [ OK ] [ 0.00029216 / 0.00028070 CPU ]
/x86/sse2/mm_cmpneq_sd/native/cpp [ OK ] [ 0.00037521 / 0.00036655 CPU ]
/x86/sse2/mm_cmplt_epi8/native/cpp [ OK ] [ 0.00215646 / 0.00214706 CPU ]
/x86/sse2/mm_cmplt_epi16/native/cpp [ OK ] [ 0.00195547 / 0.00193923 CPU ]
/x86/sse2/mm_cmplt_epi32/native/cpp [ OK ] [ 0.00136676 / 0.00134767 CPU ]
/x86/sse2/mm_cmplt_pd/native/cpp [ OK ] [ 0.00034273 / 0.00032477 CPU ]
/x86/sse2/mm_cmplt_sd/native/cpp [ OK ] [ 0.00035829 / 0.00034858 CPU ]
/x86/sse2/mm_cmpnlt_pd/native/cpp [ OK ] [ 0.00032049 / 0.00030915 CPU ]
/x86/sse2/mm_cmpnlt_sd/native/cpp [ OK ] [ 0.00034735 / 0.00033661 CPU ]
/x86/sse2/mm_cmple_pd/native/cpp [ OK ] [ 0.00028774 / 0.00027708 CPU ]
/x86/sse2/mm_cmple_sd/native/cpp [ OK ] [ 0.00034042 / 0.00032707 CPU ]
/x86/sse2/mm_cmpnle_pd/native/cpp [ OK ] [ 0.00030008 / 0.00028095 CPU ]
/x86/sse2/mm_cmpnle_sd/native/cpp [ OK ] [ 0.00034414 / 0.00033334 CPU ]
/x86/sse2/mm_cmpgt_epi8/native/cpp [ OK ] [ 0.00193881 / 0.00191778 CPU ]
/x86/sse2/mm_cmpgt_epi16/native/cpp [ OK ] [ 0.00112291 / 0.00111161 CPU ]
/x86/sse2/mm_cmpgt_epi32/native/cpp [ OK ] [ 0.00078799 / 0.00077710 CPU ]
/x86/sse2/mm_cmpgt_pd/native/cpp [ OK ] [ 0.00029793 / 0.00028718 CPU ]
/x86/sse2/mm_cmpgt_sd/native/cpp [ OK ] [ 0.00034292 / 0.00033296 CPU ]
/x86/sse2/mm_cmpge_pd/native/cpp [ OK ] [ 0.00030128 / 0.00029081 CPU ]
/x86/sse2/mm_cmpge_sd/native/cpp [ OK ] [ 0.00032343 / 0.00031207 CPU ]
/x86/sse2/mm_cmpnge_pd/native/cpp [ OK ] [ 0.00028695 / 0.00027558 CPU ]
/x86/sse2/mm_cmpnge_sd/native/cpp [ OK ] [ 0.00032996 / 0.00031706 CPU ]
/x86/sse2/mm_cmpord_pd/native/cpp [ OK ] [ 0.00053615 / 0.00051838 CPU ]
/x86/sse2/mm_cmpord_sd/native/cpp [ OK ] [ 0.00057210 / 0.00055704 CPU ]
/x86/sse2/mm_cmpunord_pd/native/cpp [ OK ] [ 0.00046429 / 0.00044808 CPU ]
/x86/sse2/mm_cmpunord_sd/native/cpp [ OK ] [ 0.00033642 / 0.00032523 CPU ]
/x86/sse2/mm_castpd_ps/native/cpp [ OK ] [ 0.00104969 / 0.00103764 CPU ]
/x86/sse2/mm_castps_pd/native/cpp [ OK ] [ 0.00102470 / 0.00101641 CPU ]
/x86/sse2/mm_castsi128_pd/native/cpp [ OK ] [ 0.00007133 / 0.00006156 CPU ]
/x86/sse2/mm_castsi128_ps/native/cpp [ OK ] [ 0.00007232 / 0.00006183 CPU ]
/x86/sse2/mm_comieq_sd/native/cpp [ OK ] [ 0.00035289 / 0.00034372 CPU ]
/x86/sse2/mm_comige_sd/native/cpp [ OK ] [ 0.00028888 / 0.00027752 CPU ]
/x86/sse2/mm_comigt_sd/native/cpp [ OK ] [ 0.00041492 / 0.00027318 CPU ]
/x86/sse2/mm_comile_sd/native/cpp [ OK ] [ 0.00027966 / 0.00026845 CPU ]
/x86/sse2/mm_comilt_sd/native/cpp [ OK ] [ 0.00026174 / 0.00025047 CPU ]
/x86/sse2/mm_comineq_sd/native/cpp [ OK ] [ 0.00027023 / 0.00025973 CPU ]
/x86/sse2/mm_ucomieq_sd/native/cpp [ OK ] [ 0.00066250 / 0.00065591 CPU ]
/x86/sse2/mm_ucomige_sd/native/cpp [ OK ] [ 0.00043851 / 0.00042626 CPU ]
/x86/sse2/mm_ucomigt_sd/native/cpp [ OK ] [ 0.00044243 / 0.00043178 CPU ]
/x86/sse2/mm_ucomile_sd/native/cpp [ OK ] [ 0.00042235 / 0.00041224 CPU ]
/x86/sse2/mm_ucomilt_sd/native/cpp [ OK ] [ 0.00042415 / 0.00041070 CPU ]
/x86/sse2/mm_ucomineq_sd/native/cpp [ OK ] [ 0.00044175 / 0.00043258 CPU ]
/x86/sse2/mm_cvtepi32_pd/native/cpp [ OK ] [ 0.00077747 / 0.00076479 CPU ]
/x86/sse2/mm_cvtepi32_ps/native/cpp [ OK ] [ 0.00104625 / 0.00103544 CPU ]
/x86/sse2/mm_cvtpd_epi32/native/cpp [ ERROR ]
Error: /build/simde-0.0.0.git.20200531/gcc_test/x86/sse2.cpp:3130: assertion failed: r.i32[0] ≈ test_vec[i].r.i32[0] (-2061584302 ≈ 893)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvtpd_pi32/native/cpp [ ERROR ]
Error: /build/simde-0.0.0.git.20200531/gcc_test/x86/sse2.cpp:3165: assertion failed: r.i32[0] ≈ test_vec[i].r.i32[0] (-1546188227 ≈ -363)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvtpd_ps/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/gcc_test/x86/sse2.cpp:3200: assertion failed[0]: -3.37604e-11 ≈ 689.41 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvtpi32_pd/native/cpp [ OK ] [ 0.00060256 / 0.00059052 CPU ]
/x86/sse2/mm_cvtps_epi32/native/cpp [ OK ] [ 0.00074161 / 0.00073188 CPU ]
/x86/sse2/mm_cvtps_pd/native/cpp [ OK ] [ 0.00086761 / 0.00085675 CPU ]
/x86/sse2/mm_cvtsd_f64/native/cpp [ OK ] [ 0.00032854 / 0.00031705 CPU ]
/x86/sse2/mm_cvtsd_si32/native/cpp [ OK ] [ 0.00033794 / 0.00032588 CPU ]
/x86/sse2/mm_cvtsd_si64/native/cpp [ OK ] [ 0.00032433 / 0.00031543 CPU ]
/x86/sse2/mm_cvtsd_ss/native/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/gcc_test/x86/sse2.cpp:3438: assertion failed[0]: 0 ≈ 228.75 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvtsi128_si32/native/cpp[ OK ] [ 0.00052265 / 0.00051077 CPU ]
/x86/sse2/mm_cvtsi128_si64/native/cpp[ OK ] [ 0.00030730 / 0.00029534 CPU ]
/x86/sse2/mm_cvtsi32_sd/native/cpp [ OK ] [ 0.00069715 / 0.00068801 CPU ]
/x86/sse2/mm_cvtsi32_si128/native/cpp[ OK ] [ 0.00105675 / 0.00103903 CPU ]
/x86/sse2/mm_cvtsi64_sd/native/cpp [ OK ] [ 0.00110672 / 0.00108616 CPU ]
/x86/sse2/mm_cvtsi64_si128/native/cpp[ OK ] [ 0.00029723 / 0.00028570 CPU ]
/x86/sse2/mm_cvtss_sd/native/cpp [ OK ] [ 0.00100099 / 0.00098793 CPU ]
/x86/sse2/mm_cvttpd_epi32/native/cpp [ OK ] [ 0.00055553 / 0.00054377 CPU ]
/x86/sse2/mm_cvttpd_pi32/native/cpp [ ERROR ]
Error: /build/simde-0.0.0.git.20200531/gcc_test/x86/sse2.cpp:3756: assertion failed: r.i32[0] == test_vec[i].r.i32[0] (-1546188227 == 302)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvttps_epi32/native/cpp [ OK ] [ 0.00076259 / 0.00075064 CPU ]
/x86/sse2/mm_cvttsd_si32/native/cpp [ OK ] [ 0.00034078 / 0.00032869 CPU ]
/x86/sse2/mm_cvttsd_si64/native/cpp [ OK ] [ 0.00031807 / 0.00030635 CPU ]
/x86/sse2/mm_div_pd/native/cpp [ OK ] [ 0.00067743 / 0.00066617 CPU ]
/x86/sse2/mm_div_sd/native/cpp [ OK ] [ 0.00068653 / 0.00067497 CPU ]
/x86/sse2/mm_extract_epi16/native/cpp[ OK ] [ 0.00067299 / 0.00066034 CPU ]
/x86/sse2/mm_insert_epi16/native/cpp [ OK ] [ 0.00105799 / 0.00104672 CPU ]
/x86/sse2/mm_load_pd/native/cpp [ OK ] [ 0.00061740 / 0.00060551 CPU ]
/x86/sse2/mm_load_pd1/native/cpp [ OK ] [ 0.00069455 / 0.00068294 CPU ]
/x86/sse2/mm_load_sd/native/cpp [ OK ] [ 0.00064656 / 0.00063486 CPU ]
/x86/sse2/mm_load_si128/native/cpp [ OK ] [ 0.00073657 / 0.00072454 CPU ]
/x86/sse2/mm_loadh_pd/native/cpp [ OK ] [ 0.00066628 / 0.00065672 CPU ]
/x86/sse2/mm_loadl_epi64/native/cpp [ OK ] [ 0.00024256 / 0.00023142 CPU ]
/x86/sse2/mm_loadl_pd/native/cpp [ OK ] [ 0.00066341 / 0.00065196 CPU ]
/x86/sse2/mm_loadr_pd/native/cpp [ OK ] [ 0.00058059 / 0.00056741 CPU ]
/x86/sse2/mm_loadu_pd/native/cpp [ OK ] [ 0.00056150 / 0.00054789 CPU ]
/x86/sse2/mm_loadu_si128/native/cpp [ OK ] [ 0.00061181 / 0.00060054 CPU ]
/x86/sse2/mm_movemask_epi8/native/cpp[ OK ] [ 0.00110211 / 0.00109235 CPU ]
/x86/sse2/mm_movemask_pd/native/cpp [ OK ] [ 0.00032016 / 0.00030786 CPU ]
/x86/sse2/mm_maskmoveu_si128/native/cpp[ OK ] [ 0.00174846 / 0.00173955 CPU ]
/x86/sse2/mm_move_epi64/native/cpp [ OK ] [ 0.00023828 / 0.00022594 CPU ]
/x86/sse2/mm_move_sd/native/cpp [ OK ] [ 0.00067375 / 0.00066256 CPU ]
/x86/sse2/mm_movepi64_pi64/native/cpp[ OK ] [ 0.00019473 / 0.00018317 CPU ]
/x86/sse2/mm_movpi64_epi64/native/cpp[ OK ] [ 0.00018710 / 0.00017576 CPU ]
/x86/sse2/mm_or_pd/native/cpp [ OK ] [ 0.00077979 / 0.00076880 CPU ]
/x86/sse2/mm_or_si128/native/cpp [ OK ] [ 0.00040538 / 0.00039798 CPU ]
/x86/sse2/mm_packs_epi16/native/cpp [ OK ] [ 0.00205326 / 0.00204546 CPU ]
/x86/sse2/mm_packs_epi32/native/cpp [ OK ] [ 0.00098685 / 0.00097751 CPU ]
/x86/sse2/mm_packus_epi16/native/cpp [ OK ] [ 0.00172936 / 0.00172050 CPU ]
/x86/sse2/mm_undefined_pd/native/cpp [ OK ] [ 0.00007901 / 0.00006771 CPU ]
/x86/sse2/mm_undefined_si128/native/cpp[ OK ] [ 0.00007456 / 0.00006348 CPU ]
/x86/sse2/mm_unpackhi_epi8/native/cpp[ OK ] [ 0.00204482 / 0.00203399 CPU ]
/x86/sse2/mm_unpackhi_epi16/native/cpp[ OK ] [ 0.00114607 / 0.00113506 CPU ]
/x86/sse2/mm_unpackhi_epi32/native/cpp[ OK ] [ 0.00079902 / 0.00079129 CPU ]
/x86/sse2/mm_unpackhi_epi64/native/cpp[ OK ] [ 0.00027620 / 0.00026587 CPU ]
/x86/sse2/mm_unpackhi_pd/native/cpp [ OK ] [ 0.00058666 / 0.00057524 CPU ]
/x86/sse2/mm_unpacklo_epi8/native/cpp[ OK ] [ 0.00195348 / 0.00194312 CPU ]
/x86/sse2/mm_unpacklo_epi16/native/cpp[ OK ] [ 0.00110979 / 0.00110009 CPU ]
/x86/sse2/mm_unpacklo_epi32/native/cpp[ OK ] [ 0.00078023 / 0.00076965 CPU ]
/x86/sse2/mm_unpacklo_epi64/native/cpp[ OK ] [ 0.00026898 / 0.00025818 CPU ]
/x86/sse2/mm_unpacklo_pd/native/cpp [ OK ] [ 0.00058940 / 0.00057874 CPU ]
/x86/sse2/mm_shuffle_epi32/native/cpp[ OK ] [ 0.00064645 / 0.00063528 CPU ]
/x86/sse2/mm_shuffle_pd/native/cpp [ OK ] [ 0.00060009 / 0.00058940 CPU ]
/x86/sse2/mm_shufflehi_epi16/native/cpp[ OK ] [ 0.00086454 / 0.00085395 CPU ]
/x86/sse2/mm_shufflelo_epi16/native/cpp[ OK ] [ 0.00127268 / 0.00126124 CPU ]
/x86/sse2/mm_sll_epi16/native/cpp [ OK ] [ 0.00114680 / 0.00113545 CPU ]
/x86/sse2/mm_sll_epi32/native/cpp [ OK ] [ 0.00081265 / 0.00080225 CPU ]
/x86/sse2/mm_sll_epi64/native/cpp [ OK ] [ 0.00031237 / 0.00030229 CPU ]
/x86/sse2/mm_srl_epi16/native/cpp [ OK ] [ 0.00099134 / 0.00098120 CPU ]
/x86/sse2/mm_srl_epi32/native/cpp [ OK ] [ 0.00076296 / 0.00075042 CPU ]
/x86/sse2/mm_srl_epi64/native/cpp [ OK ] [ 0.00033838 / 0.00032706 CPU ]
/x86/sse2/mm_sqrt_pd/native/cpp [ OK ] [ 0.00060344 / 0.00059256 CPU ]
/x86/sse2/mm_sqrt_sd/native/cpp [ OK ] [ 0.00065779 / 0.00064669 CPU ]
/x86/sse2/mm_madd_epi16/native/cpp [ OK ] [ 0.00112319 / 0.00111086 CPU ]
/x86/sse2/mm_sad_epu8/native/cpp [ OK ] [ 0.00144494 / 0.00143396 CPU ]
/x86/sse2/mm_xor_pd/native/cpp [ OK ] [ 0.00014985 / 0.00011833 CPU ]
/x86/sse2/mm_xor_si128/native/cpp [ OK ] [ 0.00068790 / 0.00067778 CPU ]
/x86/sse2/x_mm_not_si128/native/cpp [ OK ] [ 0.00062546 / 0.00061546 CPU ]
/x86/sse2/x_mm_sub_epu32/native/cpp [ OK ] [ 0.00081830 / 0.00079867 CPU ]
/x86/sse2/x_mm_mul_epi64/native/cpp [ OK ] [ 0.00038395 / 0.00037031 CPU ]
/x86/sse2/x_mm_mod_epi64/native/cpp [ OK ] [ 0.00053342 / 0.00051533 CPU ]
/x86/sse2/mm_set1_pd/emul/cpp [ OK ] [ 0.00063157 / 0.00062004 CPU ]
/x86/sse2/mm_set_pd/emul/cpp [ OK ] [ 0.00054137 / 0.00052933 CPU ]
/x86/sse2/mm_set_pd1/emul/cpp [ OK ] [ 0.00073784 / 0.00072647 CPU ]
/x86/sse2/mm_set_sd/emul/cpp [ OK ] [ 0.00062462 / 0.00061411 CPU ]
/x86/sse2/mm_set_epi8/emul/cpp [ OK ] [ 0.00115657 / 0.00114570 CPU ]
/x86/sse2/mm_set_epi16/emul/cpp [ OK ] [ 0.00087657 / 0.00086479 CPU ]
/x86/sse2/mm_set_epi32/emul/cpp [ OK ] [ 0.00096618 / 0.00095149 CPU ]
/x86/sse2/mm_set_epi64/emul/cpp [ OK ] [ 0.00026080 / 0.00024310 CPU ]
/x86/sse2/mm_set_epi64x/emul/cpp [ OK ] [ 0.00021693 / 0.00020660 CPU ]
/x86/sse2/mm_set1_epi8/emul/cpp [ OK ] [ 0.00108798 / 0.00107829 CPU ]
/x86/sse2/mm_set1_epi16/emul/cpp [ OK ] [ 0.00086273 / 0.00085162 CPU ]
/x86/sse2/mm_set1_epi32/emul/cpp [ OK ] [ 0.00063791 / 0.00062866 CPU ]
/x86/sse2/mm_set1_epi64/emul/cpp [ OK ] [ 0.00018661 / 0.00017368 CPU ]
/x86/sse2/mm_set1_epi64x/emul/cpp [ OK ] [ 0.00028861 / 0.00027698 CPU ]
/x86/sse2/mm_setr_pd/emul/cpp [ OK ] [ 0.00055515 / 0.00054433 CPU ]
/x86/sse2/mm_setr_epi8/emul/cpp [ OK ] [ 0.00111177 / 0.00110144 CPU ]
/x86/sse2/mm_setr_epi16/emul/cpp [ OK ] [ 0.00072767 / 0.00071664 CPU ]
/x86/sse2/mm_setr_epi32/emul/cpp [ OK ] [ 0.00054540 / 0.00053274 CPU ]
/x86/sse2/mm_setr_epi64/emul/cpp [ OK ] [ 0.00021553 / 0.00020478 CPU ]
/x86/sse2/mm_setzero_pd/emul/cpp [ OK ] [ 0.00007058 / 0.00006017 CPU ]
/x86/sse2/mm_setzero_si128/emul/cpp [ OK ] [ 0.00020418 / 0.00019279 CPU ]
/x86/sse2/mm_add_epi8/emul/cpp [ OK ] [ 0.00197605 / 0.00196721 CPU ]
/x86/sse2/mm_add_epi16/emul/cpp [ OK ] [ 0.00117504 / 0.00116514 CPU ]
/x86/sse2/mm_add_epi32/emul/cpp [ OK ] [ 0.00080550 / 0.00079473 CPU ]
/x86/sse2/mm_add_epi64/emul/cpp [ OK ] [ 0.00030029 / 0.00028718 CPU ]
/x86/sse2/mm_add_pd/emul/cpp [ OK ] [ 0.00061684 / 0.00060650 CPU ]
/x86/sse2/mm_add_sd/emul/cpp [ OK ] [ 0.00064522 / 0.00063467 CPU ]
/x86/sse2/mm_add_si64/emul/cpp [ OK ] [ 0.00016112 / 0.00015064 CPU ]
/x86/sse2/mm_adds_epi8/emul/cpp [ OK ] [ 0.00203990 / 0.00203032 CPU ]
/x86/sse2/mm_adds_epi16/emul/cpp [ OK ] [ 0.00127558 / 0.00126558 CPU ]
/x86/sse2/mm_adds_epu8/emul/cpp [ OK ] [ 0.00204696 / 0.00203616 CPU ]
/x86/sse2/mm_adds_epu16/emul/cpp [ OK ] [ 0.00121130 / 0.00120064 CPU ]
/x86/sse2/mm_and_pd/emul/cpp [ OK ] [ 0.00008636 / 0.00007611 CPU ]
/x86/sse2/mm_and_si128/emul/cpp [ OK ] [ 0.00078336 / 0.00077311 CPU ]
/x86/sse2/mm_andnot_pd/emul/cpp [ OK ] [ 0.00059310 / 0.00058254 CPU ]
/x86/sse2/mm_andnot_si128/emul/cpp [ OK ] [ 0.00076223 / 0.00075318 CPU ]
/x86/sse2/mm_avg_epu8/emul/cpp [ OK ] [ 0.00205462 / 0.00204448 CPU ]
/x86/sse2/mm_avg_epu16/emul/cpp [ OK ] [ 0.00113285 / 0.00112147 CPU ]
/x86/sse2/mm_bslli_si128/emul/cpp [ OK ] [ 0.00086351 / 0.00085282 CPU ]
/x86/sse2/mm_bsrli_si128/emul/cpp [ OK ] [ 0.00100419 / 0.00099150 CPU ]
/x86/sse2/mm_slli_epi16/emul/cpp [ OK ] [ 0.00101193 / 0.00100133 CPU ]
/x86/sse2/mm_slli_epi32/emul/cpp [ OK ] [ 0.00081894 / 0.00080813 CPU ]
/x86/sse2/mm_slli_epi64/emul/cpp [ OK ] [ 0.00049499 / 0.00048429 CPU ]
/x86/sse2/mm_srli_epi16/emul/cpp [ OK ] [ 0.00100137 / 0.00099117 CPU ]
/x86/sse2/mm_srli_epi32/emul/cpp [ OK ] [ 0.00082210 / 0.00081102 CPU ]
/x86/sse2/mm_srli_epi64/emul/cpp [ OK ] [ 0.00048558 / 0.00047553 CPU ]
/x86/sse2/mm_sra_epi16/emul/cpp [ OK ] [ 0.00113122 / 0.00111908 CPU ]
/x86/sse2/mm_sra_epi32/emul/cpp [ OK ] [ 0.00068261 / 0.00067139 CPU ]
/x86/sse2/mm_srai_epi16/emul/cpp [ OK ] [ 0.00096726 / 0.00095940 CPU ]
/x86/sse2/mm_srai_epi32/emul/cpp [ OK ] [ 0.00081792 / 0.00080118 CPU ]
/x86/sse2/mm_store_pd/emul/cpp [ OK ] [ 0.00027970 / 0.00027359 CPU ]
/x86/sse2/mm_store_pd1/emul/cpp [ OK ] [ 0.00037713 / 0.00035984 CPU ]
/x86/sse2/mm_store_sd/emul/cpp [ OK ] [ 0.00036002 / 0.00035158 CPU ]
/x86/sse2/mm_store_si128/emul/cpp [ OK ] [ 0.00068140 / 0.00067311 CPU ]
/x86/sse2/mm_storeh_pd/emul/cpp [ OK ] [ 0.00031990 / 0.00030868 CPU ]
/x86/sse2/mm_storel_epi64/emul/cpp [ OK ] [ 0.00027616 / 0.00026489 CPU ]
/x86/sse2/mm_storel_pd/emul/cpp [ OK ] [ 0.00052642 / 0.00050608 CPU ]
/x86/sse2/mm_storer_pd/emul/cpp [ OK ] [ 0.00034671 / 0.00033560 CPU ]
/x86/sse2/mm_storeu_pd/emul/cpp [ OK ] [ 0.00034180 / 0.00032570 CPU ]
/x86/sse2/mm_storeu_si128/emul/cpp [ OK ] [ 0.00052530 / 0.00051525 CPU ]
/x86/sse2/mm_store1_pd/emul/cpp [ OK ] [ 0.00023400 / 0.00022407 CPU ]
/x86/sse2/mm_stream_pd/emul/cpp [ OK ] [ 0.00024281 / 0.00023798 CPU ]
/x86/sse2/mm_stream_si128/emul/cpp [ OK ] [ 0.00061636 / 0.00060468 CPU ]
/x86/sse2/mm_stream_si32/emul/cpp [ OK ] [ 0.00012445 / 0.00011340 CPU ]
/x86/sse2/mm_stream_si64/emul/cpp [ OK ] [ 0.00019212 / 0.00017934 CPU ]
/x86/sse2/mm_sub_epi8/emul/cpp [ OK ] [ 0.00194633 / 0.00193588 CPU ]
/x86/sse2/mm_sub_epi16/emul/cpp [ OK ] [ 0.00108477 / 0.00107338 CPU ]
/x86/sse2/mm_sub_epi32/emul/cpp [ OK ] [ 0.00076964 / 0.00075822 CPU ]
/x86/sse2/mm_sub_epi64/emul/cpp [ OK ] [ 0.00030794 / 0.00029719 CPU ]
/x86/sse2/mm_sub_pd/emul/cpp [ OK ] [ 0.00061877 / 0.00060824 CPU ]
/x86/sse2/mm_sub_sd/emul/cpp [ OK ] [ 0.00058450 / 0.00057335 CPU ]
/x86/sse2/mm_sub_si64/emul/cpp [ OK ] [ 0.00015896 / 0.00014895 CPU ]
/x86/sse2/mm_subs_epi8/emul/cpp [ OK ] [ 0.00194892 / 0.00193754 CPU ]
/x86/sse2/mm_subs_epi16/emul/cpp [ OK ] [ 0.00115186 / 0.00114287 CPU ]
/x86/sse2/mm_subs_epu8/emul/cpp [ OK ] [ 0.00198947 / 0.00197957 CPU ]
/x86/sse2/mm_subs_epu16/emul/cpp [ OK ] [ 0.00111399 / 0.00110432 CPU ]
/x86/sse2/mm_min_epu8/emul/cpp [ OK ] [ 0.00188567 / 0.00187599 CPU ]
/x86/sse2/mm_min_epi16/emul/cpp [ OK ] [ 0.00112205 / 0.00111275 CPU ]
/x86/sse2/mm_min_pd/emul/cpp [ OK ] [ 0.00056906 / 0.00055915 CPU ]
/x86/sse2/mm_min_sd/emul/cpp [ OK ] [ 0.00055927 / 0.00054919 CPU ]
/x86/sse2/mm_max_epu8/emul/cpp [ OK ] [ 0.00182048 / 0.00181239 CPU ]
/x86/sse2/mm_max_epi16/emul/cpp [ OK ] [ 0.00117712 / 0.00117022 CPU ]
/x86/sse2/mm_max_pd/emul/cpp [ OK ] [ 0.00057610 / 0.00056631 CPU ]
/x86/sse2/mm_max_sd/emul/cpp [ OK ] [ 0.00056352 / 0.00055360 CPU ]
/x86/sse2/mm_mul_epu32/emul/cpp [ OK ] [ 0.00057219 / 0.00056449 CPU ]
/x86/sse2/mm_mul_pd/emul/cpp [ OK ] [ 0.00055525 / 0.00054595 CPU ]
/x86/sse2/mm_mul_sd/emul/cpp [ OK ] [ 0.00056101 / 0.00054356 CPU ]
/x86/sse2/mm_mul_su32/emul/cpp [ OK ] [ 0.00015213 / 0.00014266 CPU ]
/x86/sse2/mm_mulhi_epi16/emul/cpp [ OK ] [ 0.00102368 / 0.00101413 CPU ]
/x86/sse2/mm_mulhi_epu16/emul/cpp [ OK ] [ 0.00102553 / 0.00101571 CPU ]
/x86/sse2/mm_mullo_epi16/emul/cpp [ OK ] [ 0.00104126 / 0.00103213 CPU ]
/x86/sse2/mm_cmpeq_epi8/emul/cpp [ OK ] [ 0.00172468 / 0.00171496 CPU ]
/x86/sse2/mm_cmpeq_epi16/emul/cpp [ OK ] [ 0.00103687 / 0.00102704 CPU ]
/x86/sse2/mm_cmpeq_epi32/emul/cpp [ OK ] [ 0.00069394 / 0.00068297 CPU ]
/x86/sse2/mm_cmpeq_pd/emul/cpp [ OK ] [ 0.00049207 / 0.00048244 CPU ]
/x86/sse2/mm_cmpeq_sd/emul/cpp [ OK ] [ 0.00028902 / 0.00027978 CPU ]
/x86/sse2/mm_cmpneq_pd/emul/cpp [ OK ] [ 0.00025015 / 0.00024076 CPU ]
/x86/sse2/mm_cmpneq_sd/emul/cpp [ OK ] [ 0.00025715 / 0.00024795 CPU ]
/x86/sse2/mm_cmplt_epi8/emul/cpp [ OK ] [ 0.00172151 / 0.00171123 CPU ]
/x86/sse2/mm_cmplt_epi16/emul/cpp [ OK ] [ 0.00099733 / 0.00097424 CPU ]
/x86/sse2/mm_cmplt_epi32/emul/cpp [ OK ] [ 0.00072336 / 0.00071382 CPU ]
/x86/sse2/mm_cmplt_pd/emul/cpp [ OK ] [ 0.00025756 / 0.00024602 CPU ]
/x86/sse2/mm_cmplt_sd/emul/cpp [ OK ] [ 0.00026928 / 0.00025995 CPU ]
/x86/sse2/mm_cmpnlt_pd/emul/cpp [ OK ] [ 0.00025129 / 0.00024146 CPU ]
/x86/sse2/mm_cmpnlt_sd/emul/cpp [ OK ] [ 0.00027521 / 0.00026616 CPU ]
/x86/sse2/mm_cmple_pd/emul/cpp [ OK ] [ 0.00026283 / 0.00025365 CPU ]
/x86/sse2/mm_cmple_sd/emul/cpp [ OK ] [ 0.00027842 / 0.00026885 CPU ]
/x86/sse2/mm_cmpnle_pd/emul/cpp [ OK ] [ 0.00024182 / 0.00023217 CPU ]
/x86/sse2/mm_cmpnle_sd/emul/cpp [ OK ] [ 0.00027492 / 0.00026484 CPU ]
/x86/sse2/mm_cmpgt_epi8/emul/cpp [ OK ] [ 0.00168488 / 0.00167600 CPU ]
/x86/sse2/mm_cmpgt_epi16/emul/cpp [ OK ] [ 0.00097370 / 0.00096409 CPU ]
/x86/sse2/mm_cmpgt_epi32/emul/cpp [ OK ] [ 0.00071077 / 0.00070120 CPU ]
/x86/sse2/mm_cmpgt_pd/emul/cpp [ OK ] [ 0.00025720 / 0.00024535 CPU ]
/x86/sse2/mm_cmpgt_sd/emul/cpp [ OK ] [ 0.00026739 / 0.00025759 CPU ]
/x86/sse2/mm_cmpge_pd/emul/cpp [ OK ] [ 0.00026172 / 0.00025242 CPU ]
/x86/sse2/mm_cmpge_sd/emul/cpp [ OK ] [ 0.00027593 / 0.00026589 CPU ]
/x86/sse2/mm_cmpnge_pd/emul/cpp [ OK ] [ 0.00031581 / 0.00030661 CPU ]
/x86/sse2/mm_cmpnge_sd/emul/cpp [ OK ] [ 0.00028891 / 0.00027925 CPU ]
/x86/sse2/mm_cmpord_pd/emul/cpp [ OK ] [ 0.00028837 / 0.00027874 CPU ]
/x86/sse2/mm_cmpord_sd/emul/cpp [ OK ] [ 0.00031051 / 0.00030056 CPU ]
/x86/sse2/mm_cmpunord_pd/emul/cpp [ OK ] [ 0.00028200 / 0.00027199 CPU ]
/x86/sse2/mm_cmpunord_sd/emul/cpp [ OK ] [ 0.00030819 / 0.00029920 CPU ]
/x86/sse2/mm_castpd_ps/emul/cpp [ OK ] [ 0.00099779 / 0.00098863 CPU ]
/x86/sse2/mm_castps_pd/emul/cpp [ OK ] [ 0.00098006 / 0.00097113 CPU ]
/x86/sse2/mm_castsi128_pd/emul/cpp [ OK ] [ 0.00007014 / 0.00006017 CPU ]
/x86/sse2/mm_castsi128_ps/emul/cpp [ OK ] [ 0.00007040 / 0.00006027 CPU ]
/x86/sse2/mm_comieq_sd/emul/cpp [ OK ] [ 0.00027221 / 0.00025991 CPU ]
/x86/sse2/mm_comige_sd/emul/cpp [ OK ] [ 0.00027646 / 0.00026443 CPU ]
/x86/sse2/mm_comigt_sd/emul/cpp [ OK ] [ 0.00028642 / 0.00027607 CPU ]
/x86/sse2/mm_comile_sd/emul/cpp [ OK ] [ 0.00026780 / 0.00025709 CPU ]
/x86/sse2/mm_comilt_sd/emul/cpp [ OK ] [ 0.00025979 / 0.00024734 CPU ]
/x86/sse2/mm_comineq_sd/emul/cpp [ OK ] [ 0.00027311 / 0.00026260 CPU ]
/x86/sse2/mm_ucomieq_sd/emul/cpp [ OK ] [ 0.00041644 / 0.00040527 CPU ]
/x86/sse2/mm_ucomige_sd/emul/cpp [ OK ] [ 0.00043190 / 0.00042146 CPU ]
/x86/sse2/mm_ucomigt_sd/emul/cpp [ OK ] [ 0.00041349 / 0.00040239 CPU ]
/x86/sse2/mm_ucomile_sd/emul/cpp [ OK ] [ 0.00042078 / 0.00040801 CPU ]
/x86/sse2/mm_ucomilt_sd/emul/cpp [ OK ] [ 0.00042942 / 0.00041904 CPU ]
/x86/sse2/mm_ucomineq_sd/emul/cpp [ OK ] [ 0.00041990 / 0.00041046 CPU ]
/x86/sse2/mm_cvtepi32_pd/emul/cpp [ OK ] [ 0.00071558 / 0.00070473 CPU ]
/x86/sse2/mm_cvtepi32_ps/emul/cpp [ OK ] [ 0.00139739 / 0.00138638 CPU ]
/x86/sse2/mm_cvtpd_epi32/emul/cpp [ ERROR ]
Error: /build/simde-0.0.0.git.20200531/gcc_test/x86/sse2.cpp:3130: assertion failed: r.i32[0] ≈ test_vec[i].r.i32[0] (-2061584302 ≈ 893)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvtpd_pi32/emul/cpp [ ERROR ]
Error: /build/simde-0.0.0.git.20200531/gcc_test/x86/sse2.cpp:3165: assertion failed: r.i32[0] ≈ test_vec[i].r.i32[0] (-1546188227 ≈ -363)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvtpd_ps/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/gcc_test/x86/sse2.cpp:3200: assertion failed[0]: -3.37604e-11 ≈ 689.41 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvtpi32_pd/emul/cpp [ OK ] [ 0.00056814 / 0.00055727 CPU ]
/x86/sse2/mm_cvtps_epi32/emul/cpp [ OK ] [ 0.00070486 / 0.00069725 CPU ]
/x86/sse2/mm_cvtps_pd/emul/cpp [ OK ] [ 0.00079451 / 0.00078454 CPU ]
/x86/sse2/mm_cvtsd_f64/emul/cpp [ OK ] [ 0.00031875 / 0.00030320 CPU ]
/x86/sse2/mm_cvtsd_si32/emul/cpp [ OK ] [ 0.00053995 / 0.00053605 CPU ]
/x86/sse2/mm_cvtsd_si64/emul/cpp [ OK ] [ 0.00033147 / 0.00032329 CPU ]
/x86/sse2/mm_cvtsd_ss/emul/cpp [ ERROR ]
/build/simde-0.0.0.git.20200531/gcc_test/x86/sse2.cpp:3438: assertion failed[0]: 0 ≈ 228.75 (precision: 1e-1)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvtsi128_si32/emul/cpp [ OK ] [ 0.00045761 / 0.00044717 CPU ]
/x86/sse2/mm_cvtsi128_si64/emul/cpp [ OK ] [ 0.00028590 / 0.00027528 CPU ]
/x86/sse2/mm_cvtsi32_sd/emul/cpp [ OK ] [ 0.00065004 / 0.00063878 CPU ]
/x86/sse2/mm_cvtsi32_si128/emul/cpp [ OK ] [ 0.00059556 / 0.00058488 CPU ]
/x86/sse2/mm_cvtsi64_sd/emul/cpp [ OK ] [ 0.00060608 / 0.00059495 CPU ]
/x86/sse2/mm_cvtsi64_si128/emul/cpp [ OK ] [ 0.00028485 / 0.00027332 CPU ]
/x86/sse2/mm_cvtss_sd/emul/cpp [ OK ] [ 0.00075870 / 0.00074768 CPU ]
/x86/sse2/mm_cvttpd_epi32/emul/cpp [ OK ] [ 0.00049019 / 0.00048047 CPU ]
/x86/sse2/mm_cvttpd_pi32/emul/cpp [ ERROR ]
Error: /build/simde-0.0.0.git.20200531/gcc_test/x86/sse2.cpp:3756: assertion failed: r.i32[0] == test_vec[i].r.i32[0] (-1546188227 == 302)
Error: child killed by signal 6 (Aborted)
/x86/sse2/mm_cvttps_epi32/emul/cpp [ OK ] [ 0.00062407 / 0.00061368 CPU ]
/x86/sse2/mm_cvttsd_si32/emul/cpp [ OK ] [ 0.00028678 / 0.00027649 CPU ]
/x86/sse2/mm_cvttsd_si64/emul/cpp [ OK ] [ 0.00028424 / 0.00027371 CPU ]
/x86/sse2/mm_div_pd/emul/cpp [ OK ] [ 0.00060232 / 0.00059133 CPU ]
/x86/sse2/mm_div_sd/emul/cpp [ OK ] [ 0.00058064 / 0.00057030 CPU ]
/x86/sse2/mm_extract_epi16/emul/cpp [ OK ] [ 0.00062416 / 0.00061369 CPU ]
/x86/sse2/mm_insert_epi16/emul/cpp [ OK ] [ 0.00095909 / 0.00094925 CPU ]
/x86/sse2/mm_load_pd/emul/cpp [ OK ] [ 0.00051379 / 0.00049859 CPU ]
/x86/sse2/mm_load_pd1/emul/cpp [ OK ] [ 0.00058516 / 0.00057456 CPU ]
/x86/sse2/mm_load_sd/emul/cpp [ OK ] [ 0.00057476 / 0.00056421 CPU ]
/x86/sse2/mm_load_si128/emul/cpp [ OK ] [ 0.00058298 / 0.00057261 CPU ]
/x86/sse2/mm_loadh_pd/emul/cpp [ OK ] [ 0.00057391 / 0.00056417 CPU ]
/x86/sse2/mm_loadl_epi64/emul/cpp [ OK ] [ 0.00020566 / 0.00019463 CPU ]
/x86/sse2/mm_loadl_pd/emul/cpp [ OK ] [ 0.00058415 / 0.00057358 CPU ]
/x86/sse2/mm_loadr_pd/emul/cpp [ OK ] [ 0.00049067 / 0.00048015 CPU ]
/x86/sse2/mm_loadu_pd/emul/cpp [ OK ] [ 0.00049118 / 0.00048229 CPU ]
/x86/sse2/mm_loadu_si128/emul/cpp [ OK ] [ 0.00060312 / 0.00059161 CPU ]
/x86/sse2/mm_movemask_epi8/emul/cpp [ OK ] [ 0.00101647 / 0.00100716 CPU ]
/x86/sse2/mm_movemask_pd/emul/cpp [ OK ] [ 0.00028300 / 0.00027319 CPU ]
/x86/sse2/mm_maskmoveu_si128/emul/cpp[ OK ] [ 0.00143980 / 0.00142935 CPU ]
/x86/sse2/mm_move_epi64/emul/cpp [ OK ] [ 0.00019090 / 0.00018075 CPU ]
/x86/sse2/mm_move_sd/emul/cpp [ OK ] [ 0.00054609 / 0.00053650 CPU ]
/x86/sse2/mm_movepi64_pi64/emul/cpp [ OK ] [ 0.00017179 / 0.00016222 CPU ]
/x86/sse2/mm_movpi64_epi64/emul/cpp [ OK ] [ 0.00016357 / 0.00015376 CPU ]
/x86/sse2/mm_or_pd/emul/cpp [ OK ] [ 0.00056107 / 0.00055122 CPU ]
/x86/sse2/mm_or_si128/emul/cpp [ OK ] [ 0.00036057 / 0.00035223 CPU ]
/x86/sse2/mm_packs_epi16/emul/cpp [ OK ] [ 0.00173453 / 0.00172592 CPU ]
/x86/sse2/mm_packs_epi32/emul/cpp [ OK ] [ 0.00095264 / 0.00094291 CPU ]
/x86/sse2/mm_packus_epi16/emul/cpp [ OK ] [ 0.00166089 / 0.00164967 CPU ]
/x86/sse2/mm_undefined_pd/emul/cpp [ OK ] [ 0.00006509 / 0.00005527 CPU ]
/x86/sse2/mm_undefined_si128/emul/cpp[ OK ] [ 0.00006576 / 0.00005597 CPU ]
/x86/sse2/mm_unpackhi_epi8/emul/cpp [ OK ] [ 0.00174106 / 0.00173162 CPU ]
/x86/sse2/mm_unpackhi_epi16/emul/cpp [ OK ] [ 0.00101204 / 0.00100333 CPU ]
/x86/sse2/mm_unpackhi_epi32/emul/cpp [ OK ] [ 0.00070158 / 0.00069227 CPU ]
/x86/sse2/mm_unpackhi_epi64/emul/cpp [ OK ] [ 0.00024457 / 0.00023552 CPU ]
/x86/sse2/mm_unpackhi_pd/emul/cpp [ OK ] [ 0.00052611 / 0.00051596 CPU ]
/x86/sse2/mm_unpacklo_epi8/emul/cpp [ OK ] [ 0.00174411 / 0.00173472 CPU ]
/x86/sse2/mm_unpacklo_epi16/emul/cpp [ OK ] [ 0.00099176 / 0.00098158 CPU ]
/x86/sse2/mm_unpacklo_epi32/emul/cpp [ OK ] [ 0.00069254 / 0.00068281 CPU ]
/x86/sse2/mm_unpacklo_epi64/emul/cpp [ OK ] [ 0.00023432 / 0.00022507 CPU ]
/x86/sse2/mm_unpacklo_pd/emul/cpp [ OK ] [ 0.00051289 / 0.00050372 CPU ]
/x86/sse2/mm_shuffle_epi32/emul/cpp [ OK ] [ 0.00052246 / 0.00051267 CPU ]
/x86/sse2/mm_shuffle_pd/emul/cpp [ OK ] [ 0.00051295 / 0.00050382 CPU ]
/x86/sse2/mm_shufflehi_epi16/emul/cpp[ OK ] [ 0.00077319 / 0.00076430 CPU ]
/x86/sse2/mm_shufflelo_epi16/emul/cpp[ OK ] [ 0.00106426 / 0.00105518 CPU ]
/x86/sse2/mm_sll_epi16/emul/cpp [ OK ] [ 0.00099552 / 0.00098611 CPU ]
/x86/sse2/mm_sll_epi32/emul/cpp [ OK ] [ 0.00111602 / 0.00110653 CPU ]
/x86/sse2/mm_sll_epi64/emul/cpp [ OK ] [ 0.00029089 / 0.00028079 CPU ]
/x86/sse2/mm_srl_epi16/emul/cpp [ OK ] [ 0.00083197 / 0.00082306 CPU ]
/x86/sse2/mm_srl_epi32/emul/cpp [ OK ] [ 0.00063686 / 0.00062789 CPU ]
/x86/sse2/mm_srl_epi64/emul/cpp [ OK ] [ 0.00034304 / 0.00030954 CPU ]
/x86/sse2/mm_sqrt_pd/emul/cpp [ OK ] [ 0.00063088 / 0.00061906 CPU ]
/x86/sse2/mm_sqrt_sd/emul/cpp [ OK ] [ 0.00055773 / 0.00055049 CPU ]
/x86/sse2/mm_madd_epi16/emul/cpp [ OK ] [ 0.00096132 / 0.00095098 CPU ]
/x86/sse2/mm_sad_epu8/emul/cpp [ OK ] [ 0.00131914 / 0.00130558 CPU ]
/x86/sse2/mm_xor_pd/emul/cpp [ OK ] [ 0.00006995 / 0.00005955 CPU ]
/x86/sse2/mm_xor_si128/emul/cpp [ OK ] [ 0.00066666 / 0.00065694 CPU ]
/x86/sse2/x_mm_not_si128/emul/cpp [ OK ] [ 0.00066650 / 0.00059505 CPU ]
/x86/sse2/x_mm_sub_epu32/emul/cpp [ OK ] [ 0.00089653 / 0.00088642 CPU ]
/x86/sse2/x_mm_mul_epi64/emul/cpp [ OK ] [ 0.00030701 / 0.00029706 CPU ]
/x86/sse2/x_mm_mod_epi64/emul/cpp [ OK ] [ 0.00029748 / 0.00028765 CPU ]
862 of 880 (98%) tests successful, 0 (0%) test skipped.
16/16 Test #11: /x86/avx512f/ .................... Passed 7.17 sec
88% tests passed, 2 tests failed out of 16
Total Test time (real) = 7.21 sec
The following tests FAILED:
3 - /x86/sse2/ (Failed)
8 - /x86/avx/ (Failed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment