try pragma to disable tree vectorizer

This commit is contained in:
Martin Kroeker 2022-09-01 11:16:16 +02:00 committed by GitHub
parent 6d7ec34c5f
commit e5d0749420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#pragma GCC optimize("no-tree-vectorize")
#include <stdlib.h>
#include <stdio.h>
#include "common.h"