• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
trying to get C++ code using NEON intrinsics to build
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trying to get C++ code using NEON intrinsics to build


  • Subject: trying to get C++ code using NEON intrinsics to build
  • From: "Patrick J. Collins" <email@hidden>
  • Date: Mon, 04 Jul 2016 14:04:35 -0700 (PDT)

Hi everyone,

I've been wasting hours trying to get my project to build, and nothing
seems to be working...

To summarize,

I copied the source code from:
http://clang.llvm.org/doxygen/arm__neon_8h-source.html

Into a file called "arm_neon.h"

added that to my project...

In the C++ file that is using intrinsics, I did #include "arm_neon.h"

When I build, I get a bunch of errors "Use of undeclared identifier
'__builtin_neon_vaddl'; did you mean '__builtin_neon_vpaddl_v'?"

These errors are in the arm_neon.h file on the lines such as:

  // vector long add
  INTTYPES_WIDENING(vaddl, __builtin_neon_vaddl)

What am I doing wrong?  How do I get NEON intrinsics to properly build
in Xcode?

I am using Xcode 7.2.1


Patrick J. Collins
http://collinatorstudios.com

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: trying to get C++ code using NEON intrinsics to build
      • From: "Patrick J. Collins" <email@hidden>
  • Prev by Date: Re: malloc was optimized out
  • Next by Date: Re: malloc was optimized out
  • Previous by thread: Re: malloc was optimized out
  • Next by thread: Re: trying to get C++ code using NEON intrinsics to build
  • Index(es):
    • Date
    • Thread