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)
Mon, Jun 1, 10:12 AM
Unknown Object (File)
Sun, May 31, 4:57 AM
Unknown Object (File)
Sat, May 30, 7:43 PM
Unknown Object (File)
Fri, May 29, 3:15 AM
Unknown Object (File)
Apr 28 2026, 5:14 AM
Unknown Object (File)
Apr 27 2026, 11:10 AM
Unknown Object (File)
Apr 19 2026, 12:22 PM
Unknown Object (File)
Apr 19 2026, 12:22 PM
Subscribers

Details

Summary

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

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 18008
Build 17760: arc lint + arc unit

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.