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)
Fri, Jan 17, 5:07 PM
Unknown Object (File)
Fri, Jan 10, 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

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.