https://github.com/linbox-team/fflas-ffpack
Raw File
Tip revision: f76435fbd6e22081b7928da96b9b17943d47dbe0 authored by Cyril Bouvier on 18 February 2019, 15:01:05 UTC
simd: signbits exists only for 64bit variants (and as a protected member)
Tip revision: f76435f
tune_ftrtri.sh
#!/bin/sh
echo =================================================
echo ========= FFLAS-FFPACK ftrtri Autotuning ========
echo =================================================
echo 
(./ftrtri > ftrtri-threshold.h) 2>&1 | tee ftrtri-autotune.log
back to top