This is equivalent to asm/fpu/api.h, but is included by drm on aarch64.
Details
Details
- Reviewers
manu • hselasky imp bz - Group Reviewers
linuxkpi - Commits
- rG8870cb573f4a: LinuxKPI: add asm/neon.h
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 46020 Build 42908: arc lint + arc unit
Event Timeline
sys/compat/linuxkpi/common/include/asm/neon.h | ||
---|---|---|
37 | We try to not follow linux with extern in linuxkpi (at least recently). |
sys/compat/linuxkpi/common/include/asm/neon.h | ||
---|---|---|
37 | hm. the function exists, should I just not declare it as extern? why? Should the x86 header also be changed in the same patch? |
sys/compat/linuxkpi/common/include/asm/neon.h | ||
---|---|---|
37 | When declaring prototypes for global functions, the extern keyword is optional. Only for variables it is needed. I'm good with either version. |
Comment Actions
With the nit please fixed in the last line.
Also raises a question on how we are going to deal with per-arch asm headers eventually in the future ...?
sys/compat/linuxkpi/common/include/asm/neon.h | ||
---|---|---|
40 | NEON not FPU_API |