MERGE
155 Bytes
-
libgo: use inline assembly in favor of call to _xgetbv() · 7fc9c2e5
Use inline assembly in the implementation of internal_cpu.xgetbv as opposed to a call to the intrinsic _xgetbv(), since non-gcc compilers (e.g. clang) may or may not have support for it. Reviewed-on: https://go-review.googlesource.com/c/140137 From-SVN: r264882
Ian Lance Taylor committed