Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f584ccd authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Remove obsolete 'neon' feature." into main

parents 978cab56 e9c49d5f
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -112,9 +112,6 @@ var cpuVariants = map[ArchType][]string{
}

var archFeatures = map[ArchType][]string{
	Arm: {
		"neon",
	},
	Arm64: {
		"dotprod",
	},
@@ -144,17 +141,6 @@ var archFeatures = map[ArchType][]string{
}

var androidArchFeatureMap = map[ArchType]map[string][]string{
	Arm: {
		"armv7-a-neon": {
			"neon",
		},
		"armv8-a": {
			"neon",
		},
		"armv8-2a": {
			"neon",
		},
	},
	Arm64: {
		"armv8-2a-dotprod": {
			"dotprod",
+1 −3
Original line number Diff line number Diff line
@@ -100,9 +100,7 @@ func createPlatformArchMap() map[string]string {
	// Copy of archFeatures from android/arch_list.go because the bazel
	// package can't access the android package
	archFeatures := map[string][]string{
		"arm": {
			"neon",
		},
		"arm": {},
		"arm64": {
			"dotprod",
		},