How to include ppc_intrinsics.h with gcc12? #39
barracuda156
started this conversation in
General
Replies: 1 comment 6 replies
-
|
the file However, there is a copy of if in the old Apple branch on the FSF server, so that (in principle, AFAIU the rules) we could import it into master and have it installed. ... another thing for the "TODO" ;) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@iains
Some ports expect an arch-specific intrinsics header. With
gcc12I only findppu_intrinsics.h(for Cell):/opt/local/lib/gcc12/gcc/ppc-apple-darwin10/12.1.0/include/ppu_intrinsics.h. Then there isppc_intrinsics.hin OS includes, but forgcc-4.2:/usr/include/gcc/darwin/4.2/ppc_intrinsics.h. What should be done about this?Beta Was this translation helpful? Give feedback.
All reactions