DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.57k stars 550 forks source link

i#3544 RV64: Implements proc_has_feature() for vector extension #6836

Closed ksco closed 3 weeks ago

ksco commented 4 weeks ago

Detects RISC-V vector extension support using SIGILL in signal_arch_init(). Manually tested on real hardware.

Issue: #3544