Skip to content
Snippets Groups Projects
Commit 875080e1 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'vectorize_rm_unused' into 'main'

rm unused ATH_ENABLE_FUNCTION_VECTORIZATION

See merge request !66497
parents 7fa0bc3a 1a3c2c4e
No related branches found
No related tags found
1 merge request!66497rm unused ATH_ENABLE_FUNCTION_VECTORIZATION
// This file's extension implies that it's C, but it's really -*- C++ -*-.
/*
* Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration.
* Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration.
*/
/**
* @file CxxUtils/vectorize.h
......@@ -33,11 +33,4 @@
# define ATH_ENABLE_VECTORIZATION class ATH_ENABLE_VECTORIZATION_SWALLOW_SEMICOLON
#endif
#if defined(__GNUC__) && !defined(__clang__) && !defined(__ICC) && !defined(__COVERITY__) && \
!defined(__CUDACC__)
# define ATH_ENABLE_FUNCTION_VECTORIZATION __attribute__((optimize("tree-vectorize")))
#else
# define ATH_ENABLE_FUNCTION_VECTORIZATION
#endif
#endif // not CXXUTILS_VECTORIZE_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment