3 lines
69 B
Bash
Raw Permalink Normal View History

2023-12-11 23:18:08 +01:00
#!/bin/sh
gcc -msse3 -dM -E - < /dev/null | grep -E "SSE|AVX" | sort