1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

build system improvements after discussion with Peter

This commit is contained in:
2016-08-04 16:19:59 +01:00
parent 3b376ed54e
commit 93d29bb699
5 changed files with 19 additions and 16 deletions

View File

@ -2,7 +2,7 @@
Grid physics library, www.github.com/paboyle/Grid
Source file: ./lib/simd/Grid_empty.h
Source file: ./lib/simd/Grid_generic.h
Copyright (C) 2015
@ -26,14 +26,6 @@ Author: neo <cossu@post.kek.jp>
See the full license in the file "LICENSE" in the top level distribution directory
*************************************************************************************/
/* END LEGAL */
//----------------------------------------------------------------------
/*! @file Grid_sse4.h
@brief Empty Optimization libraries for debugging
Using intrinsics
*/
// Time-stamp: <2015-06-09 14:28:02 neo>
//----------------------------------------------------------------------
namespace Grid {
namespace Optimization {

View File

@ -39,7 +39,7 @@ directory
#define GRID_VECTOR_TYPES
#ifdef GENERIC_VEC
#include "Grid_empty.h"
#include "Grid_generic.h"
#endif
#ifdef SSE4
#include "Grid_sse4.h"