We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fe9cb commit c9174aeCopy full SHA for c9174ae
kernel/x86_64/zgemv_t_4.c
@@ -27,7 +27,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
28
#include "common.h"
29
30
-#if (defined(OS_DARWIN) || defined(OS_WINDOWS)) && (defined(__GNUC__) && __GNUC__ > 11)
+#if (defined(__GNUC__) && __GNUC__ > 11)
31
#pragma GCC optimize("no-tree-vectorize")
32
#endif
33
0 commit comments