<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:james.molloy@arm.com" title="James Molloy <james.molloy@arm.com>"> <span class="fn">James Molloy</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - neon instructions emitted for targets without it."
   href="https://llvm.org/bugs/show_bug.cgi?id=30732">bug 30732</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>james.molloy@arm.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - neon instructions emitted for targets without it."
   href="https://llvm.org/bugs/show_bug.cgi?id=30732#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - neon instructions emitted for targets without it."
   href="https://llvm.org/bugs/show_bug.cgi?id=30732">bug 30732</a>
              from <span class="vcard"><a class="email" href="mailto:james.molloy@arm.com" title="James Molloy <james.molloy@arm.com>"> <span class="fn">James Molloy</span></a>
</span></b>
        <pre>Hi,

NEON is indeed optional for ARMv7-A cores, however it is on by default. It is
possible to disable NEON by specifying the -mfpu option to a VFP unit (not
"neon"):

./bin/clang --target=arm-linux-unknown-gnueabihf -march=armv7-a -mcpu=generic
-O2 x.c -o - -S -mfpu=vfpv3
... snip ...
    vldr    d0, .LCPI0_0
... snip ...</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>