public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4513] rs6000: Add nmmintrin.h to extra_headers
@ 2021-10-19 15:43 Paul Clarke
  0 siblings, 0 replies; only message in thread
From: Paul Clarke @ 2021-10-19 15:43 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ce8add4b0e086e671a7e08503408356ad6beee7f

commit r12-4513-gce8add4b0e086e671a7e08503408356ad6beee7f
Author: Paul A. Clarke <pc@us.ibm.com>
Date:   Mon Oct 18 19:12:12 2021 -0500

    rs6000: Add nmmintrin.h to extra_headers
    
    Fix an omission in commit 29fb1e831bf1c25e4574bf2f98a9f534e5c67665.
    
    2021-10-19  Paul A. Clarke  <pc@us.ibm.com>
    
    gcc
            * config.gcc (extra_headers): Add nmmintrin.h.

Diff:
---
 gcc/config.gcc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index 3675e063a53..fb1f06f3da8 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -490,6 +490,7 @@ powerpc*-*-*)
 	extra_headers="${extra_headers} xmmintrin.h mm_malloc.h emmintrin.h"
 	extra_headers="${extra_headers} mmintrin.h x86intrin.h"
 	extra_headers="${extra_headers} pmmintrin.h tmmintrin.h smmintrin.h"
+	extra_headers="${extra_headers} nmmintrin.h"
 	extra_headers="${extra_headers} ppu_intrinsics.h spu2vmx.h vec_types.h si2vmx.h"
 	extra_headers="${extra_headers} amo.h"
 	case x$with_cpu in


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-19 15:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19 15:43 [gcc r12-4513] rs6000: Add nmmintrin.h to extra_headers Paul Clarke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).