aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPrimiano Tucci <primiano@google.com>2021-11-08 22:24:05 +0000
committerPrimiano Tucci <primiano@google.com>2021-11-08 22:24:05 +0000
commit2277f0695ed61c8ebdd1e2a2d60f4eb3f306e82c (patch)
treed49e1c3c7705a745137a3facddac9240f34ff0cf /.gitignore
parent5da2295ce47a25bc8823df28441d2dee983b80a5 (diff)
downloadperfetto-2277f0695ed61c8ebdd1e2a2d60f4eb3f306e82c.tar.gz
Enable -msse4.2, -mavx, -mpopcnt on x86_64 builds
This allows the compiler to optimize various memory-access operations, like the ones in TraceProcessor's bit_vector.h. Also add a run-time check that crashes the process in a graceful manner to check that the host CPU actually has the features we are assuming. Bug: 205302474 Change-Id: I65bc93487aea5202c947686de577a74d3261f14e
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0dbc57842..edd13d312 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,5 +25,6 @@
/node_modules/
/out*
/ui/dist
+/venv/*
+perf.data*
TAGS
-/venv/* \ No newline at end of file