Issue 208971
Summary Clang doesn't recognize "-mvis3" or "-mvis4" command-line options for SPARC64
Labels
Assignees
Reporter mtl1979
    Clang version: 23.0.0

Full command-line: `clang -S --target=sparc64-linux-gnu -mvis4 -O3 vis-test.c`
```
clang: error: unknown argument '-mvis4'; did you mean '-mvis2'?
```

GCC does support `-mvis4` to enable Visual Instruction Set version 4 (preprocessor `__VIS = 0x400` and `__VIS__ = 0x400`).
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to