sse4a intruction set not enabled when I try to compile MatConvNet. I'm running the program in MATLAB R2015a with NVidia GT720 on Intel i7 Windows 8.1. I have installed the c/c++ compiler also. The problems start when I run the vl_compilenn. Thanks.
    5 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
Error using mex pooling_cpu.cpp C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\ammintrin.h(28) : fatal error C1189: #error : "SSE4A instruction set not enabled"
Error in vl_compilenn>mex_compile (line 510) mex(mopts{:}) ;
Error in vl_compilenn (line 471) mex_compile(opts, srcs{i}, objfile, flags.mexcc) ;
2 commentaires
  Walter Roberson
      
      
 le 27 Juin 2016
				It would not surprise me if VS 2010 did not understand SSE4A instructions. You might need to use a later compiler.
Réponses (0)
Voir également
Catégories
				En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


