Files
Leonardo Maldonado 7db54ca2bc fix: make x86-specific examples compile on x86_64
The SIMD/target-cpu examples returned () from cfg(target_arch="x86_64") blocks and unsafe fns, so they only compiled on non-x86 hosts (where the blocks are cfg'd out). Make them return their declared types and compile on every arch.
2026-06-14 19:49:06 -03:00
..