1
0
mirror of https://github.com/golang/go synced 2024-11-05 15:46:11 -07:00
go/container/intsets
Andrew Gerrand 3d33c30540 container/intsets: build correctly on App Engine
App Engine is amd64 but it doesn't support uploading assembly files.
Use the explicit build tag so that it selects the generic implementation
on App Engine.
This is required to deploy golang.org.

Change-Id: I7374c91961c53d59f6fdcc9ac98b8a9cec755b2c
Reviewed-on: https://go-review.googlesource.com/15246
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-10-06 04:34:19 +00:00
..
popcnt_amd64.go container/intsets: build correctly on App Engine 2015-10-06 04:34:19 +00:00
popcnt_amd64.s container/intsets: popcount: use POPCNT on amd64, Hacker's Delight algorithm on 386 2015-10-01 19:57:28 +00:00
popcnt_generic.go container/intsets: build correctly on App Engine 2015-10-06 04:34:19 +00:00
sparse_test.go container/intsets: Intersects, SubsetOf, SymmetricDifference(With) 2015-01-14 20:51:28 +00:00
sparse.go container/intsets: Intersects, SubsetOf, SymmetricDifference(With) 2015-01-14 20:51:28 +00:00
util_test.go container/intsets: popcount: use POPCNT on amd64, Hacker's Delight algorithm on 386 2015-10-01 19:57:28 +00:00
util.go container/intsets: popcount: use POPCNT on amd64, Hacker's Delight algorithm on 386 2015-10-01 19:57:28 +00:00