Skip to content
Snippets Groups Projects
Commit dd95b232 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12335440 from bf6e6f22 to 24Q4-release

Change-Id: I9f1c1f7f7ad5008bfd314e7aec6e4fc164771a93
parents be3b4d1d bf6e6f22
No related branches found
No related tags found
No related merge requests found
......@@ -774,7 +774,9 @@ cc_library_static {
visibility: ["//visibility:private"],
cflags: [
"-march=armv8-a+crc",
"-Xclang -target-feature",
// This comment prevents bpfmt from sorting the flags incorrectly.
"-Xclang +crc",
],
arch: {
......@@ -792,7 +794,9 @@ cc_library_static {
visibility: ["//visibility:private"],
cflags: [
"-march=armv8.2-a+dotprod",
"-Xclang -target-feature",
// This comment prevents bpfmt from sorting the flags incorrectly.
"-Xclang +dotprod",
],
arch: {
......
......@@ -95,7 +95,9 @@ cc_library_static {
visibility: ["//visibility:private"],
cflags: [
"-march=armv8-a+crc",
"-Xclang -target-feature",
// This comment prevents bpfmt from sorting the flags incorrectly.
"-Xclang +crc",
],
arch: {
......@@ -113,7 +115,9 @@ cc_library_static {
visibility: ["//visibility:private"],
cflags: [
"-march=armv8.2-a+dotprod",
"-Xclang -target-feature",
// This comment prevents bpfmt from sorting the flags incorrectly.
"-Xclang +dotprod",
],
arch: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment