From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55D431382C5 for ; Wed, 17 Jun 2020 17:50:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB530E09B8; Wed, 17 Jun 2020 17:49:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9ADCFE09AE for ; Wed, 17 Jun 2020 17:49:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 980EF34F32F for ; Wed, 17 Jun 2020 17:49:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCF1C2AB for ; Wed, 17 Jun 2020 17:49:53 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1592416186.493bf9c882291c76ba217d611e4f0a0d71a7d1b8.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glm/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/glm/files/glm-0.9.9.2-avx.patch X-VCS-Directories: media-libs/glm/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 493bf9c882291c76ba217d611e4f0a0d71a7d1b8 X-VCS-Branch: master Date: Wed, 17 Jun 2020 17:49:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 483c97ea-611b-41c8-a1d9-ded9c7e42e6a X-Archives-Hash: fc31f471614b90d90fb3509c2ec073f8 commit: 493bf9c882291c76ba217d611e4f0a0d71a7d1b8 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Jun 16 18:25:58 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Jun 17 17:49:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493bf9c8 media-libs/glm: remove unused patch Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16278 Signed-off-by: Aaron Bauman gentoo.org> media-libs/glm/files/glm-0.9.9.2-avx.patch | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/media-libs/glm/files/glm-0.9.9.2-avx.patch b/media-libs/glm/files/glm-0.9.9.2-avx.patch deleted file mode 100644 index 3549af416fc..00000000000 --- a/media-libs/glm/files/glm-0.9.9.2-avx.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/glm/simd/platform.h 2019-03-06 18:57:53.309630574 +0100 -+++ b/glm/simd/platform.h 2019-03-06 18:58:30.796988006 +0100 -@@ -233,7 +233,7 @@ - #define GLM_ARCH_SSSE3_BIT (0x00000010) - #define GLM_ARCH_SSE41_BIT (0x00000020) - #define GLM_ARCH_SSE42_BIT (0x00000040) --#define GLM_ARCH_AVX_BIT (0x00000080) -+#define GLM_ARCH_AVX_BIT (0x00000000) - #define GLM_ARCH_AVX2_BIT (0x00000100) - - #define GLM_ARCH_UNKNOWN (0) ---- a/CMakeLists.txt 2019-03-06 19:27:14.052353176 +0100 -+++ b/CMakeLists.txt 2019-03-06 19:27:05.161503895 +0100 -@@ -203,7 +203,6 @@ - message("GLM: GCC - ${CMAKE_CXX_COMPILER_ID} compiler") - endif() - -- add_compile_options(-O2) - add_compile_options(-Wno-long-long) - - elseif(CMAKE_CXX_COMPILER_ID MATCHES "Intel") ---- a/test/perf/CMakeLists.txt.old 2019-03-18 20:18:58.397352048 +0100 -+++ b/test/perf/CMakeLists.txt 2019-03-18 20:19:08.466182370 +0100 -@@ -1,6 +1,3 @@ --glmCreateTestGTC(perf_matrix_div) - glmCreateTestGTC(perf_matrix_inverse) --glmCreateTestGTC(perf_matrix_mul) --glmCreateTestGTC(perf_matrix_mul_vector) - glmCreateTestGTC(perf_matrix_transpose) - glmCreateTestGTC(perf_vector_mul_matrix)