From 7fc9c2e52f66a2b8aa101ef918829046f8f517e8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 5 Oct 2018 17:51:57 +0000 Subject: libgo: use inline assembly in favor of call to _xgetbv() 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 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index b28c8d3..2c7a860 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -9f4cf23e716bcf65e071260afa032a64acd3fdde +d0739c13ca3686df1f8d0fae7c6c5caaed058503 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1