Page MenuHomeFreeBSD

Create an empty stdint.h for arm_neon.h to include.
ClosedPublic

Authored by andrew on Jul 13 2018, 12:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 12, 6:58 PM
Unknown Object (File)
Sun, Dec 1, 1:51 AM
Unknown Object (File)
Thu, Nov 28, 3:52 PM
Unknown Object (File)
Thu, Nov 28, 3:52 PM
Unknown Object (File)
Thu, Nov 28, 3:51 PM
Unknown Object (File)
Thu, Nov 28, 3:31 PM
Unknown Object (File)
Nov 22 2024, 7:16 PM
Unknown Object (File)
Nov 22 2024, 4:24 PM
Subscribers

Details

Summary

It doesn't need to define anything as we already include the required
header files.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jul 16 2018, 3:39 PM
This revision was automatically updated to reflect the committed changes.

I wish I'd seen this. Any reason why arm_neon.h couldn't just include sys/stdint.h?

In D16254#345656, @imp wrote:

I wish I'd seen this. Any reason why arm_neon.h couldn't just include sys/stdint.h?

It is not ours, it is generated from LLVM sources (a .td file) by llvm-tblgen.