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)
Jan 17 2025, 5:07 PM
Unknown Object (File)
Jan 10 2025, 10:36 AM
Unknown Object (File)
Dec 31 2024, 8:45 PM
Unknown Object (File)
Dec 25 2024, 7:53 AM
Unknown Object (File)
Dec 24 2024, 6:46 PM
Unknown Object (File)
Dec 12 2024, 6:58 PM
Unknown Object (File)
Dec 1 2024, 1:51 AM
Unknown Object (File)
Nov 28 2024, 3:52 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.