The correct output should be a second print (arg1 only).
System information
- What OS did you do install Mojo on ? macOS 12.6
- Provide version information for Mojo by pasting the output of `mojo -v` 24.2.1 (2f0dcf11)
- Provide Modular CLI version by pasting the output of `modular -v` 0.6.0 (04c05243)
Host Information
================
Target Triple: aarch64-unknown-macosx
CPU: apple-m1
CPU Features: aes, complxnum, crc, dotprod, fp-armv8, fp16fml, fullfp16, jsconv, lse, neon, pauth, ras, rcpc, rdm, sha2, sha3
Bug description
Values are different when printing SIMD vector as a single argument in print vs second argument.
Steps to reproduce
Output:
The correct output should be a second print (arg1 only).
System information