El 1/3/25 a las 15:18, Michael van Elst escribió:
mar...@duskware.de (Martin Husemann) writes:
On NetBSD that is done via
sysctl machdep
machdep.fpu_present = 1
machdep.hwdiv_present = 1
machdep.neon_present = 1
machdep.simd_present = 1
machdep.simdex_present = 1
Such feature flags exist on 32bit arm, but not on 64bit arm (nor on
other architectures). It's also not very complete in terms of
optional CPU features.
Thank you very much both.
Yes, rapberrypi4 does not have those sysctl variables:
netbsd-raspa4$ sysctl machdep|grep present
netbsd-raspa4$
And my RaspberryPi ZeroW has those variables:
netbsd-raspaZeroW$ sysctl machdep|grep present
machdep.fpu_present = 1
machdep.hwdiv_present = 0
machdep.neon_present = 0
machdep.simd_present = 0
machdep.simdex_present = 0
machdep.synchprim_present = 0
netbsd-raspaZeroW$
Thanks