File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -33,17 +33,12 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33
33
#include "daxpy_microk_nehalem-2.c"
34
34
#elif defined(BULLDOZER )
35
35
#include "daxpy_microk_bulldozer-2.c"
36
- /*
37
- these appear to be broken, see issue 1332
38
36
#elif defined(STEAMROLLER ) || defined(EXCAVATOR )
39
37
#include "daxpy_microk_steamroller-2.c"
40
38
#elif defined(PILEDRIVER )
41
39
#include "daxpy_microk_piledriver-2.c"
42
40
#elif defined(HASWELL ) || defined(ZEN )
43
41
#include "daxpy_microk_haswell-2.c"
44
- */
45
- #elif defined(HASWELL ) || defined(ZEN ) || defined(PILEDRIVER ) || defined(STEAMROLLER ) || defined(EXCAVATOR )
46
- #include "daxpy_microk_sandy-2.c"
47
42
#elif defined(SANDYBRIDGE )
48
43
#include "daxpy_microk_sandy-2.c"
49
44
#endif
You can’t perform that action at this time.
0 commit comments