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 5 2024, 5:39 PM
Unknown Object (File)
Dec 25 2023, 9:41 AM
Unknown Object (File)
Dec 20 2023, 1:51 AM
Unknown Object (File)
Sep 6 2023, 1:53 PM
Unknown Object (File)
Sep 6 2023, 1:53 PM
Unknown Object (File)
Sep 6 2023, 1:52 PM
Unknown Object (File)
Sep 5 2023, 5:48 PM
Unknown Object (File)
Sep 1 2023, 12:38 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.