File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2972,7 +2972,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2972
2972
2973
2973
#if defined(CORTEXA57 ) || \
2974
2974
defined(CORTEXA72 ) || defined(CORTEXA73 ) || \
2975
- defined(FALKOR ) || defined(TSV110 ) || defined(EMAG8180 )
2975
+ defined(FALKOR ) || defined(TSV110 ) || defined(EMAG8180 ) || defined( VORTEX )
2976
2976
2977
2977
#define SGEMM_DEFAULT_UNROLL_M 16
2978
2978
#define SGEMM_DEFAULT_UNROLL_N 4
@@ -2989,7 +2989,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2989
2989
/*FIXME: this should be using the cache size, but there is currently no easy way to
2990
2990
query that on ARM. So if getarch counted more than 8 cores we simply assume the host
2991
2991
is a big desktop or server with abundant cache rather than a phone or embedded device */
2992
- #if NUM_CORES > 8 || defined(TSV110 ) || defined(EMAG8180 )
2992
+ #if NUM_CORES > 8 || defined(TSV110 ) || defined(EMAG8180 ) || defined( VORTEX )
2993
2993
#define SGEMM_DEFAULT_P 512
2994
2994
#define DGEMM_DEFAULT_P 256
2995
2995
#define CGEMM_DEFAULT_P 256
You can’t perform that action at this time.
0 commit comments