File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ architectures and ABIs is used.
319319
320320|`armv5te`
321321 |
322- | `armel`
322+ | `armel` (See <<armhf-rpios-note,note>>.)
323323 | 32-bit ARMv5TE architecture or compatible, little endian
324324
325325|`mips64`
@@ -386,6 +386,11 @@ While the Android ABI called `armeabi-v7a` does not use VFP PCS as the
386386__system__ ABI, a definition in `openxr_platform_defines.h` enables the VFP
387387PCS calling convention for all OpenXR API calls and function pointers.
388388
389+ [[armhf-rpios-note]]
390+ Note: Raspberry Pi OS differs in its architecture definitions from upstream
391+ Debian by redefining `armhf` as ARMv6, rather than ARMv7.
392+ Therefore, on that operating system, `armhf` maps to ID `armv5te`.
393+
389394[[runtime-enumeration]]
390395==== Runtime Enumeration
391396
You can’t perform that action at this time.
0 commit comments