Skip to content

Commit 25ea503

Browse files
committed
1
Signed-off-by: Kirill Golikov <[email protected]>
1 parent 265da2a commit 25ea503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NeoMathEngine/src/CPU/x86/avx2/Avx2VectorFunctions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424

2525
static constexpr int AvxBlockSize = 8;
2626

27-
#define NEOML_USE_AVX_MASK
27+
//#define NEOML_USE_AVX_MASK
2828
#ifdef NEOML_USE_AVX_MASK
2929

3030
#define AVX_IO_MASK( N ) \

0 commit comments

Comments
 (0)