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

Small corrections to the NEON port

This commit is contained in:
Guido Cossu
2017-06-29 11:30:29 +01:00
parent 688a39cfd9
commit 8859a151cc
4 changed files with 11 additions and 17 deletions

View File

@ -6,9 +6,9 @@
Copyright (C) 2015
Author: Nils Meyer <nils.meyer@ur.de>
Author: Peter Boyle <paboyle@ph.ed.ac.uk>
Author: neo <cossu@post.kek.jp>
Author: Nils Meyer <nils.meyer@ur.de>
Author: Peter Boyle <paboyle@ph.ed.ac.uk>
Author: neo <cossu@post.kek.jp>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -27,7 +27,7 @@ Author: neo <cossu@post.kek.jp>
See the full license in the file "LICENSE" in the top level distribution directory
*************************************************************************************/
/* END LEGAL */
//----------------------------------------------------------------------
/*
ARMv8 NEON intrinsics layer by
@ -37,9 +37,6 @@ Author: neo <cossu@post.kek.jp>
SFB/TRR55
*/
//----------------------------------------------------------------------
//#ifndef ARM_NEON
//#define ARM_NEON
#ifndef GEN_SIMD_WIDTH
#define GEN_SIMD_WIDTH 16u
@ -606,6 +603,4 @@ namespace Optimization {
typedef Optimization::TimesMinusI TimesMinusISIMD;
typedef Optimization::TimesI TimesISIMD;
}
//#endif // ARM_NEON
}