quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

xgetbv.c (58B)


      1 #include <intrin.h>
      2 
      3 void main() {
      4   (void) _xgetbv(0);
      5 }